diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-01-21 20:34:49 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-01-21 20:34:49 +0000 |
commit | 4a3189d1c46a014c32365523e0f18b91bca92ed4 (patch) | |
tree | dbee37e447837d4670ce82287da3c6eafd384043 /postman-smtp.php | |
parent | 5ca998ddd8427110b1b7eec3261c5ccf3a94fb12 (diff) | |
download | Post-SMTP-4a3189d1c46a014c32365523e0f18b91bca92ed4.zip |
undefined notifications and version bump
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index e93ab37..0f11c37 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { * 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.0.9 + * Version: 2.0.10 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.0.9' ); +define( 'POST_SMTP_VER', '2.0.10' ); define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true ); define( 'POST_SMTP_RELEASE_MESSAGE', 'We have a new Facebook group, feel free to join.' ); define( 'POST_SMTP_RELEASE_URL', 'https://www.facebook.com/groups/post.smtp' ); |