Skip to content

Commit

Permalink
WorkflowExtendBundle v1.1.1
Browse files Browse the repository at this point in the history
- Update composer package description (to match v2.0.0 and repository description)
- Add support for `pimcore/asset-metadata-class-definitions:~2.0`
  • Loading branch information
isekep committed Nov 3, 2023
1 parent 74a11ca commit 60d8506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Workflow Extend Bundle will be documented in this file.

## [1.1.1] - 2023-11-03
- Add support for `pimcore/asset-metadata-class-definitions:~2.0`

## [1.1.0] - 2023-04-06
- Added ID to place settings

Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "studio1/workflow-extend",
"type": "pimcore-bundle",
"description": "This bundles extends pimcores workflow engine and workflow designer with additional features.",
"description": "This bundles extends Pimcore's workflow engine and workflow designer with additional features.",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/studio1gmbh/pimcore-workflow-extend",
"config": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"require": {
"pimcore/pimcore": "^10.0",
"cweagans/composer-patches": "~1.0",
"pimcore/asset-metadata-class-definitions": "~1.2",
"pimcore/asset-metadata-class-definitions": "~1.2 || ~2.0",
"pimcore/workflow-designer": "~1.0",
"php": "^8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/WorkflowExtendBundle.php
Expand Up @@ -70,6 +70,6 @@ public function getNiceName()
*/
public function getVersion()
{
return '1.1.0';
return '1.1.1';
}
}

0 comments on commit 60d8506

Please sign in to comment.