diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-26 21:21:52 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-26 21:21:52 +0000 |
commit | 69ef56ca57030e9c76e03ea937c9bdef1a4a3750 (patch) | |
tree | 39e58d4a0e0b9c0a1c502e8efd62cd3404bb6139 /postman-smtp.php | |
parent | dfd3ed355536e796f077b34c439e00a27ab8a8ac (diff) | |
download | Post-SMTP-69ef56ca57030e9c76e03ea937c9bdef1a4a3750.zip |
More Security Hardering
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 c0dbcc7..674392d 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.3 + * Version: 2.0.4 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'POST_BASE', __FILE__ ); define( 'POST_PATH', __DIR__ ); define( 'POST_URL', plugins_url('', POST_BASE ) ); -define( 'POST_SMTP_VER', '2.0.3' ); +define( 'POST_SMTP_VER', '2.0.4' ); $postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) ); $required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' ); |