Post SMTP Mailer/Email Log - Version 2.0.1

Version Description

  • 2019-05-15
  • New: Mailer Type - Added an option to send without overwrite the 'wp_mail' function, better compability to WordPress delivery. hopefully will be the default in the future.
  • Updated: Sendgrid API was upgraded and rewritten to the new version.
  • Fixed: Message-Id header was missing on SMTP
  • Fixed: Email logger optimization - better query for large amount of records.
  • Fixed: The localization was fixed to match translate.wordpress.org translation system ( Thanks to Niels de Blaauw from Level-Level ).
  • Fixed: Code and optimization ( Thanks to Niels de Blaauw from Level-Level ).
Download this release

Release Info

Developer yehudah
Plugin Icon 128x128 Post SMTP Mailer/Email Log
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0 to 2.0.1

Files changed (2) hide show
  1. postman-smtp.php +2 -2
  2. readme.txt +2 -2
postman-smtp.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Post SMTP
4
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
5
  * 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!
6
- * Version: 2.0
7
  * Author: Yehuda Hassine
8
  * Text Domain: post-smtp
9
  * Author URI: https://postmansmtp.com
@@ -41,7 +41,7 @@
41
  define( 'POST_BASE', __FILE__ );
42
  define( 'POST_PATH', __DIR__ );
43
  define( 'POST_URL', plugins_url('', POST_BASE ) );
44
- define( 'POST_SMTP_VER', '2.0' );
45
 
46
  $postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
47
  $required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
3
  * Plugin Name: Post SMTP
4
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
5
  * 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!
6
+ * Version: 2.0.1
7
  * Author: Yehuda Hassine
8
  * Text Domain: post-smtp
9
  * Author URI: https://postmansmtp.com
41
  define( 'POST_BASE', __FILE__ );
42
  define( 'POST_PATH', __DIR__ );
43
  define( 'POST_URL', plugins_url('', POST_BASE ) );
44
+ define( 'POST_SMTP_VER', '2.0.1' );
45
 
46
  $postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
47
  $required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m
4
  Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
5
  Requires at least: 3.9
6
  Tested up to: 5.2
7
- Stable tag: 2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -289,7 +289,7 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
289
 
290
  == Changelog ==
291
 
292
- = 2.0 - 2019-05-15
293
  * New: Mailer Type - Added an option to send without overwrite the 'wp_mail' function, better compability to WordPress delivery. hopefully will be the default in the future.
294
  * Updated: Sendgrid API was upgraded and rewritten to the new version.
295
  * Fixed: Message-Id header was missing on SMTP
4
  Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
5
  Requires at least: 3.9
6
  Tested up to: 5.2
7
+ Stable tag: 2.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
289
 
290
  == Changelog ==
291
 
292
+ = 2.0.1 - 2019-05-15
293
  * New: Mailer Type - Added an option to send without overwrite the 'wp_mail' function, better compability to WordPress delivery. hopefully will be the default in the future.
294
  * Updated: Sendgrid API was upgraded and rewritten to the new version.
295
  * Fixed: Message-Id header was missing on SMTP