From d4d3e7b5142b7588bca5b2edb3c595d5afbe2c0f Mon Sep 17 00:00:00 2001 From: smusman98 Date: Mon, 5 Sep 2022 14:46:44 +0500 Subject: [PATCH] Updated Readme * Updated Readme * Updated Version --- postman-smtp.php | 4 ++-- readme.txt | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index 80b14039..32993b15 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.7 + * Version: 2.1.8 * Author: Post SMTP * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -76,7 +76,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.7' ); +define( 'POST_SMTP_VER', '2.1.8' ); 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() ) ); diff --git a/readme.txt b/readme.txt index 35e0671d..1eb244d3 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Plugin URI: https://wpexperts.io/ Contributors: wpexpertsio Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun Requires at least: 3.9 -Tested up to: 6.0.1 -Stable tag: 2.1.7 +Tested up to: 6.0.2 +Stable tag: 2.1.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -28,7 +28,7 @@ Post SMTP replaces the default WordPress SMTP library, PHPMailer, with the heavy * The built-in Email log is an invaluable resource for diagnosing problems with emails. * OAuth 2.0 increase the security and protection of email password by discouraging the idea of storing your email password in the WordPress database where it might be found. -Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can’t stop your email as Post SMTP can deliver via HTTPS if it can’t use SMTP. +Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can not stop your email as Post SMTP can deliver via HTTPS if it can not use SMTP. https://www.youtube.com/watch?v=mXDEEE9jnfw @@ -76,7 +76,7 @@ In essence, SMTP is a set of commands that authenticates and directs the transfe [Better Email Logger Pro extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site. **Mail Control Pro Extension** -[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP’s email actions like sending email alerts to authors, webmasters, and new users. +[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP email actions like sending email alerts to authors, webmasters, and new users. = Post SMTP Membership Plans = [Post SMTP membership plans](https://postmansmtp.com/membership-plan/) offer access to all pro extensions along with other benefits including 1-year extension updates and support, Email Reporting, Logging, and Tracking, all other SMTP Services and a 30-day money-back guarantee. @@ -285,6 +285,10 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.1.8 - 2022-09-5 = +* **FIX** +* Php warnings + = 2.1.7 - 2022-08-30 = * **FIX** * Server side request forgery