Skip to content

Commit

Permalink
v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Dec 5, 2024
1 parent 9cd4026 commit a53f96f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Redux Changelog

## 4.5.2
* Fixed: New global filesystem access broke old methods used on old extensions. Deprecation notice added.
* Release date: December 5, 2024

## 4.5.1
* Updated: Font Awesome 6.7.1
* Fixed: Options Search bar rendering multiple time on customizer UI.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "gulpfile.js",
"name": "redux-framework",
"author": "Team Redux",
"version": "4.5.1",
"version": "4.5.2",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: admin, options, theme options, plugin options, options framework
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
Stable tag: 4.5.1
Stable tag: 4.5.2
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

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

== Changelog ==

= 4.5.2 =
* Fixed: New global filesystem access broke old methods used on old extensions. Deprecation notice added.
* Release date: December 5, 2024

= 4.5.1 =
* Updated: Font Awesome 6.7.1
* Fixed: Options Search bar rendering multiple time on customizer UI.
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

require_once __DIR__ . '/class-redux-core.php';

Redux_Core::$version = '4.5.1';
Redux_Core::$version = '4.5.2';
Redux_Core::$redux_path = __DIR__;
Redux_Core::instance();

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin URI: https://wordpress.org/plugins/redux-framework
* GitHub URI: reduxframework/redux-framework
* Description: Build better sites in WordPress fast!
* Version: 4.5.1
* Version: 4.5.2
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: Team Redux
Expand Down

0 comments on commit a53f96f

Please sign in to comment.