Skip to content

Commit 0191c70

Browse files
committed
v4.5.8
Signed-off-by: Kev Provance <[email protected]>
1 parent 10787b2 commit 0191c70

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

CHANGELOG.md

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

readme.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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.8
7-
Stable tag: 4.5.7
7+
Stable tag: 4.5.8
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

11-
Redux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. It ships with an integrated demo.
11+
Redux is a simple, truly extensible, and fully responsive options framework for WordPress themes and plugins. It ships with an integrated demo.
1212

1313
== Description ==
1414
Redux was built by developers for developers. We save you months if not years in your development time. Everything we do is to help innovation in the industry.
@@ -122,6 +122,16 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
122122

123123
== Changelog ==
124124

125+
= 4.5.8
126+
* Fix: Reported XSS vulnerability in the shortcode extension.
127+
* Fix: #4074 - Gallery field won't load on screen refresh.
128+
* Fix: Prevent fatal error for improperly coded CPTs with metaboxes.
129+
* Added: New global arg `custom_fonts` to enable or disable the extension.
130+
* Added: New global arg `widget_area` to enable or disable the extension.
131+
* Added: `social_profiles` now support an argument for FA 6 classnames.
132+
* Improved: Callback validation for data fetching. Thanks @afonsolpjr
133+
* Release date: October 01, 2025
134+
125135
= 4.5.7 =
126136
* Fixed: Bullet-proofed some global args when omitted from the config.
127137
* Fixed: PHP 8.4 deprecation notices.

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

0 commit comments

Comments
 (0)