From b85a02ad9e75c57bf5f3317d9fd92dcba497fe35 Mon Sep 17 00:00:00 2001 From: smusman98 Date: Thu, 27 Apr 2023 11:59:12 +0500 Subject: [PATCH] Updated Readme --- postman-smtp.php | 4 ++-- readme.txt | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index b61d941b..775893ba 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.4.8 + * Version: 2.4.9 * 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.4.8' ); +define( 'POST_SMTP_VER', '2.4.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 a72871ba..0e2b12ab 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Plugin URI: https://wpexperts.io/ 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 +Requires at least: 5.6.0 Tested up to: 6.2 -Stable tag: 2.4.8 +Stable tag: 2.4.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -301,6 +301,14 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.4.9 - 2023-04-27 = +**FIXES** +* Uncaught Error: Cannot use object of type WP_Error as array +* Fixed deprecation notice for PHP Version > 8.0 + +**IMPROVEMENTS** +* Added condition for notice on how to fix broken emails + = 2.4.8 - 2023-04-17 = **Bug Fix**