Skip to content

Commit

Permalink
Test against wordpress v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajumsys committed Jan 26, 2017
1 parent 603371f commit 4c2062d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: sparkpost, rajuru
Tags: sparkpost, smtp, wp_mail, mail, email
Requires at least: 4.3
Tested up to: 4.6.1
Stable tag: 2.6.0
Tested up to: 4.7.1
Stable tag: 2.6.1
License: GPLv2 or later

Send all your email from WordPress through SparkPost, the most advanced email delivery service.
Expand Down Expand Up @@ -46,6 +46,8 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s


== Changelog ==
= 2.6.0 =
- Tested for WordPress v4.7.1

= 2.6.0 =
- Handle multiple recipients correctly
Expand Down
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.6.0
Version: 2.6.1
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.6.0');
define('WPSP_PLUGIN_VERSION', '2.6.1');

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

Expand Down

0 comments on commit 4c2062d

Please sign in to comment.