diff --git a/readme.txt b/readme.txt index 0c3775e..664ae88 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.3.2 -Stable tag: 1.2.7 +Stable tag: 1.2.8 License: GPLv2 The Send Emails with Mandrill plugin sends emails that are generated by WordPress through Mandrill, a transactional email service powered by MailChimp. @@ -108,6 +108,9 @@ If your account has more than 20 senders registered or more than 40 tags used, t 4. Dashboard widget Settings == Changelog == += 1.2.8 = +* Add wpmandrill_enable_reports and wpmandrill_enable_widgets filters to programmatically disable the reports dashboard and widget if desired. + = 1.2.7 = * Removed code added for previous Mandrill outage diff --git a/wpmandrill.php b/wpmandrill.php index 67c26c6..b2b9316 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.7 +Version: 1.2.8 Requires PHP: 5.6 Text Domain: send-emails-with-mandrill */