diff --git a/mailpoet.php b/mailpoet.php index 4750313c86..ff1c5fd7a4 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -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('

%1$s

', $notice); }); -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index ccf419bb15..bb64b1b1ed 100644 --- a/readme.txt +++ b/readme.txt @@ -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!;