Skip to content

Commit

Permalink
reduce max compatible version of ezmigrationbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 10, 2022
1 parent b7ee802 commit aee5611
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Version 1.1.4
=============

* No changes, mark as incompatible with eZMigrationBundle >= 5.8


Version 1.1.3
=============

* No changes, mark as compatibile with eZMigrationBundle 5.x
* No changes, mark as compatible with eZMigrationBundle 5.x


Version 1.1.2
Expand All @@ -22,13 +28,13 @@ Version 1.1
* New: it is now possible to define the following parameters using siteaccess-aware configuration:

`ez_workflowengine_bundle.table_name`, `ez_workflowengine_bundle.workflow_directory`

This is useful when you need to execute different sets of workflows for each site in a multi-site installation.

* Changed: requires Kaliop eZ-Migration Bundle version 4.7 or later.

NB: recent versions of the eZ-Migration Bundle have introduced support for multiple features useful for
workflows. Be sure to check out its WHATSNEW file.
workflows. Be sure to check out its WHATSNEW file.


Version 1.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "GPL-2.0",
"require": {
"php": ">=5.6",
"kaliop/ezmigrationbundle": "^4.7 || ^5.0"
"kaliop/ezmigrationbundle": "^4.7 || >=5.0 <5.8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0 || ~5.0",
Expand Down

0 comments on commit aee5611

Please sign in to comment.