diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-07-22 09:34:11 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-07-22 09:34:11 +0000 |
commit | 65b0ae497d4363bc3bc3339e0d353e47d7aa20ff (patch) | |
tree | 3f9554701f62ca90d863241c632b780b748c9477 /postman-smtp.php | |
parent | af8dd075caa001a715e27360be37fbeb29e80ca7 (diff) | |
download | Post-SMTP-65b0ae497d4363bc3bc3339e0d353e47d7aa20ff.zip |
Better support for secure delivery and auth contacts (wp-config)
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 8537790..64c639e 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -4,7 +4,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: 1.8.9 + * Version: 1.9.0 * Author: Jason Hendriks, Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -123,5 +123,5 @@ function post_start( $startingMemory ) { */ function post_setupPostman() { require_once 'Postman/Postman.php'; - $kevinCostner = new Postman( __FILE__, '1.8.9' ); + $kevinCostner = new Postman( __FILE__, '1.9.0' ); } |