Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrestoffe committed May 4, 2024
1 parent 5173837 commit 61e1177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
@@ -1 +1 @@
{"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"}
{"pluginName":"Component-based Templating","pluginDescription":"Templating in a component-based environment","pluginVersion":"3.0.0","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"}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [3.0.0] - 2024-05-04
### Fixed
- Added support for Craft CMS 5

## [2.0.2] - 2022-08-12
### Fixed
- Properly added support for Craft CMS 4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "pierrestoffe/craft-component-based-templating",
"description": "Templating in a component-based environment",
"type": "craft-plugin",
"version": "2.0.2",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -23,7 +23,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0|^4.0.0|^5.0.0"
"craftcms/cms": "^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 61e1177

Please sign in to comment.