summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-23 23:23:04 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-23 23:23:04 +0000
commit41923bf4632e0f0a575fee13369221db9210e8df (patch)
tree1ce0952fd8a89cdc8308f32d09763169cb017dc4 /postman-smtp.php
parente05c836cca3339d7abca381e74c1abdbb82475ac (diff)
downloadPost-SMTP-41923bf4632e0f0a575fee13369221db9210e8df.zip
= 1.8 - 2017-12-24
* New: Mailgun API integration * New: New filter controls * New: WPML conflict fix * Fix: Minor old bugs git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1791840 b8457f37-d9ea-0310-8a92-e5e31aec5664
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 6cac54f..0141e95 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.7.10
+ * Version: 1.8
* Author: Jason Hendriks, Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
@@ -71,5 +71,5 @@ function post_start( $startingMemory ) {
*/
function post_setupPostman() {
require_once 'Postman/Postman.php';
- $kevinCostner = new Postman( __FILE__, '1.7.10' );
+ $kevinCostner = new Postman( __FILE__, '1.8' );
}