Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
46 lines (35 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

executable file
·
46 lines (35 loc) · 1.28 KB

Craft Closure Changelog

All notable changes to this project will be documented in this file.

1.0.7 - 2024.10.08

Added

  • 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

1.0.6 - 2024.07.31

Changed

  • Use the new (as of Craft ^4.3.0) event View::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

1.0.5 - 2024.05.20

Added

  • Converted addClosure() to a public method so it is callable by anyone (#1)

1.0.4 - 2024.04.15

Added

  • Stable release for Craft CMS 5
  • Add create-release.yml for automated releases

1.0.3 - 2024.01.31

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • PHPstan code cleanup
  • ECS code cleanup

1.0.2 - 2024.01.27

Fixed

  • Fix semver to || ^5.0.0-alpha.1

1.0.1 - 2024.01.26

Added

  • Add Craft CMS 5 compatibility

1.0.0 - 2022.09.09

Added

  • Initial release

1.0.0-beta.1 - 2022.08.09

Added

  • Initial beta release