Skip to content

Commit

Permalink
Bump to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper committed Oct 30, 2020
1 parent b6f07a9 commit d42b86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: sparkpost, rajuru
Tags: sparkpost, smtp, wp_mail, mail, email
Requires at least: 5.5
Tested up to: 5.5
Stable tag: 3.2.4
Stable tag: 3.2.5
License: GPLv2 or later

Send all your email from WordPress through SparkPost, the most advanced email delivery service.
Expand Down Expand Up @@ -52,6 +52,9 @@ Visit plugin's [official issue tracker](https://github.com/SparkPost/wordpress-s

== Changelog ==

= 3.2.5 =
- Fixed fatal error PHPMailer\Exception not found ([163](https://github.com/SparkPost/wordpress-sparkpost/pull/163))

= 3.2.4 =
- Fixed undefined property warning when logging subject ([160](https://github.com/SparkPost/wordpress-sparkpost/pull/160))

Expand Down
4 changes: 2 additions & 2 deletions wordpress-sparkpost.php
Expand Up @@ -5,7 +5,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: 3.2.4
Version: 3.2.5
Author: SparkPost
Author URI: http://sparkpost.com
License: GPLv2 or later
Expand All @@ -18,7 +18,7 @@

define('WPSP_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('WPSP_PLUGIN_PATH', WPSP_PLUGIN_DIR . basename(__FILE__));
define('WPSP_PLUGIN_VERSION', '3.2.4');
define('WPSP_PLUGIN_VERSION', '3.2.5');

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

Expand Down

0 comments on commit d42b86e

Please sign in to comment.