Skip to content

Commit 6004432

Browse files
committed
v2.6.4 release prep
1 parent 719219b commit 6004432

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

admin.widget.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ public function render_template_field()
247247
<ul>
248248
<li>- Please see <a href="https://support.sparkpost.com/customer/portal/articles/2409547-using-templates-with-the-sparkpost-wordpress-plugin" target="_blank">this article</a> for detailed information about using templates with this plugin.</li>
249249
<li>- Templates can only be used with the HTTP API.</li>
250-
<li>- <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/templates-attachments.md" target="_blank">Does not work with attachment</a>.
251-
<li>- Leave this field blank to disable use of a template or use it dynamically (i.e. <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md" target="_blank">using hooks</a>).</li>
250+
<li>- <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/templates-attachments.md" target="_blank">Does not work with attachment.</a>
251+
<li>- Leave this field blank to disable use of a template. You can still specify it by <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md" target="_blank">using hooks</a>.</li>
252252
</ul>
253253
</small>
254254
<?php

readme.txt

Lines changed: 7 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.2
6-
Stable tag: 2.6.3
6+
Stable tag: 2.6.4
77
License: GPLv2 or later
88

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

4747

4848
== Changelog ==
49+
= 2.6.4 =
50+
- Fix the issue to use template hook when not set in settings ([#95](https://github.com/SparkPost/wordpress-sparkpost/issues/95))
51+
- Clarify attachment can't be sent with template and include workaround example ([#96](https://github.com/SparkPost/wordpress-sparkpost/issues/96))
52+
- Include attachment in test email
53+
4954
= 2.6.3 =
5055
- Add plugin name to XMailer (for SMTP)
5156
- Tested in WordPress v4.7.2
@@ -119,4 +124,4 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s
119124

120125
== Upgrade Notice ==
121126

122-
From WordPress plugins list, click `update now`.
127+
From WordPress plugins list, click `update now`.

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

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

0 commit comments

Comments
 (0)