-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow support for per-siteaccess parameters; update docs for 1.1 release
- Loading branch information
gggeek
committed
Apr 26, 2018
1 parent
771ad90
commit 1a2e39f
Showing
7 changed files
with
47 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
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. | ||
|
||
|
||
Version 1.0 | ||
=========== | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,11 @@ | |
"name": "Gaetano Giunta", | ||
"email": "[email protected]", | ||
"role": "Lead Developer" | ||
}, | ||
{ | ||
"name": "Daniel Clements", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6", | ||
"kaliop/ezmigrationbundle": ">=4.0.0-rc4@dev" | ||
"kaliop/ezmigrationbundle": "^4.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters