summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authorYehuda Hassine <yehuda@myinbox.in>2018-08-03 17:25:37 +0300
committerYehuda Hassine <yehuda@myinbox.in>2018-08-03 17:25:37 +0300
commitee059457f47c9bc6ffc5be080cbb42cb2fa2a3f2 (patch)
tree5fd19f2abe2bc64eed4fe97f3e47dd6bee078609 /postman-smtp.php
parent5ba3d1036e32da18cc8f24a3c72c8cd5a418d7f3 (diff)
downloadPost-SMTP-ee059457f47c9bc6ffc5be080cbb42cb2fa2a3f2.zip
remove the most stupid feature ever - read the blog for mor detailes
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 43f4801..cf29a7e 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.3
+ * Version: 1.9.4
* 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.3' );
+ $kevinCostner = new Postman( __FILE__, '1.9.4' );
}