diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-08-12 17:50:34 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-08-12 17:50:34 +0000 |
commit | 12fe663a2a1220355ac8d4aebe10c66bdac26994 (patch) | |
tree | 9680bcc3eb6df5d5df3b3d1efd949a203a30956f | |
parent | 3a1c1adcc5aef8b0256960e6643f17f8a790ad77 (diff) | |
download | Post-SMTP-12fe663a2a1220355ac8d4aebe10c66bdac26994.zip |
WordPress 5.5 compatibility
-rw-r--r-- | postman-smtp.php | 4 | ||||
-rw-r--r-- | readme.txt | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index 5b6ac5f..c13e759 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { * 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.0.14 + * Version: 2.0.15 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -35,7 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.0.14' ); +define( 'POST_SMTP_VER', '2.0.15' ); define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true ); define( 'POST_SMTP_RELEASE_MESSAGE', "I have released a new Google Analytics AIO plugin, if you liked it please leave a review." ); define( 'POST_SMTP_RELEASE_URL', 'https://wordpress.org/plugins/metrics-query/' ); @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun Requires at least: 3.9 Tested up to: 5.5 -Stable tag: 2.0.14 +Stable tag: 2.0.15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -281,6 +281,12 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.0.15 - 2020-08-12 +* Fixed: WordPress 5.5 compatibility (stable) + += 2.0.14 - 2020-08-11 +* Removed: WordPress 5.5 compatibility (bug) + = 2.0.13 - 2020-08-11 * Fixed: WordPress 5.5 compatibility * Fixed: Email log filtering |