Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkflowExtendBundle v1.1.1 #5

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public function getNiceName()
*/
public function getVersion()
{
return '1.1.0';
return '1.1.1';
}
}