Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@afbora afbora released this 27 Jun 13:47
· 1 commit to main since this release
f7949ae

⚠️ Warning

This is last version of repository. Please use @lukasleitsch Blade plugin:
https://github.com/lukasleitsch/kirby-blade

✨Enhancements

  • Kirby 3.7 compatible
  • illuminate/view upgraded to 9.x
  • Dependencies updated

🚨 Breaking changes

  • Dropped PHP 7.3 support
  • Removed overriding with fake _e() helper, should override from root index.php.
// override Kirby `e()` helper for Blade plugin
define('KIRBY_HELPER_E', false);