From 7761b905afb37a5b3c5658d02391aa24f71fe401 Mon Sep 17 00:00:00 2001 From: smusman98 Date: Fri, 9 Sep 2022 19:57:21 +0500 Subject: [PATCH] Updated Version --- postman-smtp.php | 4 ++-- readme.txt | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index 32993b15..b37f8b10 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -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.8 + * Version: 2.1.9 * Author: Post SMTP * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -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.8' ); +define( 'POST_SMTP_VER', '2.1.9' ); 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() ) ); diff --git a/readme.txt b/readme.txt index 1eb244d3..d58f5612 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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.2 -Stable tag: 2.1.8 +Stable tag: 2.1.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -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 not stop your email as Post SMTP can deliver via HTTPS if it can not use SMTP. +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. https://www.youtube.com/watch?v=mXDEEE9jnfw @@ -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 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’s 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. @@ -285,6 +285,11 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.1.9 - 2022-09-9 = +* **FIX** +* User Compatibility Fix +* Unauthorized error on wizard + = 2.1.8 - 2022-09-5 = * **FIX** * Php warnings