Bump up release version to 3.0.0-beta.3

This commit is contained in:
Tautvidas Sipavičius
2016-11-08 11:56:18 +02:00
parent b36d13a087
commit 583b34a5c1
3 changed files with 35 additions and 11 deletions

View File

@@ -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__,

View File

@@ -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;

View File

@@ -23,19 +23,29 @@
<div id="mailpoet-changelog" clas="feature-section one-col">
<h2><%= __("List of Changes") %></h2>
<h3>3.0.0-beta.3 - 2016-11-08</h3>
<ul>
<li>Improved compatibility with PHP 7;</li>
<li>Fixed showing current newsletter status in newsletter listings when there are no subscribers to send to;</li>
<li>Removed obsolete libraries;</li>
<li>Fixed security issues;</li>
<li>Fixed html form embed code to use correct paths;</li>
<li>Updated settings documentation URL;</li>
<li>Improved text fitting in newsletter type/template selection boxes;</li>
<li>Fixed Populator compatibility with earlier PHP versions;</li>
<li>Fixed newsletter number shortcode for notification newsletters;</li>
<li>Enhanced HelpScout support beacon report with extra support data;</li>
<li>Fixed email renderer to not throw entity warnings on earlier PHP versions;</li>
<li>Fixed newsletter preview incompatibility errors for earlier PHP versions.</li>
</ul>
<br>
<h3>3.0.0-beta.2 - 2016-10-28</h3>
<ul>
<li>Fixed compatibility issues with PHP versions earlier than PHP 5.6;</li>
<li>Renamed 'Emails' email type to 'Newsletters';</li>
<li>Renamed 'Emails' email type to 'Newsletters'.</li>
</ul>
<br>
<h3>3.0.0-beta.1 - 2016-10-28</h3>
<ul>
<li>Initial public beta release;</li>
</ul>
<br>
</div>
<hr>