diff --git a/postman-smtp.php b/postman-smtp.php index 4eb3764b..2dc96f09 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.9.6 + * Version: 2.9.7 * Author: Post SMTP * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -102,7 +102,7 @@ function ps_fs_custom_icon() { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.9.6' ); +define( 'POST_SMTP_VER', '2.9.7' ); define( 'POST_SMTP_DB_VERSION', '1.0.1' ); define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' ); diff --git a/readme.txt b/readme.txt index ef0bb957..047a1e95 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wpexpertsio Tags: smtp, gmail smtp, email, email logs, office 365 Requires at least: 5.6.0 Tested up to: 6.5.5 -Stable tag: 2.9.6 +Stable tag: 2.9.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -282,6 +282,9 @@ Important: If you are using version 2.8.7 or lower of our plugin, please update == Changelog == += 2.9.7 - July 01, 2024 = +* Fix: Logs filter was not working in [Post SMTP Mobile Application](https://postmansmtp.com/post-smtp-mobile-app/?utm_source=wp_org&utm_medium=changelog) + = 2.9.6 2024-06-27 = * Tweak - Some strings were not translatable. * Fix - Compatibility added for old PHP Versions.