Bump up release version to 3.0.0-beta.5
This commit is contained in:
@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 3.0.0-beta.4
|
* Version: 3.0.0-beta.5
|
||||||
* 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
|
||||||
@@ -24,7 +24,7 @@ use MailPoet\Config\Initializer;
|
|||||||
$mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php';
|
$mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php';
|
||||||
if(file_exists($mailpoet_loader)) {
|
if(file_exists($mailpoet_loader)) {
|
||||||
require $mailpoet_loader;
|
require $mailpoet_loader;
|
||||||
define('MAILPOET_VERSION', '3.0.0-beta.4');
|
define('MAILPOET_VERSION', '3.0.0-beta.5');
|
||||||
$initializer = new Initializer(
|
$initializer = new Initializer(
|
||||||
array(
|
array(
|
||||||
'file' => __FILE__,
|
'file' => __FILE__,
|
||||||
|
13
readme.txt
13
readme.txt
@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
|||||||
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.4
|
Stable tag: 3.0.0-beta.5
|
||||||
Create and send beautiful emails and newsletters from WordPress.
|
Create and send beautiful emails and newsletters from WordPress.
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@@ -83,6 +83,17 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 3.0.0-beta.4 - 2016-11 =
|
||||||
|
|
||||||
* Updated HelpScout beacon to provide support articles;
|
* Updated HelpScout beacon to provide support articles;
|
||||||
|
@@ -23,6 +23,19 @@
|
|||||||
|
|
||||||
<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.5 - 2016-11-22</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed ALC block in newsletter editor to not show tools of content blocks;</li>
|
||||||
|
<li>Fixed Sending Queue to remove post notification history newsletter when sending queue record is removed;</li>
|
||||||
|
<li>Fixed vendor library initialization path on certain configurations;</li>
|
||||||
|
<li>Optimized image assets to reduce file size;</li>
|
||||||
|
<li>Added security fixes;</li>
|
||||||
|
<li>Added plugin requirements checker;</li>
|
||||||
|
<li>Fixed "MailPoet Page" custom post type to not display an entry on admin menu;</li>
|
||||||
|
<li>Fixed language strings in subscriber import;</li>
|
||||||
|
<li>Added "Get back to MailPoet" button on plugin update page.</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
<h3>3.0.0-beta.4 - 2016-11-15</h3>
|
<h3>3.0.0-beta.4 - 2016-11-15</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Updated HelpScout beacon to provide support articles;</li>
|
<li>Updated HelpScout beacon to provide support articles;</li>
|
||||||
@@ -33,23 +46,6 @@
|
|||||||
<li>Added security measures to prevent mass subscriptions.</li>
|
<li>Added security measures to prevent mass subscriptions.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user