Skip to content

Commit 39557f9

Browse files
Updated Readme
1 parent fb34228 commit 39557f9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

postman-smtp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Post SMTP
77
* Plugin URI: https://wordpress.org/plugins/post-smtp/
88
* 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!
9-
* Version: 2.9.9
9+
* Version: 2.9.10
1010
* Author: Post SMTP
1111
* Text Domain: post-smtp
1212
* Author URI: https://postmansmtp.com
@@ -102,7 +102,7 @@ function ps_fs_custom_icon() {
102102
define( 'POST_SMTP_BASE', __FILE__ );
103103
define( 'POST_SMTP_PATH', __DIR__ );
104104
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
105-
define( 'POST_SMTP_VER', '2.9.9' );
105+
define( 'POST_SMTP_VER', '2.9.10' );
106106
define( 'POST_SMTP_DB_VERSION', '1.0.1' );
107107
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );
108108

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Plugin URI: https://postmansmtp.com/
33
Contributors: wpexpertsio
44
Tags: smtp, gmail smtp, email, email logs, office 365
55
Requires at least: 5.6.0
6-
Tested up to: 6.6
7-
Stable tag: 2.9.9
6+
Tested up to: 6.7
7+
Stable tag: 2.9.10
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -279,6 +279,9 @@ Important: If you are using version 2.8.7 or lower of our plugin, please update
279279

280280
== Changelog ==
281281

282+
= 2.9.10 - November 19, 2024 =
283+
* Logs Security Enhancement reported by [Patchstack](https://patchstack.com/database/vulnerability/post-smtp/wordpress-post-smtp-plugin-2-9-9-sql-injection-vulnerability)
284+
282285
= 2.9.9 - October 01, 2024 =
283286
* Tweak: Typo fixes.
284287
* Tweak: Improved user interface in wizard.

0 commit comments

Comments
 (0)