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

Commit

Permalink
chore: Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 8, 2024
1 parent 605f1d0 commit 1c2947d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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](https://github.com/craftcms/cms/pull/11774))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-closure",
"description": "Allows you to use arrow function closures in Twig",
"type": "yii2-extension",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 1c2947d

Please sign in to comment.