Skip to content

Commit 529a2ef

Browse files
committed
v4.5.3.3 beta
Signed-off-by: Kev Provance <[email protected]>
1 parent ad5a5ba commit 529a2ef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Redux Changelog
22

3+
## 4.5.3.3
4+
* Fixed: Filesystem class $creds not accepting bool value.
5+
* Fixed: #4045: Old `search` extension throwing `class not found` error.
6+
* Fixed: `accordion` extension throwing `Type of Redux_Extension_Accordion::$version must be string` error.
7+
38
## 4.5.3.2
49
* Fixed: `color_scheme` typed property must not be accessed before initialization.
510

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
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.3.2';
35+
Redux_Core::$version = '4.5.3.3';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

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

0 commit comments

Comments
 (0)