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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 31, 2024
1 parent 53af810 commit 6ea44f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 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))
* 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](https://github.com/nystudio107/craft-closure/pull/1))
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "1.0.6",
"keywords": [
"craft",
"cms",
Expand All @@ -27,7 +27,7 @@
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0 || ^5.0.0",
"craftcms/cms": "^4.3.0 || ^5.0.0",
"twig/twig": "^3.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 6ea44f5

Please sign in to comment.