Skip to content

Commit 4c2062d

Browse files
committed
Test against wordpress v4.7.1
1 parent 603371f commit 4c2062d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

readme.txt

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

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

4747

4848
== Changelog ==
49+
= 2.6.0 =
50+
- Tested for WordPress v4.7.1
4951

5052
= 2.6.0 =
5153
- Handle multiple recipients correctly

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.6.0
7+
Version: 2.6.1
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.6.0');
20+
define('WPSP_PLUGIN_VERSION', '2.6.1');
2121

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

0 commit comments

Comments
 (0)