Commit 20ebfb4 1 parent 4ff3e54 commit 20ebfb4 Copy full SHA for 20ebfb4
File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public function init() {
42
42
'2.0.6 ' => 'upgrade_2_0_6 ' ,
43
43
'2.1.0 ' => 'upgrade_2_1 ' ,
44
44
'2.2.1 ' => 'upgrade_2_2_1 ' ,
45
+ '2.3.2 ' => 'upgrade_2_3_2 ' ,
45
46
);
46
47
47
48
$ version = get_option ( self ::OPTION , '0.0.0 ' );
@@ -206,4 +207,14 @@ protected function upgrade_2_2_1() {
206
207
// Refresh templates library.
207
208
Remote::get_instance ()->get_templates_info ( true );
208
209
}
210
+
211
+ /**
212
+ * Migrations for v2.3.2.
213
+ *
214
+ * @return void
215
+ */
216
+ protected function upgrade_2_3_2 () {
217
+ // Regenerate Elementor CSS.
218
+ Utils::clear_elementor_cache ();
219
+ }
209
220
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ static function ( Categories_Manager $categories_manager ) {
41
41
42
42
add_action (
43
43
'elementor/dynamic_tags/register ' ,
44
- static function ( Manager $ dynamic_tags ) {
44
+ static function ( Manager $ dynamic_tags ) {
45
45
46
46
$ dynamic_tags ->register_group (
47
47
'ang_classes ' ,
@@ -55,7 +55,6 @@ static function( Manager $dynamic_tags ) {
55
55
56
56
$ dynamic_tags ->register ( new Light_Background () );
57
57
$ dynamic_tags ->register ( new Dark_Background () );
58
-
59
58
}
60
59
);
61
60
@@ -116,7 +115,7 @@ public function register_data_controllers() {
116
115
117
116
add_action (
118
117
'elementor/editor/init ' ,
119
- function () {
118
+ function () {
120
119
/**
121
120
* Set current page id.
122
121
*/
You can’t perform that action at this time.
0 commit comments