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',
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -526,7 +526,7 @@ class ET_Builder_Module_Settings_Migration_IconManager extends ET_Builder_Module
|
||||
return '';
|
||||
}
|
||||
|
||||
return et_pb_process_font_icon( $this->_current_value ) . '||divi||' . et_pb_get_normal_font_weight_value();
|
||||
return et_pb_build_extended_font_icon_value( $this->_current_value );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user