diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-17 21:04:37 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-17 21:04:37 +0000 |
commit | a55cff0dfacfb27a80e763b009b47daea9b61f12 (patch) | |
tree | c2c4286b1d7c2f96748e47b288a9f40762a2a724 /postman-smtp.php | |
parent | 0e5055bf5b513df03b0f9ac8bd2810ffe72ed744 (diff) | |
download | Post-SMTP-a55cff0dfacfb27a80e763b009b47daea9b61f12.zip |
= 1.7.7 - 2017-10-17
* Fixed: Error sending files with sendgrid
* Fixed: Wrong attachments format in Mandrill
* Fixed: Wrong Sender Header in Mandrill
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 d16c5c0..88af329 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.7.6 + * Version: 1.7.7 * Author: Jason Hendriks, Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -70,5 +70,5 @@ function post_start( $startingMemory ) { */ function post_setupPostman() { require_once 'Postman/Postman.php'; - $kevinCostner = new Postman( __FILE__, '1.7.6' ); + $kevinCostner = new Postman( __FILE__, '1.7.7' ); } |