diff --git a/mailpoet.php b/mailpoet.php index a95ea032b8..fb78bf5cfc 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.36.0.1 + * Version: 3.0.0-beta.36.1.0 * 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 @@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit; */ $mailpoet_plugin = array( - 'version' => '3.0.0-beta.36.0.1', + 'version' => '3.0.0-beta.36.1.0', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/readme.txt b/readme.txt index c97dae697d..1111138367 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet, wysija Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP Requires at least: 4.6 Tested up to: 4.8 -Stable tag: 3.0.0-beta.36.0.1 +Stable tag: 3.0.0-beta.36.1.0 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -91,6 +91,10 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c == Changelog == += 3.0.0-beta.36.1.0 - 2017-06-27 = +* Improved: error notices are displayed when AJAX requests fail; +* Added: MailPoet 2 forms are migrated when MailPoet 3 is installed/reinstalled. + = 3.0.0-beta.36.0.1 - 2017-06-23 = * Improved: preheader will now be hidden in Gmail app; * Fixed: subscription forms now work without causing "missing file" errors. Thanks Sherrie!