Skip to content

Commit 9e82fd6

Browse files
Updated Readme.md
1 parent 6ca599b commit 9e82fd6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-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.4.7
9+
* Version: 2.4.8
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.4.7' );
105+
define( 'POST_SMTP_VER', '2.4.8' );
106106
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );
107107

108108
$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Plugin URI: https://wpexperts.io/
33
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: 3.9
6-
Tested up to: 6.1.1
7-
Stable tag: 2.4.7
6+
Tested up to: 6.2
7+
Stable tag: 2.4.8
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.4.8 - 2023-04-17 =
305+
**Bug Fix**
306+
307+
* Fixed deprecated functions on Php 8.x
308+
304309
= 2.4.7 - 2023-04-10 =
305310
**Improvements**
306311

0 commit comments

Comments
 (0)