From 40e914092b498cdba52a778a4738e4db0f1fc2ed Mon Sep 17 00:00:00 2001 From: mhossain Date: Thu, 26 Jan 2017 12:48:15 -0500 Subject: [PATCH] Prepare for v2.6.0 release --- readme.txt | 13 +++++++++---- wordpress-sparkpost.php | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index 8b2cdb0d..d6a1f345 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.6.1 -Stable tag: 2.5.0 +Stable tag: 2.6.0 License: GPLv2 or later Send all your email from WordPress through SparkPost, the most advanced email delivery service. @@ -47,9 +47,14 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s == Changelog == += 2.6.0 = +- Handle multiple recipients correctly +- Fix getting started link +- Send assoc array to `wpsp_smtp_msys_api` filter + = 2.5.0 = -- Add support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md). -- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md). +- Add support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md) +- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md) = 2.4.1 = - Fix Reply-To header issue with WordPress 4.6 @@ -108,4 +113,4 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s == Upgrade Notice == -This is initial version. +From WordPress plugins list, click `update now`. diff --git a/wordpress-sparkpost.php b/wordpress-sparkpost.php index f7e49435..cb9cf0f3 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.5.0 +Version: 2.6.0 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.5.0'); +define('WPSP_PLUGIN_VERSION', '2.6.0'); require_once(WPSP_PLUGIN_DIR . 'sparkpost.class.php');