Skip to content

Releases: yokai-php/sonata-workflow

v0.7.2

12 Jan 08:44
71a1566
Compare
Choose a tag to compare

What's Changed

  • Changed return type of WorkflowControllerTrait::getWorkflow for WorkflowInterface by @KevinEcotree in #37

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

04 Jan 08:09
e6b9fb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 May 08:56
fb3c63d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Oct 14:04
ea912e9
Compare
Choose a tag to compare

Changelog (since v0.5.0...v0.6.0)

Dependencies updates ⚠️

v0.5.0

09 Apr 16:57
5f0f6bd
Compare
Choose a tag to compare

Changelog (since v0.4.0...v0.5.0)

Dependencies updates ⚠️

Dev dependencies updates

  • Updated test framework to PHPUnit 9.* #26 (by @phansys)

Misc

  • Add .gitattributes in order to avoid shipping development files in git archives #27 (by @phansys)

v0.4.0

11 Nov 10:06
0897dd9
Compare
Choose a tag to compare

Changelog (since v0.3.0...v0.4.0)

Dependencies updates ⚠️

Code updates ⚠️

Dev updates

Documentation

v0.3.0

28 Feb 14:02
886e07d
Compare
Choose a tag to compare

Changelog (since v0.2.0...v0.3.0)

Added

Documentation

  • Fixed missing parameter in documentation #18 (by @Metabor)

v0.2.0

26 Sep 13:06
5add649
Compare
Choose a tag to compare

Changelog (since v0.1.3...v0.2.0)

Fixed

  • Labels built with admin translation domain : #7
  • Labels built with translation strategy type : #8

v0.1.3

26 Sep 12:03
b610c43
Compare
Choose a tag to compare

Changelog (since v0.1.2...v0.1.3)

Fixed

  • Avoid to show the transition if the current admin is not the one which transition applies to : #12

v0.1.2

09 Oct 16:45
73f1e0c
Compare
Choose a tag to compare

Changelog (since v0.1.1...v0.1.2)

Fixed

  • Added render_actions option to avoid menu to be rendered on all actions : #6 #4 #5