From 8f8e3437f14dd531f263f1c8fdab931f167a0392 Mon Sep 17 00:00:00 2001 From: yehudah Date: Sun, 12 Jan 2020 10:00:42 +0000 Subject: * PHPMailer delivery improvements * Bug Fixes --- Postman/Postman.php | 3 --- postman-smtp.php | 8 ++++---- readme.txt | 11 ++++++----- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Postman/Postman.php b/Postman/Postman.php index 9f4f7ce..643431d 100644 --- a/Postman/Postman.php +++ b/Postman/Postman.php @@ -132,9 +132,6 @@ class Postman { // MyMail integration new PostmanMyMailConnector( $rootPluginFilenameAndPath ); - // Contact form 7 - new Postsmtp_ContactForm7; - // WooCommerce Integration //new PostmanWoocommerce(); diff --git a/postman-smtp.php b/postman-smtp.php index eb8c2d9..401267b 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.6 + * Version: 2.0.7 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -44,10 +44,10 @@ 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.6' ); +define( 'POST_SMTP_VER', '2.0.7' ); define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true ); -define( 'POST_SMTP_RELEASE_MESSAGE', 'If you see the implode error please read' ); -define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/post-smtp-2-0-6-bug-fixes/' ); +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' ); $postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) ); $required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' ); diff --git a/readme.txt b/readme.txt index d02bd54..35c9aa6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: yehudah Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@myinbox.in&item_name=Donation+for+PostSMTP Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun Requires at least: 3.9 -Tested up to: 5.2.2 -Stable tag: 2.0.6 +Tested up to: 5.3.2 +Stable tag: 2.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -12,9 +12,6 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP == Description == -= Version 2.0.6 released - bug fixes. = -[See here](https://postmansmtp.com/post-smtp-2-0-6-bug-fixes/) - = The Only SMTP plugin with chrome Notifications = Get notified if your emails are failing inside your Chrome browser. [Download here](https://chrome.google.com/webstore/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch?hl=en-US) @@ -289,6 +286,10 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == += 2.0.7 - 2020-01-12 +* Updated: Improve PHPMailer method. +* Updated: Bug fixes. + = 2.0.6 - 2019-10-08 * Updated: Bug fixes. -- cgit v1.2.3