Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
Fix semantic version versioning
  • Loading branch information
Gregory Claeyssens authored and Gregory Claeyssens committed Nov 14, 2024
1 parent 4ff5abd commit 65d6f0a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
25 changes: 24 additions & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
{"pluginName":"Storychief v3","pluginDescription":"Craft CMS plugin to use with Storychief","pluginVersion":"1.0.12","pluginAuthorName":"Storychief","pluginVendorName":"storychief","pluginAuthorUrl":"https://github.com/Story-Chief/","pluginAuthorGithub":"","codeComments":"","pluginComponents":"","consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
{
"pluginName":"StoryChief",
"pluginDescription":"Craft CMS plugin to use with Storychief",
"pluginVersion":"3.0.12",
"pluginAuthorName":"Storychief",
"pluginVendorName":"storychief",
"pluginAuthorUrl":"https://github.com/Story-Chief/",
"pluginAuthorGithub":"",
"codeComments":"",
"pluginComponents":"",
"consolecommandName":"",
"controllerName":"",
"cpsectionName":"",
"elementName":"",
"fieldName":"",
"modelName":"",
"purchasableName":"",
"recordName":"",
"serviceName":"",
"taskName":"",
"utilityName":"",
"widgetName":"",
"apiVersion":"api_version_3_0"
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Storychief v3 Changelog
# Changelog

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

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.12 - 2024-11-14
### Fixed
- Semantic versioning: match version number to Craft CMS version

## 1.0.12 - 2022-07-22
### Fixed
- Fixed boolean parse
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storychief/craft-cms-v3-storychief",
"description": "Craft CMS plugin to use with Storychief",
"type": "craft-plugin",
"version": "1.0.12",
"version": "3.0.12",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 65d6f0a

Please sign in to comment.