diff --git a/mailpoet.php b/mailpoet.php index ecbc58fdf2..4750313c86 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,7 +5,7 @@ use MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.12 + * Version: 3.0.0-beta.13 * 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.12'); + define('MAILPOET_VERSION', '3.0.0-beta.13'); $initializer = new Initializer( array( 'file' => __FILE__, diff --git a/readme.txt b/readme.txt index 9e8d355e60..ccf419bb15 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.12 +Stable tag: 3.0.0-beta.13 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -83,12 +83,19 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w == Changelog == += 3.0.0-beta.13 - 2017-01-17 = +* Improved: style/script conflicts on MailPoet pages are now resolved by unloading non-default assets. Thx Michel for reporting one such case!; +* Fixed: MySQL wait_timeout of less than 20 seconds results in errors when sending. Thx Tim!; +* Fixed: unsubscribe URL doesn't work when BuddyPress is enabled; +* Fixed: some form styles aren't saved. Thanks Pete!; +* Fixed: typo in subscription management shortcode instructions. Thx Tim once more! + = 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: post notifications now sent 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.