Skip to content

Commit a53f96f

Browse files
committed
v4.5.2
1 parent 9cd4026 commit a53f96f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Redux Changelog
22

3+
## 4.5.2
4+
* Fixed: New global filesystem access broke old methods used on old extensions. Deprecation notice added.
5+
* Release date: December 5, 2024
6+
37
## 4.5.1
48
* Updated: Font Awesome 6.7.1
59
* Fixed: Options Search bar rendering multiple time on customizer UI.

package.json

+1-1
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.1",
6+
"version": "4.5.2",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

+5-1
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.1
7+
Stable tag: 4.5.2
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

123123
== Changelog ==
124124

125+
= 4.5.2 =
126+
* Fixed: New global filesystem access broke old methods used on old extensions. Deprecation notice added.
127+
* Release date: December 5, 2024
128+
125129
= 4.5.1 =
126130
* Updated: Font Awesome 6.7.1
127131
* Fixed: Options Search bar rendering multiple time on customizer UI.

redux-core/framework.php

+1-1
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.1';
35+
Redux_Core::$version = '4.5.2';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

redux-framework.php

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

0 commit comments

Comments
 (0)