Skip to content

Commit 7652e2c

Browse files
committed
Test in WordPress v4.7.1
1 parent 2d7e07c commit 7652e2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 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.7.1
6-
Stable tag: 2.6.1
6+
Stable tag: 2.6.2
77
License: GPLv2 or later
88

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

4747

4848
== Changelog ==
49-
= 2.6.1 =
49+
= 2.6.2 =
5050
- Tested in WordPress v4.7.1
5151

5252
= 2.6.0 =

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

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

0 commit comments

Comments
 (0)