From 557cfc8198001be14d12acfdffe1fe6ccc9510f7 Mon Sep 17 00:00:00 2001 From: smusman98 Date: Tue, 19 Jul 2022 20:06:00 +0500 Subject: [PATCH] PSMEL-128 Updated Version --- postman-smtp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index 6dc3f21c..63a6d02b 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -6,7 +6,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: 2.1.4-beta.1 + * Version: 2.1.4-rc.2 * Author: Post SMTP * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -74,7 +74,7 @@ function ps_fs() { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.1.3' ); +define( 'POST_SMTP_VER', '2.1.4' ); define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' ); $postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );