Skip to content

Releases: kaliop-uk/ezworkflowenginebundle

2.1.0

22 Nov 12:06
Compare
Choose a tag to compare
  • New: command kaliop:workflows:workflow learned action --fail

  • New: command kaliop:workflows:debug learned option --show-path

  • BC change (for developers extending the bundle): WorflowServiceInner methods executeMigration and executeMigrationInner should now be called using a different signature. They do still work with the previous signature, but that usage is considered deprecated

2.0.0

19 Oct 12:13
Compare
Choose a tag to compare
  • Make compatible with eZMigrationBundle 5.13 and later (this means we have to drop compatibility with earlier versions)

  • Fix command kaliop:workflows:workflow --info to be compatible with php 7.4

  • Move from master to main branch

  • Move from Travis to GitHub Actions for CI testing. Add some proper tests!

  • Bump the version of phpunit used to run the tests from 4.x/5.x to 5.x/8.x

1.1.4

10 Oct 09:32
Compare
Choose a tag to compare

No changes, mark as incompatible with eZMigrationBundle >= 5.8

1.1.3

10 Oct 09:24
Compare
Choose a tag to compare

Mark compatibility with eZ Migration Bundle 5.x

Symfony 3 compatibility

15 May 08:30
Compare
Choose a tag to compare

Fixes bugs with Sf 3 and higher

Allow per-siteaccess configuration

26 Apr 22:34
Compare
Choose a tag to compare
  • 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.

Initial release

08 Jun 10:23
Compare
Choose a tag to compare

hello world :-)