Skip to content

Commit 792e9f4

Browse files
committed
Bump version, update changelog
1 parent 79d626a commit 792e9f4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/transactional.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function unsetTransactional() {
2525
add_filter('wpsp_transactional', 'unsetTransactional');
2626

2727
// now send your email using wp_mail function
28+
wp_mail(.....)
2829

2930
// as sending is done, let's remove the filter so other emails are not affected
3031
remove_filter('wpsp_transactional', 'unsetTransactional');

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: sparkpost, rajuru
33
Tags: sparkpost, smtp, wp_mail, mail, email
44
Requires at least: 4.0
5-
Tested up to: 4.6
6-
Stable tag: 2.4.1
5+
Tested up to: 4.6.1
6+
Stable tag: 2.5.0
77
License: GPLv2 or later
88

99
Send all your email from WordPress through SparkPost, the most advanced email delivery service.
@@ -47,6 +47,10 @@ Visit our [support site](https://support.sparkpost.com/) for help.
4747

4848
== Changelog ==
4949

50+
= 2.5.0 =
51+
- Added support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md).
52+
- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md).
53+
5054
= 2.4.1 =
5155
- Fix Reply-To header issue with WordPress 4.6
5256

wordpress-sparkpost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Plugin Name: SparkPost
77
Plugin URI: http://sparkpost.com/
88
Description: Send all your email from Wordpress through SparkPost, the world's most advanced email delivery service.
9-
Version: 2.4.1
9+
Version: 2.5.0
1010
Author: SparkPost
1111
Author URI: http://sparkpost.com
1212
License: GPLv2 or later

0 commit comments

Comments
 (0)