File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Changelog
2
2
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
+
3
8
## 4.5.3.2
4
9
* Fixed: ` color_scheme ` typed property must not be accessed before initialization.
5
10
Original file line number Diff line number Diff line change 32
32
33
33
require_once __DIR__ . '/class-redux-core.php ' ;
34
34
35
- Redux_Core::$ version = '4.5.3.2 ' ;
35
+ Redux_Core::$ version = '4.5.3.3 ' ;
36
36
Redux_Core::$ redux_path = __DIR__ ;
37
37
Redux_Core::instance ();
38
38
Original file line number Diff line number Diff line change 8
8
* Plugin URI: https://wordpress.org/plugins/redux-framework
9
9
* GitHub URI: reduxframework/redux-framework
10
10
* Description: Build better sites in WordPress fast!
11
- * Version: 4.5.3.2
11
+ * Version: 4.5.3.3
12
12
* Requires at least: 5.0
13
13
* Requires PHP: 7.4
14
14
* Author: Team Redux
You can’t perform that action at this time.
0 commit comments