From a53f96fa839290f9db80c5219ed5eb918d1afb1f Mon Sep 17 00:00:00 2001 From: Kev Provance Date: Thu, 5 Dec 2024 05:06:29 -0500 Subject: [PATCH] v4.5.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- readme.txt | 6 +++++- redux-core/framework.php | 2 +- redux-framework.php | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b5c681d..81032f795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 55f536e27..7508afea1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 55ee1b327..5072f4250 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/redux-core/framework.php b/redux-core/framework.php index 4681f7ded..59432f033 100644 --- a/redux-core/framework.php +++ b/redux-core/framework.php @@ -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(); diff --git a/redux-framework.php b/redux-framework.php index 9ec1e0525..27188fea0 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -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