Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerMedia committed Sep 5, 2024
1 parent 9a4d7db commit 942a831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.4.2
Version: 1.4.3
Requires PHP: 7.0
Text Domain: send-emails-with-mandrill
License: GPLv2 or later
Expand Down Expand Up @@ -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__ ) );
Expand Down

0 comments on commit 942a831

Please sign in to comment.