Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Dec 2, 2024
1 parent 17331d7 commit f1c81d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions postman-smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
* Version: 2.9.12
* Author: Post SMTP
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -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.11' );
define( 'POST_SMTP_VER', '2.9.12' );
define( 'POST_SMTP_DB_VERSION', '1.0.1' );
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
Stable tag: 2.9.11
Stable tag: 2.9.12
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -279,7 +279,10 @@ Important: If you are using version 2.8.7 or lower of our plugin, please update

== Changelog ==

= 2.9.10 - November 21, 2024 =
= 2.9.12 - December 02, 2024 =
* Enhancement - Regenerate QR Code Mobile Applicaion security enhancement in admin view reported by Patchstack.

= 2.9.11 - November 21, 2024 =
* Updated: Feedback SDK to the latest version.
* Tweak: Failed email notification typo fixed.

Expand Down

0 comments on commit f1c81d8

Please sign in to comment.