Skip to content

Commit f99ed49

Browse files
committed
Update Google fonts, ACE Editor
1 parent 2b55ecf commit f99ed49

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Modified: Unused code cleanup.
88
* Modified: Moved `font-display` to Google font API enqueue and out of `output` CSS string.
99
* Updated: Default Google font list.
10-
* Updated: ACE Editor 1.18.0
10+
* Updated: ACE Editor 1.23.0
1111
* Fixed: jQuery deprecation notices in `typography` field.
1212
* Fixed: Special characters validation not catching special characters.
1313
* Fixed: #3957 - Validation routines not working complete with multiple metaboxes

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
121121
* Modified: Unused code cleanup.
122122
* Modified: Moved `font-display` to Google font API enqueue and out of `output` CSS string.
123123
* Updated: Default Google font list.
124-
* Updated: ACE Editor 1.18.0
124+
* Updated: ACE Editor 1.23.0
125125
* Fixed: jQuery deprecation notices in `typography` field.
126126
* Fixed: Special characters validation not catching special characters.
127127
* Fixed: Validation routines not working complete with multiple metaboxes

redux-core/inc/fields/ace_editor/class-redux-ace-editor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ public function enqueue() {
9494
Redux_CDN::enqueue_script(
9595
'ace-editor',
9696
// 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',
9898
array( 'jquery' ),
99-
'1.22.0',
99+
'1.23.0',
100100
true
101101
);
102102
}

redux-core/inc/fields/typography/googlefonts.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)