All notable changes to this project will be documented in this file.
- No longer load Craft Closure if the version of Twig is >=
3.15.0
because "arrow functions everywhere" is baked in. Also log a message to that effect
- Use the new (as of Craft
^4.3.0
) eventView::EVENT_AFTER_CREATE_TWIG
to hook Closure in, so it will work with any Craft-created Twig environment (not just when rendering page templates) (#11774) - Require
craftcms/cms
^4.3.0 || ^5.0.0
- Converted
addClosure()
to a public method so it is callable by anyone (#1)
- Stable release for Craft CMS 5
- Add
create-release.yml
for automated releases
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
- PHPstan code cleanup
- ECS code cleanup
- Fix semver to
|| ^5.0.0-alpha.1
- Add Craft CMS 5 compatibility
- Initial release
- Initial beta release