From 12fe663a2a1220355ac8d4aebe10c66bdac26994 Mon Sep 17 00:00:00 2001 From: yehudah Date: Wed, 12 Aug 2020 17:50:34 +0000 Subject: WordPress 5.5 compatibility --- postman-smtp.php | 4 ++-- 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/' ); diff --git a/readme.txt b/readme.txt index ba3f438..51266bf 100644 --- a/readme.txt +++ b/readme.txt @@ -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 -- cgit v1.2.3