From 0b2d38557ed3feded65ff4a91a19defb8fb426d2 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 7 Aug 2018 21:24:16 +0000 Subject: The readme showed on the live page --- postman-smtp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index bd0f639..d4c3896 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.5 + * Version: 1.9.4 * 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.5' ); + $kevinCostner = new Postman( __FILE__, '1.9.4' ); } -- cgit v1.2.3