Skip to content

Commit

Permalink
Version 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerMedia committed Mar 5, 2021
1 parent 7c46923 commit b3cd013
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 <br /> setting for WooCommerce emails due to layout issues from recent WooCommerce updates

= 1.2.12 =
* Updates to deprecated jQuery functions

Expand Down
4 changes: 2 additions & 2 deletions wpmandrill.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Description: Send e-mails using Mandrill. This is a forked version of the now unsupported plugin <a href="https://wordpress.org/plugins/wpmandrill/">wpMandrill</a>.
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
*/
Expand Down Expand Up @@ -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__ ) );
Expand Down

0 comments on commit b3cd013

Please sign in to comment.