Update version information for 3.0.0-beta.21 release

This commit is contained in:
Tautvidas Sipavičius
2017-02-28 14:11:03 +02:00
parent 51fdc7f1df
commit a59bf76fb4
2 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
/* /*
* Plugin Name: MailPoet * Plugin Name: MailPoet
* Version: 3.0.0-beta.20 * Version: 3.0.0-beta.21
* 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
@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit;
*/ */
$mailpoet_plugin = array( $mailpoet_plugin = array(
'version' => '3.0.0-beta.20', 'version' => '3.0.0-beta.21',
'filename' => __FILE__, 'filename' => __FILE__,
'path' => dirname(__FILE__), 'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, smtp Tags: newsletter, email, welcome email, post notification, autoresponder, signup, smtp
Requires at least: 4.6 Requires at least: 4.6
Tested up to: 4.7.2 Tested up to: 4.7.2
Stable tag: 3.0.0-beta.20 Stable tag: 3.0.0-beta.21
Create and send beautiful emails and newsletters from WordPress. Create and send beautiful emails and newsletters from WordPress.
== Description == == Description ==
@ -83,6 +83,12 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
== Changelog == == Changelog ==
= 3.0.0-beta.21 - 2017-02-28 =
- Fixed: newsletter sending process will fully stop when sending is paused. Thanks Terry!
- Fixed: MailPoet sending method will work on sites using PHP 5.3. Thanks Jeff!
- Fixed: bulk trashing and restoring newsletters and forms will work on sites using PHP 5.3. Thanks Scott!
- We recommend all of you to upgrade to PHP 7. It's faster, more reliable, and safer. It's just a question of asking your host to switch.
= 3.0.0-beta.20 - 2017-02-23 = = 3.0.0-beta.20 - 2017-02-23 =
* Fixed: scheduling options are properly saved when creating a new or re-saving an existing email. Thx Oskar!; * Fixed: scheduling options are properly saved when creating a new or re-saving an existing email. Thx Oskar!;
* Fixed: sending is not interrupted when a post included in the email is trashed. Thanks Bernhard! * Fixed: sending is not interrupted when a post included in the email is trashed. Thanks Bernhard!