summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-05-20 05:21:18 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-05-20 05:21:18 +0000
commitefd7b4d8d0d58f92e8080ffe2da669bb451b622b (patch)
tree35cb7ed64c1c7baa3c0c8045c68dc2d01fbb4b51 /postman-smtp.php
parent7b06a0232e4dcb4be4a2b276f15f4a90903918b5 (diff)
downloadPost-SMTP-efd7b4d8d0d58f92e8080ffe2da669bb451b622b.zip
= 2.0.2 - 2019-05-19
* Fixed: Sendgrid code fix. * Fixed: Default method (nothing configured) will use the default mail on the server and not SMTP.
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/postman-smtp.php b/postman-smtp.php
index 2413bbd..3919867 100644
--- a/postman-smtp.php
+++ b/postman-smtp.php
@@ -3,7 +3,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: 2.0.1
+ * Version: 2.0.2
* Author: Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
@@ -41,7 +41,7 @@
define( 'POST_BASE', __FILE__ );
define( 'POST_PATH', __DIR__ );
define( 'POST_URL', plugins_url('', POST_BASE ) );
-define( 'POST_SMTP_VER', '2.0.1' );
+define( 'POST_SMTP_VER', '2.0.2' );
$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', '<' );