Skip to content

Commit b4df544

Browse files
committed
v3.0.0 release prep
1 parent a0e5a95 commit b4df544

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

readme.txt

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

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

4747

4848
== Changelog ==
49+
50+
= 3.0.0 =
51+
- Support attachments in template ([#97](https://github.com/SparkPost/wordpress-sparkpost/issues/97)). Add `Templates: Read/Write` permission to API Key for this to work!
52+
- Tested in WordPress v4.7.3
53+
- Fix sending email with sandbox ([#109](https://github.com/SparkPost/wordpress-sparkpost/issues/109))
54+
4955
= 2.6.4 =
5056
- Fix the issue to use template hook when not set in settings ([#95](https://github.com/SparkPost/wordpress-sparkpost/issues/95))
5157
- Clarify attachment can't be sent with template and include workaround example ([#96](https://github.com/SparkPost/wordpress-sparkpost/issues/96))

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

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

0 commit comments

Comments
 (0)