From 96eaafe012ad3db2e613751bc340ab4643db8fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Tue, 22 Nov 2016 14:21:16 +0200 Subject: [PATCH] Bump up release version to 3.0.0-beta.5 --- mailpoet.php | 4 ++-- readme.txt | 13 ++++++++++++- views/update.html | 30 +++++++++++++----------------- 3 files changed, 27 insertions(+), 20 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 8b273d43ed..37058018db 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,7 +5,7 @@ use MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.4 + * Version: 3.0.0-beta.5 * 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.4'); + define('MAILPOET_VERSION', '3.0.0-beta.5'); $initializer = new Initializer( array( 'file' => __FILE__, diff --git a/readme.txt b/readme.txt index cb6fee0d24..dd9d0ee699 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.6.1 -Stable tag: 3.0.0-beta.4 +Stable tag: 3.0.0-beta.5 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -83,6 +83,17 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w == Changelog == += 3.0.0-beta.5 - 2016-11 = +* Fixed ALC block in newsletter editor to not show tools of content blocks; +* Fixed Sending Queue to remove post notification history newsletter when sending queue record is removed; +* Fixed vendor library initialization path on certain configurations; +* Optimized image assets to reduce file size; +* Added security fixes; +* Added plugin requirements checker; +* Fixed "MailPoet Page" custom post type to not display an entry on admin menu; +* Fixed language strings in subscriber import; +* Added "Get back to MailPoet" button on plugin update page. + = 3.0.0-beta.4 - 2016-11 = * Updated HelpScout beacon to provide support articles; diff --git a/views/update.html b/views/update.html index 0e09b1fb1d..e389bae295 100644 --- a/views/update.html +++ b/views/update.html @@ -23,6 +23,19 @@

<%= __("List of Changes") %>

+

3.0.0-beta.5 - 2016-11-22

+ +

3.0.0-beta.4 - 2016-11-15


- -

3.0.0-beta.3 - 2016-11-08

- -