Bumps up release version to Beta 14

Updates changelog
This commit is contained in:
Vlad
2017-01-19 11:49:50 -05:00
parent f651c06cb9
commit 3c6a6ef13c
2 changed files with 11 additions and 6 deletions

View File

@@ -5,13 +5,13 @@ use MailPoet\Config\Initializer;
/*
* Plugin Name: MailPoet
* Version: 3.0.0-beta.13
* Version: 3.0.0-beta.14
* 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
* Author URI: http://www.mailpoet.com
* Requires at least: 4.6
* Tested up to: 4.7
* Tested up to: 4.7.1
*
* Text Domain: mailpoet
* Domain Path: /lang/
@@ -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.13');
define('MAILPOET_VERSION', '3.0.0-beta.14');
$initializer = new Initializer(
array(
'file' => __FILE__,
@@ -37,4 +37,4 @@ if(file_exists($mailpoet_loader)) {
$notice = __('MailPoet cannot start because it is missing core files. Please reinstall the plugin.', 'mailpoet');
printf('<div class="error"><p>%1$s</p></div>', $notice);
});
}
}

View File

@@ -2,8 +2,8 @@
Contributors: mailpoet, wysija
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
Requires at least: 4.6
Tested up to: 4.7
Stable tag: 3.0.0-beta.13
Tested up to: 4.7.1
Stable tag: 3.0.0-beta.14
Create and send beautiful emails and newsletters from WordPress.
== Description ==
@@ -83,6 +83,11 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
== Changelog ==
= 3.0.0-beta.14 - 2017-01-19 =
* Fixed: images can't be added to newsletters. Thanks Leon!;
* Fixed: forms require first & last name input fields on some systems;
* Fixed: unable to remove subscribers from lists in admin panel. Thanks Kay!
= 3.0.0-beta.13 - 2017-01-17 =
* Improved: style/script conflicts on MailPoet pages are now resolved by unloading non-default assets. Thx Michel for reporting one such case!;
* Fixed: MySQL wait_timeout of less than 20 seconds results in errors when sending. Thx Tim!;