From 7652e2cc765850f1c95ebeba9c334d3545cdef02 Mon Sep 17 00:00:00 2001 From: mhossain Date: Thu, 26 Jan 2017 13:24:10 -0500 Subject: [PATCH] Test in WordPress v4.7.1 --- readme.txt | 4 ++-- wordpress-sparkpost.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 378f3ba1..94f1f4b5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru Tags: sparkpost, smtp, wp_mail, mail, email Requires at least: 4.3 Tested up to: 4.7.1 -Stable tag: 2.6.1 +Stable tag: 2.6.2 License: GPLv2 or later Send all your email from WordPress through SparkPost, the most advanced email delivery service. @@ -46,7 +46,7 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s == Changelog == -= 2.6.1 = += 2.6.2 = - Tested in WordPress v4.7.1 = 2.6.0 = diff --git a/wordpress-sparkpost.php b/wordpress-sparkpost.php index 90a398c6..1553e2f8 100644 --- a/wordpress-sparkpost.php +++ b/wordpress-sparkpost.php @@ -4,7 +4,7 @@ Plugin Name: SparkPost Plugin URI: http://sparkpost.com/ Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service. -Version: 2.6.1 +Version: 2.6.2 Author: SparkPost Author URI: http://sparkpost.com License: GPLv2 or later @@ -17,7 +17,7 @@ define('WPSP_PLUGIN_DIR', plugin_dir_path(__FILE__)); define('WPSP_PLUGIN_PATH', WPSP_PLUGIN_DIR . basename(__FILE__)); -define('WPSP_PLUGIN_VERSION', '2.6.1'); +define('WPSP_PLUGIN_VERSION', '2.6.2'); require_once(WPSP_PLUGIN_DIR . 'sparkpost.class.php');