Bump up release version to 3.0.0-beta.3
This commit is contained in:
@@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
|||||||
use \MailPoet\Config\Initializer;
|
use \MailPoet\Config\Initializer;
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 3.0.0-beta.2
|
* Version: 3.0.0-beta.3
|
||||||
* Plugin URI: http://www.mailpoet.com
|
* 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!
|
* 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
|
* Author: MailPoet
|
||||||
@@ -22,7 +22,7 @@ use \MailPoet\Config\Initializer;
|
|||||||
|
|
||||||
require 'vendor/autoload.php';
|
require 'vendor/autoload.php';
|
||||||
|
|
||||||
define('MAILPOET_VERSION', '3.0.0-beta.2');
|
define('MAILPOET_VERSION', '3.0.0-beta.3');
|
||||||
|
|
||||||
$initializer = new Initializer(array(
|
$initializer = new Initializer(array(
|
||||||
'file' => __FILE__,
|
'file' => __FILE__,
|
||||||
|
16
readme.txt
16
readme.txt
@@ -3,7 +3,7 @@ Contributors: mailpoet
|
|||||||
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
|
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
|
||||||
Requires at least: 4.6
|
Requires at least: 4.6
|
||||||
Tested up to: 4.6.1
|
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.
|
Create and send beautiful emails and newsletters from WordPress.
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@@ -83,6 +83,20 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 3.0.0-beta.2 - 2016-10 =
|
||||||
|
|
||||||
* Fixed compatibility issues with PHP versions earlier than PHP 5.6;
|
* Fixed compatibility issues with PHP versions earlier than PHP 5.6;
|
||||||
|
@@ -23,19 +23,29 @@
|
|||||||
|
|
||||||
<div id="mailpoet-changelog" clas="feature-section one-col">
|
<div id="mailpoet-changelog" clas="feature-section one-col">
|
||||||
<h2><%= __("List of Changes") %></h2>
|
<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>
|
<h3>3.0.0-beta.2 - 2016-10-28</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed compatibility issues with PHP versions earlier than PHP 5.6;</li>
|
<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>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h3>3.0.0-beta.1 - 2016-10-28</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Initial public beta release;</li>
|
|
||||||
</ul>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user