Skip to content

Commit ac765d7

Browse files
committed
v4.5.7
Signed-off-by: Kev Provance <[email protected]>
1 parent c197b74 commit ac765d7

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

readme.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: kprovance, dovyp, redux
33
Tags: admin, options, theme options, plugin options, options framework
44
Requires at least: 5.0
55
Requires PHP: 7.4
6-
Tested up to: 6.7
7-
Stable tag: 4.5.6
6+
Tested up to: 6.8
7+
Stable tag: 4.5.7
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -122,7 +122,14 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
122122

123123
== Changelog ==
124124

125-
## 4.5.6
125+
= 4.5.7 =
126+
* Fixed: Bullet-proofed some global args when omitted from the config.
127+
* Fixed: PHP 8.4 deprecation notices.
128+
* Fixed: Options constructor how filters out blank strings causing fatal errors. Options must always be in array.
129+
* Fixed: `gallery` field errors on failed demo imports that do not install images into the WP gallery.
130+
* Release date: March 26, 2025
131+
132+
= 4.5.6 =
126133
* Fixed: Setting CHMOD defaults in construct to avoid errors in certain use cases.
127134
* Fixed: Installed empty placeholder for old `search` extension as WP did not remove it from old versions to updates, thus causing errors.
128135
* Fixed: `raw` field in sample-config.php trigger WP filesystem error when `FS_METHOD` set to `FTP_EXT` and creds are not entered.

redux-core/assets/css/redux-fields.min.css

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

redux-core/assets/css/redux-fields.min.css.map

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

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
require_once __DIR__ . '/class-redux-core.php';
3434

35-
Redux_Core::$version = '4.5.6.2';
35+
Redux_Core::$version = '4.5.7';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: https://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.5.6.2
11+
* Version: 4.5.7
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.4
1414
* Author: Team Redux

0 commit comments

Comments
 (0)