From 3686a6e1793a2c5af8b7ee4459e20887f08dc720 Mon Sep 17 00:00:00 2001 From: yehudah Date: Mon, 13 Jan 2020 06:59:45 +0000 Subject: * Fixed: Notify on error bug - crash site * Fixed: From header --- postman-smtp.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'postman-smtp.php') diff --git a/postman-smtp.php b/postman-smtp.php index 23d30b6..e93ab37 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { * 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.0.8 + * Version: 2.0.9 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.0.8' ); +define( 'POST_SMTP_VER', '2.0.9' ); define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true ); define( 'POST_SMTP_RELEASE_MESSAGE', 'We have a new Facebook group, feel free to join.' ); define( 'POST_SMTP_RELEASE_URL', 'https://www.facebook.com/groups/post.smtp' ); @@ -142,3 +142,4 @@ function post_setupPostman() { $kevinCostner = new Postman( __FILE__, POST_SMTP_VER ); do_action( 'post_smtp_init'); } + -- cgit v1.2.3