Skip to content

Commit f18f40a

Browse files
authored
Merge pull request #90 from SparkPost/v2.6.0
Prepare for v2.6.0 release
2 parents 8c44073 + 40e9140 commit f18f40a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

readme.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru
33
Tags: sparkpost, smtp, wp_mail, mail, email
44
Requires at least: 4.3
55
Tested up to: 4.6.1
6-
Stable tag: 2.5.0
6+
Stable tag: 2.6.0
77
License: GPLv2 or later
88

99
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
4747

4848
== Changelog ==
4949

50+
= 2.6.0 =
51+
- Handle multiple recipients correctly
52+
- Fix getting started link
53+
- Send assoc array to `wpsp_smtp_msys_api` filter
54+
5055
= 2.5.0 =
51-
- Add support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md).
52-
- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md).
56+
- Add support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md)
57+
- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md)
5358

5459
= 2.4.1 =
5560
- 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
108113

109114
== Upgrade Notice ==
110115

111-
This is initial version.
116+
From WordPress plugins list, click `update now`.

wordpress-sparkpost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: SparkPost
55
Plugin URI: http://sparkpost.com/
66
Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service.
7-
Version: 2.5.0
7+
Version: 2.6.0
88
Author: SparkPost
99
Author URI: http://sparkpost.com
1010
License: GPLv2 or later
@@ -17,7 +17,7 @@
1717

1818
define('WPSP_PLUGIN_DIR', plugin_dir_path(__FILE__));
1919
define('WPSP_PLUGIN_PATH', WPSP_PLUGIN_DIR . basename(__FILE__));
20-
define('WPSP_PLUGIN_VERSION', '2.5.0');
20+
define('WPSP_PLUGIN_VERSION', '2.6.0');
2121

2222
require_once(WPSP_PLUGIN_DIR . 'sparkpost.class.php');
2323

0 commit comments

Comments
 (0)