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 {
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 */
private $woocommerce_helper;