From 942a831d7e26a70dfd3bbfac6c6ceb5c2aa4107b Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Thu, 5 Sep 2024 15:33:43 -0700 Subject: [PATCH] Version 1.4.3 --- readme.txt | 2 +- wpmandrill.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 9ab9aec..3b98cb9 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: mandrill, mailchimp, email, smtp, wp_mail Requires PHP: 7.0 Requires at least: 3.0 Tested up to: 6.6.1 -Stable tag: 1.4.2 +Stable tag: 1.4.3 License: GPLv2 'Send Emails with Mandrill' sends emails that are generated by WordPress through Mandrill, a transactional email service powered by MailChimp. diff --git a/wpmandrill.php b/wpmandrill.php index fe0150b..bd553f6 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.4.2 +Version: 1.4.3 Requires PHP: 7.0 Text Domain: send-emails-with-mandrill License: GPLv2 or later @@ -32,7 +32,7 @@ // Define plugin constants if ( !defined('SEWM_VERSION')) - define( 'SEWM_VERSION', '1.4.2' ); + define( 'SEWM_VERSION', '1.4.3' ); if ( !defined( 'SEWM_BASE' ) ) define( 'SEWM_BASE', plugin_basename( __FILE__ ) );