From 583b34a5c117d402fb8b8d76d0accfb54c40a727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Tue, 8 Nov 2016 11:56:18 +0200 Subject: [PATCH] Bump up release version to 3.0.0-beta.3 --- mailpoet.php | 4 ++-- readme.txt | 16 +++++++++++++++- views/update.html | 26 ++++++++++++++++++-------- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 808ec5dd58..084eb1e2c7 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit; use \MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.2 + * Version: 3.0.0-beta.3 * 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 @@ -22,7 +22,7 @@ use \MailPoet\Config\Initializer; require 'vendor/autoload.php'; -define('MAILPOET_VERSION', '3.0.0-beta.2'); +define('MAILPOET_VERSION', '3.0.0-beta.3'); $initializer = new Initializer(array( 'file' => __FILE__, diff --git a/readme.txt b/readme.txt index 84b95913ad..90cd3ad01f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet 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.2 +Stable tag: 3.0.0-beta.3 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -83,6 +83,20 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w == Changelog == += 3.0.0-beta.3 - 2016-11 = +* Improved compatibility with PHP 7; +* Fixed showing current newsletter status in newsletter listings when there are no subscribers to send to; +* Removed obsolete libraries; +* Fixed security issues; +* Fixed html form embed code to use correct paths; +* Updated settings documentation URL; +* Improved text fitting in newsletter type/template selection boxes; +* Fixed Populator compatibility with earlier PHP versions; +* 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; + = 3.0.0-beta.2 - 2016-10 = * Fixed compatibility issues with PHP versions earlier than PHP 5.6; diff --git a/views/update.html b/views/update.html index 4eb94edca0..76d44c1eb6 100644 --- a/views/update.html +++ b/views/update.html @@ -23,19 +23,29 @@

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

+

3.0.0-beta.3 - 2016-11-08

+ +
+

3.0.0-beta.2 - 2016-10-28


- -

3.0.0-beta.1 - 2016-10-28

- -
-