File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Changelog
2
2
3
+ ## 4.3.3.1
4
+ * Fixed: CSS and JS not loading when embedding Redux due to malformed path.
5
+
3
6
## 4.3.3
4
7
* Modified: Move template libraries to redux-core directory.
5
8
* Modified: Update to the Extendify template library.
Original file line number Diff line number Diff line change 29
29
30
30
require_once dirname ( __FILE__ ) . '/class-redux-core.php ' ;
31
31
32
- Redux_Core::$ version = '4.3.3 ' ;
32
+ Redux_Core::$ version = '4.3.3.1 ' ;
33
33
Redux_Core::$ redux_path = dirname ( __FILE__ );
34
34
Redux_Core::instance ();
35
35
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ public static function is_inside_theme( string $file = '' ) {
301
301
$ theme_paths = array_unique ( $ theme_paths );
302
302
$ file_path = self ::wp_normalize_path ( $ file );
303
303
304
- $ filename = explode ( '\\' , $ file );
304
+ $ filename = explode ( DIRECTORY_SEPARATOR , $ file );
305
305
306
306
end ( $ filename );
307
307
Original file line number Diff line number Diff line change 8
8
* Plugin URI: http://wordpress.org/plugins/redux-framework
9
9
* GitHub URI: reduxframework/redux-framework
10
10
* Description: Build better sites in WordPress fast!
11
- * Version: 4.3.3
11
+ * Version: 4.3.3.1
12
12
* Requires at least: 4.0
13
13
* Requires PHP: 7.1
14
14
* Author: Extendify
You can’t perform that action at this time.
0 commit comments