diff --git a/.craftplugin b/.craftplugin index b98984a..9f8fbd6 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1 +1 @@ -{"pluginName":"Component-based Templating","pluginDescription":"Templating in a component-based environment","pluginVersion":"2.0.1","pluginAuthorName":"Pierre Stoffe","pluginVendorName":"pierrestoffe","pluginAuthorUrl":"https://pierrestoffe.be","pluginAuthorGithub":"pierrestoffe","codeComments":"yes","pluginComponents":["services","twigextensions","models"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} +{"pluginName":"Component-based Templating","pluginDescription":"Templating in a component-based environment","pluginVersion":"2.0.2","pluginAuthorName":"Pierre Stoffe","pluginVendorName":"pierrestoffe","pluginAuthorUrl":"https://pierrestoffe.be","pluginAuthorGithub":"pierrestoffe","codeComments":"yes","pluginComponents":["services","twigextensions","models"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4f13a..f08c147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [2.0.2] - 2022-08-12 +### Fixed +- Properly added support for Craft CMS 4 + ## [2.0.1] - 2022-08-12 ### Fixed - Fixed typo diff --git a/composer.json b/composer.json index 795e412..755bdb2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "pierrestoffe/craft-component-based-templating", "description": "Templating in a component-based environment", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",