Skip to content

Commit c272ee2

Browse files
committed
v4.5.10
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent 88228a4 commit c272ee2

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

readme.txt

Lines changed: 7 additions & 1 deletion
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.9
7-
Stable tag: 4.5.9
7+
Stable tag: 4.5.10
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

123123
== Changelog ==
124124

125+
= 4.5.10
126+
* Fixed: Tighten security in `import_export`, `custom_fonts`, `color_scheme`, and Google Font updating.
127+
* Fixed: #4085 - `box_shadow` slider not updating value in real-time.
128+
* Fixed: Missing translations. Thanks, @DAnn2012.
129+
* Release date: January 07, 2026
130+
125131
= 4.5.9
126132
* Fix: Deprecation warning in `get_wordpress_data()` function.
127133
* Modified: Compliance with new PCP criteria.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
require_once __DIR__ . '/class-redux-core.php';
3434

3535
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals -- Variable is inside a prefixed class.
36-
Redux_Core::$version = '4.5.9.2';
36+
Redux_Core::$version = '4.5.10';
3737
Redux_Core::$redux_path = __DIR__;
3838
Redux_Core::instance();
3939

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.9.2
11+
* Version: 4.5.10
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.4
1414
* Author: Team Redux

0 commit comments

Comments
 (0)