From d073869aa0ea36d616b3b03d7eaa24663294a5c3 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 1 Jul 2024 19:41:25 -0400 Subject: [PATCH] Revert "chore: Version 1.0.6" This reverts commit 9145e2f2d8beca8b957b9190c8c29a96e9d19d7d. --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6937757..a530709 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,6 @@ All notable changes to this project will be documented in this file. -## 1.0.6 - 2024.07.01 -### Added -* Switch over to use the new `View::EVENT_AFTER_CREATE_TWIG` event to add Closure to the Twig environment, so it works with all `View` methods, not just `.renderPageTemplate()` automatically - -### Changed -* Bumped the requirements up to `"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))