Skip to content

Commit fb60b7e

Browse files
committed
v4.5.4.2 beta
Signed-off-by: Kev Provance <[email protected]>
1 parent 600b84b commit fb60b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

redux-core/inc/classes/class-redux-filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Redux_Filesystem {
5252
*
5353
* @var WP_Filesystem_Base|null
5454
*/
55-
private ?WP_Filesystem_Base $wp_filesystem;
55+
private ?WP_Filesystem_Base $wp_filesystem = null;
5656

5757
/**
5858
* If DBI_Filesystem should attempt to use the WP_Filesystem class.

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

0 commit comments

Comments
 (0)