Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/transactional.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function unsetTransactional() {
add_filter('wpsp_transactional', 'unsetTransactional');

// now send your email using wp_mail function
wp_mail(.....)

// as sending is done, let's remove the filter so other emails are not affected
remove_filter('wpsp_transactional', 'unsetTransactional');
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== SparkPost ===
Contributors: sparkpost, rajuru
Tags: sparkpost, smtp, wp_mail, mail, email
Requires at least: 4.0
Tested up to: 4.6
Stable tag: 2.4.1
Requires at least: 4.3
Tested up to: 4.6.1
Stable tag: 2.5.0
License: GPLv2 or later

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

== Changelog ==

= 2.5.0 =
- Added support for [Transactional email](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/transactional.md).
- Add support for [hooks](https://github.com/SparkPost/wordpress-sparkpost/blob/master/docs/hooks.md).

= 2.4.1 =
- Fix Reply-To header issue with WordPress 4.6

Expand Down
2 changes: 1 addition & 1 deletion wordpress-sparkpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.4.1
Version: 2.5.0
Author: SparkPost
Author URI: http://sparkpost.com
License: GPLv2 or later
Expand Down