diff --git a/readme.txt b/readme.txt
index 32d5353..258a544 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: mandrill, mailchimp, transactional email, email, email reliability, smtp,
Requires PHP: 5.6
Requires at least: 3.0
Tested up to: 5.6
-Stable tag: 1.2.12
+Stable tag: 1.2.13
License: GPLv2
The Send Emails with Mandrill plugin sends emails that are generated by WordPress through Mandrill, a transactional email service powered by MailChimp.
@@ -110,6 +110,9 @@ If your account has more than 20 senders registered or more than 40 tags used, t
4. Dashboard widget Settings
== Changelog ==
+= 1.2.13 =
+* Setting to disable
setting for WooCommerce emails due to layout issues from recent WooCommerce updates
+
= 1.2.12 =
* Updates to deprecated jQuery functions
diff --git a/wpmandrill.php b/wpmandrill.php
index 80c5c61..e790ab1 100644
--- a/wpmandrill.php
+++ b/wpmandrill.php
@@ -4,7 +4,7 @@
Description: Send e-mails using Mandrill. This is a forked version of the now unsupported plugin wpMandrill.
Author: Miller Media ( Matt Miller )
Author URI: http://www.millermedia.io
-Version: 1.2.12
+Version: 1.2.13
Requires PHP: 5.6
Text Domain: send-emails-with-mandrill
*/
@@ -32,7 +32,7 @@
// Define plugin constants
if ( !defined('SEWM_VERSION'))
- define( 'SEWM_VERSION', '1.2.11' );
+ define( 'SEWM_VERSION', '1.2.13' );
if ( !defined( 'SEWM_BASE' ) )
define( 'SEWM_BASE', plugin_basename( __FILE__ ) );