diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-01-28 23:11:58 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-01-28 23:11:58 +0000 |
commit | 32cd40c2c45bfde7a1e315d4bc336d84b6cf8c09 (patch) | |
tree | 095b157bb13250e0a8b321f3e4494dde81ff7d07 /postman-smtp.php | |
parent | 707ea30f885ca4650665e49e5154ce3f74331a5e (diff) | |
download | Post-SMTP-32cd40c2c45bfde7a1e315d4bc336d84b6cf8c09.zip |
1.9.6 Version Release
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 bd0f639..ba25f72 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -3,7 +3,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.9.5 + * Version: 1.9.6 * Author: Jason Hendriks, Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -122,5 +122,5 @@ function post_start( $startingMemory ) { */ function post_setupPostman() { require_once 'Postman/Postman.php'; - $kevinCostner = new Postman( __FILE__, '1.9.5' ); + $kevinCostner = new Postman( __FILE__, '1.9.6' ); } |