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

2.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@afbora afbora released this 22 Jun 11:27

✨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. If you install via composer, you don't need anything.
// override `e()` helper from index.php
define('KIRBY_HELPER_E', false);