File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
* Modified: Unused code cleanup.
8
8
* Modified: Moved ` font-display ` to Google font API enqueue and out of ` output ` CSS string.
9
9
* Updated: Default Google font list.
10
- * Updated: ACE Editor 1.18 .0
10
+ * Updated: ACE Editor 1.23 .0
11
11
* Fixed: jQuery deprecation notices in ` typography ` field.
12
12
* Fixed: Special characters validation not catching special characters.
13
13
* Fixed: #3957 - Validation routines not working complete with multiple metaboxes
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
121
121
* Modified: Unused code cleanup.
122
122
* Modified: Moved `font-display` to Google font API enqueue and out of `output` CSS string.
123
123
* Updated: Default Google font list.
124
- * Updated: ACE Editor 1.18 .0
124
+ * Updated: ACE Editor 1.23 .0
125
125
* Fixed: jQuery deprecation notices in `typography` field.
126
126
* Fixed: Special characters validation not catching special characters.
127
127
* Fixed: Validation routines not working complete with multiple metaboxes
Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ public function enqueue() {
94
94
Redux_CDN::enqueue_script (
95
95
'ace-editor ' ,
96
96
// phpcs:ignore Generic.Strings.UnnecessaryStringConcat
97
- '// ' . 'cdnjs ' . '.cloudflare ' . '.com/ajax/libs/ace/1.22 .0/ace.min.js ' ,
97
+ '// ' . 'cdnjs ' . '.cloudflare ' . '.com/ajax/libs/ace/1.23 .0/ace.min.js ' ,
98
98
array ( 'jquery ' ),
99
- '1.22 .0 ' ,
99
+ '1.23 .0 ' ,
100
100
true
101
101
);
102
102
}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments