summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-10-02 20:26:01 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-10-02 20:26:01 +0000
commitb691bb40966dad32bb242659e5f7f8d0812e7808 (patch)
treec5bd00bd33499af1848838ae6d499bc6e3400bc8 /postman-smtp.php
parent36ca8f7437e86733fce2eaf03d6374a212a86453 (diff)
downloadPost-SMTP-b691bb40966dad32bb242659e5f7f8d0812e7808.zip
* Gmail help text
* buggy mime content function * Mailgun Europe region
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 d4c3896..bd0f639 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: 1.9.4
+ * Version: 1.9.5
* Author: Jason Hendriks, Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
@@ -122,5 +122,5 @@ function post_start( $startingMemory ) {
*/
function post_setupPostman() {
require_once 'Postman/Postman.php';
- $kevinCostner = new Postman( __FILE__, '1.9.4' );
+ $kevinCostner = new Postman( __FILE__, '1.9.5' );
}