Skip to content

Commit a6c334f

Browse files
Updated Readme.md
1 parent 5da681f commit a6c334f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.5.5
9+
* Version: 2.5.6
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.5.5' );
105+
define( 'POST_SMTP_VER', '2.5.6' );
106106
define( 'POST_SMTP_DB_VERSION', '1.0.1' );
107107
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );
108108

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wpexpertsio
44
Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
55
Requires at least: 5.6.0
66
Tested up to: 6.2
7-
Stable tag: 2.5.5
7+
Stable tag: 2.5.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -301,6 +301,11 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
301301

302302
== Changelog ==
303303

304+
= 2.5.6 - 2023-06-08 =
305+
**FIXES**
306+
307+
* Critical error was being thrown when reseting the plugin.
308+
304309
= 2.5.5 - 2023-05-29 =
305310
**FIXES**
306311

0 commit comments

Comments
 (0)