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 11# Redux Changelog
22
3+ ## 4.3.3.1
4+ * Fixed: CSS and JS not loading when embedding Redux due to malformed path.
5+
36## 4.3.3
47* Modified: Move template libraries to redux-core directory.
58* Modified: Update to the Extendify template library.
Original file line number Diff line number Diff line change 2929
3030require_once dirname ( __FILE__ ) . '/class-redux-core.php ' ;
3131
32- Redux_Core::$ version = '4.3.3 ' ;
32+ Redux_Core::$ version = '4.3.3.1 ' ;
3333Redux_Core::$ redux_path = dirname ( __FILE__ );
3434Redux_Core::instance ();
3535
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ public static function is_inside_theme( string $file = '' ) {
301301 $ theme_paths = array_unique ( $ theme_paths );
302302 $ file_path = self ::wp_normalize_path ( $ file );
303303
304- $ filename = explode ( '\\' , $ file );
304+ $ filename = explode ( DIRECTORY_SEPARATOR , $ file );
305305
306306 end ( $ filename );
307307
Original file line number Diff line number Diff line change 88 * Plugin URI: http://wordpress.org/plugins/redux-framework
99 * GitHub URI: reduxframework/redux-framework
1010 * Description: Build better sites in WordPress fast!
11- * Version: 4.3.3
11+ * Version: 4.3.3.1
1212 * Requires at least: 4.0
1313 * Requires PHP: 7.1
1414 * Author: Extendify
You can’t perform that action at this time.
0 commit comments