diff --git a/mailpoet.php b/mailpoet.php index d855f8b002..d725ed277d 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,7 +5,7 @@ use MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.9 + * Version: 3.0.0-beta.10 * 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.9'); + define('MAILPOET_VERSION', '3.0.0-beta.10'); $initializer = new Initializer( array( 'file' => __FILE__, diff --git a/readme.txt b/readme.txt index 63c67235ef..9e7268ad81 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.9 +Stable tag: 3.0.0-beta.10 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -83,13 +83,22 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w == Changelog == += 3.0.0-beta.10 - 2016-12-27 = +* Improved: newsletter is saved prior to sending an email preview; +* Improved: subscription management page conditionally displays the "bounced" status; +* Improved: deleted lists are displayed in newsletter listings; +* Fixed: newsletter/subscriber/list/form dates are properly formatted according to WP settings; +* Fixed: emails' "Return-path" header is set to the bounce address configured in Settings->Advanced; +* Fixed: archived newsletters' shortcode works for site visitors; +* Fixed: unicode support for newsletters. + = 3.0.0-beta.9 - 2016-12-20 = -* Improved: the plugin is now tested up to WP 4.7 -* Improved: MailPoet's sending service bounce status API update -* Improved: change duplicate subscribers import message to be more descriptive -* Fixed: database character set and time zone setup -* Fixed: alignment of post titles inside notificaiton emails -* Fixed: partially generated or missing translations from .pot file +* Improved: the plugin is now tested up to WP 4.7; +* Improved: MailPoet's sending service bounce status API update; +* Improved: change duplicate subscribers import message to be more descriptive; +* Fixed: database character set and time zone setup; +* Fixed: alignment of post titles inside notificaiton emails; +* Fixed: partially generated or missing translations from .pot file. = 3.0.0-beta.8 - 2016-12-13 = * Added: MailPoet's sending service can now sync hard bounced addresses with the plugin to keep your lists tidy and clean; @@ -151,12 +160,12 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w * Fixed newsletter number shortcode for notification newsletters; * Enhanced HelpScout support beacon report with extra support data; * Fixed email renderer to not throw entity warnings on earlier PHP versions; -* Fixed newsletter preview incompatibility errors for earlier PHP versions; +* Fixed newsletter preview incompatibility errors for earlier PHP versions. = 3.0.0-beta.2 - 2016-10 = * Fixed compatibility issues with PHP versions earlier than PHP 5.6; -* Renamed 'Emails' email type to 'Newsletters'; +* Renamed 'Emails' email type to 'Newsletters'. = 3.0.0-beta.1 - 2016-10 =