Releases: htmlburger/wpemerge-blade
Releases · htmlburger/wpemerge-blade
0.17.0
See https://github.com/htmlburger/wpemerge/releases/tag/0.17.0 for more information.
0.16.1
- Fixed overridden WooCommerce templates not receiving their arguments when Blade is used.
0.16.0
See https://github.com/htmlburger/wpemerge/releases/tag/0.16.0 for more information.
0.15.0
- Added support for multiple views directories.
.php
views will now be proxied to the default view engine unless the newproxy_php_views
configuration option is set tofalse
.- Fixed global variables not being available in certain cases.
0.11.0
- Fixed the container instantiating the view engine twice.
- Added a note about the alternative blade views in the WP Emerge Starter Theme.
0.10.1
- [HOTFIX] Fixed certain templates being incorrectly filtered out of the template hierarchy.
0.10.0
Note: until we hit 1.0.0, minor versions will be considered major (i.e. may include breaking changes).
- Prevented direct access to files with imperative code.
- Partials with a
.php
extension will no longer be rendered using Blade (normal PHP rendering will apply). - Core partials with a
.blade.php
extension will now be detected correctly and rendered using Blade.