Skip to content

Commit

Permalink
Merge pull request #90 from SparkPost/v2.6.0
Browse files Browse the repository at this point in the history
Prepare for v2.6.0 release
  • Loading branch information
rajumsys authored Jan 26, 2017
2 parents 8c44073 + 40e9140 commit f18f40a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`.
4 changes: 2 additions & 2 deletions wordpress-sparkpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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');

Expand Down

0 comments on commit f18f40a

Please sign in to comment.