Skip to content

Commit

Permalink
v2.6.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rajumsys committed Feb 16, 2017
1 parent 719219b commit 6004432
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions admin.widget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ public function render_template_field()
<ul>
<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>
<li>- Templates can only be used with the HTTP API.</li>
<li>- <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/templates-attachments.md" target="_blank">Does not work with attachment</a>.
<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>
<li>- <a href="https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/templates-attachments.md" target="_blank">Does not work with attachment.</a>
<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>
</ul>
</small>
<?php
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru
Tags: sparkpost, smtp, wp_mail, mail, email
Requires at least: 4.3
Tested up to: 4.7.2
Stable tag: 2.6.3
Stable tag: 2.6.4
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,11 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s


== Changelog ==
= 2.6.4 =
- Fix the issue to use template hook when not set in settings ([#95](https://github.com/SparkPost/wordpress-sparkpost/issues/95))
- Clarify attachment can't be sent with template and include workaround example ([#96](https://github.com/SparkPost/wordpress-sparkpost/issues/96))
- Include attachment in test email

= 2.6.3 =
- Add plugin name to XMailer (for SMTP)
- Tested in WordPress v4.7.2
Expand Down Expand Up @@ -119,4 +124,4 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s

== Upgrade Notice ==

From WordPress plugins list, click `update now`.
From WordPress plugins list, click `update now`.
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.3
Version: 2.6.4
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.3');
define('WPSP_PLUGIN_VERSION', '2.6.4');

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

Expand Down

0 comments on commit 6004432

Please sign in to comment.