Bumps up version to 3.0.0-beta.36.1.0 and updates changelog

This commit is contained in:
Vlad
2017-06-27 16:23:22 -04:00
parent 2d217e416a
commit 2add301b9f
2 changed files with 7 additions and 3 deletions

View File

@ -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',

View File

@ -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!