summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-10-08 10:52:54 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-10-08 10:52:54 +0000
commita41b9219a66f4018dc581f561fbe3fedd24e73f2 (patch)
tree924e6e9dea2ba7b1eedb14d0c4b03a38aefdf179
parent5e2a13d5810e4c95d36b24f0c72f94f87f8b3bf3 (diff)
downloadPost-SMTP-a41b9219a66f4018dc581f561fbe3fedd24e73f2.zip
Bug fixes
-rw-r--r--postman-smtp.php10
-rw-r--r--readme.txt8
2 files changed, 11 insertions, 7 deletions
diff --git a/postman-smtp.php b/postman-smtp.php
index cafd928..eb8c2d9 100644
--- a/postman-smtp.php
+++ b/postman-smtp.php
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
* 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: 2.0.5
+ * Version: 2.0.6
* Author: Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
@@ -44,10 +44,10 @@ if ( ! defined( 'ABSPATH' ) ) {
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
-define( 'POST_SMTP_VER', '2.0.5' );
-define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', false );
-define( 'POST_SMTP_RELEASE_MESSAGE', false );
-define( 'POST_SMTP_RELEASE_URL', '#' );
+define( 'POST_SMTP_VER', '2.0.6' );
+define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
+define( 'POST_SMTP_RELEASE_MESSAGE', 'If you see the implode error please read' );
+define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/post-smtp-2-0-6-bug-fixes/' );
$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
$required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
diff --git a/readme.txt b/readme.txt
index 1b780c2..d02bd54 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: 5.2.2
-Stable tag: 2.0.5
+Stable tag: 2.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,7 +12,8 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP
== Description ==
-= Version 2.0.5 released - Few notifications errors, export logs and minor improvements =
+= Version 2.0.6 released - bug fixes. =
+[See here](https://postmansmtp.com/post-smtp-2-0-6-bug-fixes/)
= The Only SMTP plugin with chrome Notifications =
Get notified if your emails are failing inside your Chrome browser. [Download here](https://chrome.google.com/webstore/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch?hl=en-US)
@@ -288,6 +289,9 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
== Changelog ==
+= 2.0.6 - 2019-10-08
+* Updated: Bug fixes.
+
= 2.0.5 - 2019-09-26
* New: You can now export logs to CSV.
* Updated: Few notifications errors, and minor improvements.