Compare commits
1 Commits
3.0.0-beta
...
3.0.0-beta
Author | SHA1 | Date | |
---|---|---|---|
|
058ba53622 |
@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet
|
||||
* Version: 3.0.0-beta.6
|
||||
* Version: 3.0.0-beta.7.1
|
||||
* 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.6');
|
||||
define('MAILPOET_VERSION', '3.0.0-beta.7.1');
|
||||
$initializer = new Initializer(
|
||||
array(
|
||||
'file' => __FILE__,
|
||||
|
12
readme.txt
12
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.6
|
||||
Stable tag: 3.0.0-beta.7.1
|
||||
Create and send beautiful emails and newsletters from WordPress.
|
||||
|
||||
== Description ==
|
||||
@@ -83,6 +83,16 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 3.0.0-beta.7.1 - 2016-12-06 =
|
||||
* Improved: allow user to restart sending after sending method failure;
|
||||
* Fixed: subscribers are not added to lists after import;
|
||||
* Fixed: sending should stop when newsletter is trashed;
|
||||
* Fixed: update database schema after an update which fixes an SQL error;
|
||||
* Fixed: status of sent newsletters is showing "paused" instead of "sent";
|
||||
* Fixed: dividers in Automatic Latest Posts posts are not displayed. Thx Gregor!;
|
||||
* Fixed: shortcodes (ie, first name) are not rendered when sending a preview;
|
||||
* Fixed: count of confirmed subscribers only in step 2 of import is erroneous.
|
||||
|
||||
= 3.0.0-beta.6 - 2016-11-29 =
|
||||
* Added: "bounced" status has been added to subscribers;
|
||||
* Improved: execution time enforced between individual send operations. Avoids duplicate sending on really slow servers;
|
||||
|
@@ -23,6 +23,18 @@
|
||||
|
||||
<div id="mailpoet-changelog" clas="feature-section one-col">
|
||||
<h2><%= __("List of Changes") %></h2>
|
||||
<h3>3.0.0-beta.7.1 - 2016-12-06</h3>
|
||||
<ul>
|
||||
<li>Improved: allow user to restart sending after sending method failure;</li>
|
||||
<li>Fixed: subscribers are not added to lists after import;</li>
|
||||
<li>Fixed: sending should stop when newsletter is trashed;</li>
|
||||
<li>Fixed: update database schema after an update which fixes an SQL error;</li>
|
||||
<li>Fixed: status of sent newsletters is showing "paused" instead of "sent";</li>
|
||||
<li>Fixed: dividers in Automatic Latest Posts posts are not displayed. Thx Gregor!;</li>
|
||||
<li>Fixed: shortcodes (ie, first name) are not rendered when sending a preview;</li>
|
||||
<li>Fixed: count of confirmed subscribers only in step 2 of import is erroneous.</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h3>3.0.0-beta.6 - 2016-11-29</h3>
|
||||
<ul>
|
||||
<li>Added: "bounced" status has been added to subscribers;</li>
|
||||
@@ -35,19 +47,6 @@
|
||||
<li>Fixed: ampersand char ("&") inside the subject line won't throw errors in browser preview. Thanks Michel for reporting.</li>
|
||||
</ul>
|
||||
<br>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user