Compare commits

...

1 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
058ba53622 Bump up release version 2016-12-07 12:26:29 +02:00
3 changed files with 25 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
/* /*
* Plugin Name: MailPoet * Plugin Name: MailPoet
* Version: 3.0.0-beta.6 * Version: 3.0.0-beta.7.1
* 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.6'); define('MAILPOET_VERSION', '3.0.0-beta.7.1');
$initializer = new Initializer( $initializer = new Initializer(
array( array(
'file' => __FILE__, 'file' => __FILE__,

View File

@@ -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.6 Stable tag: 3.0.0-beta.7.1
Create and send beautiful emails and newsletters from WordPress. Create and send beautiful emails and newsletters from WordPress.
== Description == == Description ==
@@ -83,6 +83,16 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
== Changelog == == 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 = = 3.0.0-beta.6 - 2016-11-29 =
* Added: "bounced" status has been added to subscribers; * Added: "bounced" status has been added to subscribers;
* Improved: execution time enforced between individual send operations. Avoids duplicate sending on really slow servers; * Improved: execution time enforced between individual send operations. Avoids duplicate sending on really slow servers;

View File

@@ -23,6 +23,18 @@
<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.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> <h3>3.0.0-beta.6 - 2016-11-29</h3>
<ul> <ul>
<li>Added: "bounced" status has been added to subscribers;</li> <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> <li>Fixed: ampersand char ("&") inside the subject line won't throw errors in browser preview. Thanks Michel for reporting.</li>
</ul> </ul>
<br> <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> </div>
<hr> <hr>