Skip to content

Commit 8441fd0

Browse files
committed
Missing redux-banner-admin.min.js file.
1 parent 83ed72f commit 8441fd0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Fixed: `color_rgba` field not rendering properly due to misspelled CSS enqueue handle.
66
* Fixed: jQuery deprecation notices in `typography` JavaScript.
77
* Fixed: Error in connection banner on first-time activation.
8+
* Fixed: Missing redux-banner-admin.min.js file.
89

910
## 4.4.3
1011
* Fixed: Typo in JavaScript enqueue handle broke `typography` and `slider` fields.

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
119119
* Fixed: `color_rgba` field not rendering properly due to misspelled CSS enqueue handle.
120120
* Fixed: jQuery deprecation notices in `typography` JavaScript.
121121
* Fixed: Error in connection banner on first-time activation.
122+
* Fixed: Missing redux-banner-admin.min.js file.
122123

123124
= 4.4.3 =
124125
* Fixed: Typo in JavaScript enqueue handle broke `typography` and `slider` fields.

redux-core/inc/classes/class-redux-wordpress-data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ private function get_data( string $type, $args, $current_value ) {
469469
if ( ! empty( $args ) ) {
470470
$data = call_user_func( $args, $current_value );
471471
}
472+
472473
break;
473474
}
474475

redux-core/inc/welcome/js/redux-banner-admin.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)