Skip to content

Commit ebdaa9f

Browse files
committed
v4.5.13
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent 60dbe3e commit ebdaa9f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

readme.txt

Lines changed: 2 additions & 2 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.3
55
Requires PHP: 7.4
66
Tested up to: 7.1
7-
Stable tag: 4.5.14
7+
Stable tag: 4.5.13
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

123123
== Changelog ==
124124

125-
= 4.5.12 =
125+
= 4.5.13 =
126126
* Fix: Reported privilege escalation vulnerability in `users` extension. Thanks, Jakub Herman.
127127
* Updated: "Modern" added to theme colors for WP 7.0.
128128
* Updated: Improved RTL.CSS. Thanks, @Mr-Alidoosti.

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

0 commit comments

Comments
 (0)