From 718acbaeceeba4b5f35056cfe5c8832e5655d1c1 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 20 May 2024 14:47:47 -0400 Subject: [PATCH] chore: Version 1.0.5 --- CHANGELOG.md | 4 ++++ composer.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f558cb..a530709 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 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)) + ## 1.0.4 - 2024.04.15 ### Added * Stable release for Craft CMS 5 diff --git a/composer.json b/composer.json index a96d4f4..4c612b3 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-closure", "description": "Allows you to use arrow function closures in Twig", "type": "yii2-extension", - "version": "1.0.4", + "version": "1.0.5", "keywords": [ "craft", "cms", @@ -26,6 +26,7 @@ } ], "require": { + "php": "^8.0", "craftcms/cms": "^4.0.0 || ^5.0.0", "twig/twig": "^3.0.0" },