From 131f12d19e083636d014938fe9aefcb4c6e66d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Tue, 10 Jan 2017 13:13:30 +0200 Subject: [PATCH] Update changelog and version for release 3.0.0-beta.12 --- mailpoet.php | 4 ++-- readme.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 8335ac35cb..ecbc58fdf2 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,7 +5,7 @@ use MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.11 + * Version: 3.0.0-beta.12 * Plugin URI: http://www.mailpoet.com * Description: Create and send beautiful email newsletters, autoresponders, and post notifications without leaving WordPress. This is a beta version of our brand new plugin! * Author: MailPoet @@ -24,7 +24,7 @@ use MailPoet\Config\Initializer; $mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php'; if(file_exists($mailpoet_loader)) { require $mailpoet_loader; - define('MAILPOET_VERSION', '3.0.0-beta.11'); + define('MAILPOET_VERSION', '3.0.0-beta.12'); $initializer = new Initializer( array( 'file' => __FILE__, diff --git a/readme.txt b/readme.txt index 1ba353567a..9e8d355e60 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet, wysija Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp Requires at least: 4.6 Tested up to: 4.7 -Stable tag: 3.0.0-beta.11 +Stable tag: 3.0.0-beta.12 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -83,6 +83,16 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w == Changelog == += 3.0.0-beta.12 - 2017-01-10 = +* Improved: faster load times of Emails page with large database; +* Improved: sender header is now set for SMTP/PHPMail method to work with MS Exchange. Thx Karsten!; +* Improved: better asset conflict management with other plugins; +* Fixed: newly published custom post types are now sent. Thx Jim!; +* Fixed: post notifications now send when ALC block is configured to display titles only. Thx Pete; +* Fixed: shortcode "date:dtext" displays full name (e.g., Sunday) instead of abbreviated (e.g., Sun); +* Fixed: hide mailer error on send previews. Thx Karsten again!; +* Fixed: various minor issues. + = 3.0.0-beta.11 - 2016-12-31 = * Improved: newsletters' statistics are generated in a split second; * Fixed: subscribers' data is properly saved on repeat and/or multiple subscription attempts;