Update templates version
[MAILPOET-6043]
This commit is contained in:
committed by
Rostislav Wolný
parent
d68e1c7960
commit
a59c93f811
@@ -16,7 +16,7 @@ use WP_Block_Template;
|
|||||||
*/
|
*/
|
||||||
class Templates {
|
class Templates {
|
||||||
const MAILPOET_EMAIL_META_THEME_TYPE = 'mailpoet_email_theme';
|
const MAILPOET_EMAIL_META_THEME_TYPE = 'mailpoet_email_theme';
|
||||||
const MAILPOET_TEMPLATE_EMPTY_THEME = array( 'version' => 2 ); // The version 2 is important to merge themes correctly.
|
const MAILPOET_TEMPLATE_EMPTY_THEME = array( 'version' => 3 ); // The version 3 is important to merge themes correctly.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides the utils.
|
* Provides the utils.
|
||||||
|
Reference in New Issue
Block a user