From 5947e9cc4b6024cc5fb1082b7bcf08e319f09c0d Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 24 Apr 2018 03:28:41 +0000 Subject: didn't noice contact form 7 file was not added to svn git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1863346 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- postman-smtp.php | 4 ++-- readme.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/postman-smtp.php b/postman-smtp.php index c444cdf..d27942f 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -4,7 +4,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.8.7 + * Version: 1.8.8 * Author: Jason Hendriks, Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -123,5 +123,5 @@ function post_start( $startingMemory ) { */ function post_setupPostman() { require_once 'Postman/Postman.php'; - $kevinCostner = new Postman( __FILE__, '1.8.7' ); + $kevinCostner = new Postman( __FILE__, '1.8.8' ); } diff --git a/readme.txt b/readme.txt index 3d1705f..b757982 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m 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: 4.9.5 -Stable tag: 1.8.7 +Stable tag: 1.8.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -12,7 +12,7 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP == Description == -= Version 1.8.6 released = += Version 1.8.8 released = Lockfile, Contact form 7 and raise the PHP version. [Read the detailes here](https://postmansmtp.com/post-smtp-v1-8-6-lockfile-and-raise-the-php-version/) = WordPress Mail SMTP Plugin = @@ -296,7 +296,7 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a == Changelog == -= 1.8.7 - 2018-04-24 += 1.8.8 - 2018-04-24 * file added to svn - contactform7 = 1.8.6 - 2018-04-24 -- cgit v1.2.3