From 4e372dabce85038471a377cca7cdb536e15ea330 Mon Sep 17 00:00:00 2001 From: wpexpertsio Date: Tue, 23 May 2023 10:42:44 +0500 Subject: [PATCH] PSMEL-346 - Updated Readme --- postman-smtp.php | 4 ++-- readme.txt | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index fec75b47..84e58da1 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.5.3 + * Version: 2.5.4 * 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.5.3' ); +define( 'POST_SMTP_VER', '2.5.4' ); 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 e3102900..ea34bff2 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: 5.6.0 Tested up to: 6.2 -Stable tag: 2.5.3 +Stable tag: 2.5.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -301,6 +301,11 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.5.4 - 2023-05-23 = +**FIXES** + +* Logs were not created in some cases. + = 2.5.3 2023-05-16 = **FIXES**