Releasing 3.21.0

This commit is contained in:
Rostislav Wolny
2019-03-11 16:43:38 +01:00
committed by M. Shull
parent 4d3e5192a5
commit 2ede5caad0
3 changed files with 11 additions and 4 deletions

View File

@ -35,7 +35,7 @@ if (!defined('ABSPATH')) exit;
class Menu { class Menu {
const MAIN_PAGE_SLUG = 'mailpoet-newsletters'; const MAIN_PAGE_SLUG = 'mailpoet-newsletters';
const LAST_ANNOUNCEMENT_DATE = '2019-02-21 10:00:00'; const LAST_ANNOUNCEMENT_DATE = '2019-03-12 10:00:00';
/** @var WooCommerceHelper */ /** @var WooCommerceHelper */
private $woocommerce_helper; private $woocommerce_helper;

View File

@ -4,7 +4,7 @@ if (!defined('ABSPATH')) exit;
/* /*
* Plugin Name: MailPoet 3 (New) * Plugin Name: MailPoet 3 (New)
* Version: 3.20.0 * Version: 3.21.0
* Plugin URI: http://www.mailpoet.com * Plugin URI: http://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress. * Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet * Author: MailPoet
@ -18,7 +18,7 @@ if (!defined('ABSPATH')) exit;
*/ */
$mailpoet_plugin = array( $mailpoet_plugin = array(
'version' => '3.20.0', 'version' => '3.21.0',
'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: email marketing, newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder Tags: email marketing, newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder
Requires at least: 4.7 Requires at least: 4.7
Tested up to: 5.1 Tested up to: 5.1
Stable tag: 3.20.0 Stable tag: 3.21.0
License: GPLv3 License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -172,6 +172,13 @@ Stop by our [support site](https://www.mailpoet.com/support).
== Changelog == == Changelog ==
= 3.21.0 - 2019-03-11 =
* Added: backwards compatibility method to fix 3rd party integrations;
* Added: option to position the title of your post above the excerpt;
* Added: change the default line heights in Styles sidebar;
* Improved: human readable error message when mail mail function fails;
* Fixed: incorrect "authorize your address" link in plugin.
= 3.20.0 - 2019-03-05 = = 3.20.0 - 2019-03-05 =
* Added: requirement for all "from" email addresses to be authorized to enable sending; * Added: requirement for all "from" email addresses to be authorized to enable sending;
* Added: WooCommerce revenues in stats email notifications; * Added: WooCommerce revenues in stats email notifications;