upgraded to 4.14
This commit is contained in:
@ -68,7 +68,7 @@ abstract class ET_Builder_Module_Settings_Migration {
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public static $max_version = '4.13.0';
|
||||
public static $max_version = '4.14.0';
|
||||
|
||||
/**
|
||||
* Array of already migrated data.
|
||||
@ -107,6 +107,8 @@ abstract class ET_Builder_Module_Settings_Migration {
|
||||
'3.25.3' => 'ShopOrderByDefault',
|
||||
'3.27.4' => 'TextAlignment',
|
||||
'4.13.0' => 'IconManager',
|
||||
'4.13.1' => 'ContactFormUniqueID',
|
||||
'4.14.0' => 'WooTextOG',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user