Skip to content

Commit 984bab9

Browse files
committed
v4.5.6
Signed-off-by: Kev Provance <[email protected]>
1 parent 5bb05ed commit 984bab9

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "gulpfile.js",
44
"name": "redux-framework",
55
"author": "Team Redux",
6-
"version": "4.5.5",
6+
"version": "4.5.6",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: admin, options, theme options, plugin options, options framework
44
Requires at least: 5.0
55
Requires PHP: 7.4
66
Tested up to: 6.7
7-
Stable tag: 4.5.5
7+
Stable tag: 4.5.6
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

123123
== Changelog ==
124124

125-
= 4.5.5 =
125+
## 4.5.6
126126
* Fixed: Setting CHMOD defaults in construct to avoid errors in certain use cases.
127127
* Fixed: Installed empty placeholder for old `search` extension as WP did not remove it from old versions to updates, thus causing errors.
128128
* Fixed: `raw` field in sample-config.php trigger WP filesystem error when `FS_METHOD` set to `FTP_EXT` and creds are not entered.
129+
* Fixed: #4047 - Sorter not saving in customizer.
130+
* Fixed: #4049 = `users` metabox not saving on some setups.
129131
* Updated: Font Awesome 6.7.2
130132
* Modified: Will pass mandatory PCP checks.
131-
* Release date: December 31, 2024
133+
* Release date: January 15, 2025
132134

133135
= 4.5.4 =
134136
* Fixed: Filesystem class $creds not accepting bool value.

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.5';
35+
Redux_Core::$version = '4.5.6';
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.5
11+
* Version: 4.5.6
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.4
1414
* Author: Team Redux

0 commit comments

Comments
 (0)