summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-10-17 12:11:01 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-10-17 12:11:01 +0000
commitb30b38164d5520d690080cad9eea273b24291f17 (patch)
tree8ee9ded48d8abc15fd09655fd7a42097c2adf751 /postman-smtp.php
parent9fa7a56708beb12d8022ec5a210fa5f5f55534b2 (diff)
downloadPost-SMTP-b30b38164d5520d690080cad9eea273b24291f17.zip
= 1.7.6 - 2017-10-17
* Missing sendgrid files * Fixed: Localization slug * Minor typo git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1747925 b8457f37-d9ea-0310-8a92-e5e31aec5664
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/postman-smtp.php b/postman-smtp.php
index 9aa0ed4..d16c5c0 100644
--- a/postman-smtp.php
+++ b/postman-smtp.php
@@ -4,10 +4,10 @@
* 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.7.5
+ * Version: 1.7.6
* Author: Jason Hendriks, Yehuda Hassine
- * Text Domain: postman-smtp
- * Author URI: https://github.com/yehudah/Postman-SMTP
+ * Text Domain: post-smtp
+ * Author URI: https://postmansmtp.com
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@@ -70,5 +70,5 @@ function post_start( $startingMemory ) {
*/
function post_setupPostman() {
require_once 'Postman/Postman.php';
- $kevinCostner = new Postman( __FILE__, '1.7.3' );
+ $kevinCostner = new Postman( __FILE__, '1.7.6' );
}