Skip to content

Releases: htmlburger/wpemerge-blade

0.17.0

16 Apr 17:24
Compare
Choose a tag to compare

0.16.1

07 Feb 17:56
Compare
Choose a tag to compare
  • Fixed overridden WooCommerce templates not receiving their arguments when Blade is used.

0.16.0

23 May 12:18
Compare
Choose a tag to compare

0.15.0

03 Jun 19:45
Compare
Choose a tag to compare
  • Added support for multiple views directories.
  • .php views will now be proxied to the default view engine unless the new proxy_php_views configuration option is set to false.
  • Fixed global variables not being available in certain cases.

0.11.0

27 Oct 20:11
Compare
Choose a tag to compare
  • 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

13 Sep 19:44
Compare
Choose a tag to compare
  • [HOTFIX] Fixed certain templates being incorrectly filtered out of the template hierarchy.

0.10.0

11 Sep 09:59
Compare
Choose a tag to compare

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.