From 362ab9579ed96c1ec9b24b9c0f4097081ba3516f Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 21 Nov 2017 05:18:07 +0000 Subject: * Fixed: bug while detecting transcript error --- postman-smtp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postman-smtp.php') diff --git a/postman-smtp.php b/postman-smtp.php index b394b23..16bb308 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.9 + * Version: 1.7.10 * 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.9' ); + $kevinCostner = new Postman( __FILE__, '1.7.10' ); } -- cgit v1.2.3