Skip to content

Commit 0b16a27

Browse files
committed
Merge tag '3.1.0' into develop
no message
2 parents 8f13fdf + 115819f commit 0b16a27

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.craftplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pluginName":"Transform","pluginDescription":"Transform Craft Element and field data structures","pluginVersion":"3.0.0","pluginAuthorName":"Fork Unstable Media GmbH","pluginVendorName":"fork","pluginAuthorUrl":"https://www.fork.de","pluginAuthorGithub":"fork","codeComments":"yes","pluginComponents":["services","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"Data","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
1+
{"pluginName":"Transform","pluginDescription":"Transform Craft Element and field data structures","pluginVersion":"3.1.0","pluginAuthorName":"Fork Unstable Media GmbH","pluginVendorName":"fork","pluginAuthorUrl":"https://www.fork.de","pluginAuthorGithub":"fork","codeComments":"yes","pluginComponents":["services","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"Data","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 3.1.0 - 2024-10-10
8+
### Changed
9+
- Require PHP ^8.0
10+
- Improve code quality with phpstan and php cs fixer
11+
712
## 3.0.0 - 2024-10-10
813
### Changed
914
- Update to Fractal ^0.20.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fork/craft-transform",
33
"description": "Transform Craft Element and field data structures",
44
"type": "craft-plugin",
5-
"version": "3.0.0",
5+
"version": "3.1.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)