Post SMTP Mailer/Email Log - Version 1.9.1

Version Description

  • 2018-07-22 Syntx stupid mistake
Download this release

Release Info

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

Code changes from version 1.9.0 to 1.9.1

Files changed (3) hide show
  1. Postman/PostmanOptions.php +2 -2
  2. postman-smtp.php +2 -2
  3. readme.txt +5 -2
Postman/PostmanOptions.php CHANGED
@@ -279,7 +279,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
279
  endswitch;
280
  }
281
  public function getUsername() {
282
- if ( defined( POST_SMTP_AUTH_USERNAME ) ) {
283
  return POST_SMTP_AUTH_USERNAME;
284
  }
285
 
@@ -289,7 +289,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
289
  }
290
  public function getPassword() {
291
 
292
- if ( defined( POST_SMTP_AUTH_PASSWORD ) ) {
293
  return POST_SMTP_AUTH_PASSWORD;
294
  }
295
 
279
  endswitch;
280
  }
281
  public function getUsername() {
282
+ if ( defined( 'POST_SMTP_AUTH_USERNAME' ) ) {
283
  return POST_SMTP_AUTH_USERNAME;
284
  }
285
 
289
  }
290
  public function getPassword() {
291
 
292
+ if ( defined( 'POST_SMTP_AUTH_PASSWORD' ) ) {
293
  return POST_SMTP_AUTH_PASSWORD;
294
  }
295
 
postman-smtp.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Post SMTP
5
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
6
  * 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!
7
- * Version: 1.9.0
8
  * Author: Jason Hendriks, Yehuda Hassine
9
  * Text Domain: post-smtp
10
  * Author URI: https://postmansmtp.com
@@ -123,5 +123,5 @@ function post_start( $startingMemory ) {
123
  */
124
  function post_setupPostman() {
125
  require_once 'Postman/Postman.php';
126
- $kevinCostner = new Postman( __FILE__, '1.9.0' );
127
  }
4
  * Plugin Name: Post SMTP
5
  * Plugin URI: https://wordpress.org/plugins/post-smtp/
6
  * 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!
7
+ * Version: 1.9.1
8
  * Author: Jason Hendriks, Yehuda Hassine
9
  * Text Domain: post-smtp
10
  * Author URI: https://postmansmtp.com
123
  */
124
  function post_setupPostman() {
125
  require_once 'Postman/Postman.php';
126
+ $kevinCostner = new Postman( __FILE__, '1.9.1' );
127
  }
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: 4.9.5
7
- Stable tag: 1.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP
12
 
13
  == Description ==
14
 
15
- = Version 1.9.0 released =
16
  Better secure delivery and external auth credentials (wp-config). [Read the detailes here](https://postmansmtp.com/post-smtp-1-9-0-better-support-for-secure-delivery/)
17
 
18
  = WordPress Mail SMTP Plugin =
@@ -296,6 +296,9 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
296
 
297
 
298
  == Changelog ==
 
 
 
299
  = 1.9.0 - 2018-07-22
300
  * Better support for secure delivery
301
  * Support for constants auth (inside wp-config), check the detailes our [Blog](https://postmansmtp.com/post-smtp-1-9-0-better-support-for-secure-delivery)
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: 4.9.5
7
+ Stable tag: 1.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ = Version 1.9.1 released =
16
  Better secure delivery and external auth credentials (wp-config). [Read the detailes here](https://postmansmtp.com/post-smtp-1-9-0-better-support-for-secure-delivery/)
17
 
18
  = WordPress Mail SMTP Plugin =
296
 
297
 
298
  == Changelog ==
299
+ = 1.9.1 - 2018-07-22
300
+ Syntx stupid mistake
301
+
302
  = 1.9.0 - 2018-07-22
303
  * Better support for secure delivery
304
  * Support for constants auth (inside wp-config), check the detailes our [Blog](https://postmansmtp.com/post-smtp-1-9-0-better-support-for-secure-delivery)