Skip to content

Commit b94f0af

Browse files
committed
v2.6.3 release prep
1 parent 5658f03 commit b94f0af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

readme.txt

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

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

4747

4848
== Changelog ==
49+
= 2.6.3 =
50+
- Add plugin name to XMailer (for SMTP)
51+
- Tested in WordPress v4.7.2
52+
4953
= 2.6.2 =
5054
- Tested in WordPress v4.7.1
5155

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

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

0 commit comments

Comments
 (0)