summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2020-01-12 10:00:42 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2020-01-12 10:00:42 +0000
commit8f8e3437f14dd531f263f1c8fdab931f167a0392 (patch)
tree3ef5601376805973ecaf08bb636a76ef3e326021 /postman-smtp.php
parent7610194aa450257eadc1a0b110e33ddc935f0589 (diff)
downloadPost-SMTP-8f8e3437f14dd531f263f1c8fdab931f167a0392.zip
* PHPMailer delivery improvements
* Bug Fixes
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/postman-smtp.php b/postman-smtp.php
index eb8c2d9..401267b 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.6
+ * Version: 2.0.7
* 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.6' );
+define( 'POST_SMTP_VER', '2.0.7' );
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/' );
+define( 'POST_SMTP_RELEASE_MESSAGE', 'We have a new Facebook group, feel free to join.' );
+define( 'POST_SMTP_RELEASE_URL', 'https://www.facebook.com/groups/post.smtp' );
$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', '<' );