Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
* Updated Readme
* Updated Version
  • Loading branch information
smusmanobjects committed Sep 5, 2022
1 parent 35a1d91 commit d4d3e7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions postman-smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Post SMTP
* Plugin URI: https://wordpress.org/plugins/post-smtp/
* Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
* Version: 2.1.7
* Version: 2.1.8
* Author: Post SMTP
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -76,7 +76,7 @@ function ps_fs() {
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
define( 'POST_SMTP_VER', '2.1.7' );
define( 'POST_SMTP_VER', '2.1.8' );
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );

$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Plugin URI: https://wpexperts.io/
Contributors: wpexpertsio
Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 6.0.1
Stable tag: 2.1.7
Tested up to: 6.0.2
Stable tag: 2.1.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -28,7 +28,7 @@ Post SMTP replaces the default WordPress SMTP library, PHPMailer, with the heavy
* The built-in Email log is an invaluable resource for diagnosing problems with emails.
* OAuth 2.0 increase the security and protection of email password by discouraging the idea of storing your email password in the WordPress database where it might be found.

Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can’t stop your email as Post SMTP can deliver via HTTPS if it can’t use SMTP.
Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can not stop your email as Post SMTP can deliver via HTTPS if it can not use SMTP.

https://www.youtube.com/watch?v=mXDEEE9jnfw

Expand Down Expand Up @@ -76,7 +76,7 @@ In essence, SMTP is a set of commands that authenticates and directs the transfe
[Better Email Logger Pro extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site.

**Mail Control Pro Extension**
[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP’s email actions like sending email alerts to authors, webmasters, and new users.
[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP email actions like sending email alerts to authors, webmasters, and new users.

= Post SMTP Membership Plans =
[Post SMTP membership plans](https://postmansmtp.com/membership-plan/) offer access to all pro extensions along with other benefits including 1-year extension updates and support, Email Reporting, Logging, and Tracking, all other SMTP Services and a 30-day money-back guarantee.
Expand Down Expand Up @@ -285,6 +285,10 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a

== Changelog ==

= 2.1.8 - 2022-09-5 =
* **FIX**
* Php warnings

= 2.1.7 - 2022-08-30 =
* **FIX**
* Server side request forgery
Expand Down

0 comments on commit d4d3e7b

Please sign in to comment.