From 2fcd770483c16eda4c9ba143fb855c8abcfe130c Mon Sep 17 00:00:00 2001 From: yehudah Date: Sun, 22 Jul 2018 19:08:43 +0000 Subject: [PATCH] Stupid syntax error git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1913098 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- Postman/PostmanOptions.php | 4 ++-- postman-smtp.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php index 20d3a046..110014e8 100644 --- a/Postman/PostmanOptions.php +++ b/Postman/PostmanOptions.php @@ -279,7 +279,7 @@ public function getEncryptionType() { endswitch; } public function getUsername() { - if ( defined( POST_SMTP_AUTH_USERNAME ) ) { + if ( defined( 'POST_SMTP_AUTH_USERNAME' ) ) { return POST_SMTP_AUTH_USERNAME; } @@ -289,7 +289,7 @@ public function getUsername() { } public function getPassword() { - if ( defined( POST_SMTP_AUTH_PASSWORD ) ) { + if ( defined( 'POST_SMTP_AUTH_PASSWORD' ) ) { return POST_SMTP_AUTH_PASSWORD; } diff --git a/postman-smtp.php b/postman-smtp.php index 64c639e2..31e5e50b 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.9.0 + * Version: 1.9.1 * 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.9.0' ); + $kevinCostner = new Postman( __FILE__, '1.9.1' ); } diff --git a/readme.txt b/readme.txt index 8eb5acca..f091fe9f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun Requires at least: 3.9 Tested up to: 4.9.5 -Stable tag: 1.9.0 +Stable tag: 1.9.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -12,7 +12,7 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP == Description == -= Version 1.9.0 released = += Version 1.9.1 released = 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/) = 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 == Changelog == += 1.9.1 - 2018-07-22 +Syntx stupid mistake + = 1.9.0 - 2018-07-22 * Better support for secure delivery * 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)