Skip to content

Commit b051d5a

Browse files
committed
v4.5.12
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent c336563 commit b051d5a

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

CHANGELOG.md

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

readme.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,11 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
122122

123123
== Changelog ==
124124

125-
= 4.5.14 =
126-
* Fix: Reported priviledge esclation vulernatbility in `users` extention. Thanks, Jakub Herman.
127-
* Fix: Redux now mimics new admin colors in WP 7.x.
128-
* Updated: Improved RYL.CSS. Thanks, @Mr-Alidoosti.
129-
* Release date: June 22, 2026
130-
131125
= 4.5.12 =
126+
* Fix: Reported privilege escalation vulnerability in `users` extension. Thanks, Jakub Herman.
132127
* Updated: "Modern" added to theme colors for WP 7.0.
133-
* Release date: May 25, 2026
128+
* Updated: Improved RYL.CSS. Thanks, @Mr-Alidoosti.
129+
* Release date: June 22, 2026
134130

135131
= 4.5.11 =
136132
* Updated: Adjust to WordPress 7.0 Interface changes.

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

0 commit comments

Comments
 (0)