Releases: yokai-php/sonata-workflow
Releases · yokai-php/sonata-workflow
v0.7.2
What's Changed
- Changed return type of WorkflowControllerTrait::getWorkflow for WorkflowInterface by @KevinEcotree in #37
New Contributors
- @KevinEcotree made their first contribution in #37
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Fixed github tests badge by @yann-eugone in #35
- fix - Use WorkflowInterface instead of Workflow by @mpoiriert in #36
New Contributors
- @mpoiriert made their first contribution in #36
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Compatibility with Symfony 6.x by @yann-eugone in #34
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Changelog (since v0.5.0...v0.6.0)
Dependencies updates ⚠️
- Added support of
Sonata >= 4.0
#30 (by @yann-eugone) - Dropped support of
Sonata < 4.0
#30 (by @yann-eugone) - Dropped support of
Symfony < 4.4
#30 (by @yann-eugone)
v0.5.0
v0.4.0
Changelog (since v0.3.0...v0.4.0)
Dependencies updates ⚠️
- Dropped support of
PHP < 7.1
#20 (by @yann-eugone) - Dropped support of
Symfony < 4.4
#20 (by @yann-eugone)
Code updates ⚠️
- Added strict type everywhere #20 (by @yann-eugone)
Dev updates
- Updated test framework to
PHPUnit 7.*
#20 (by @yann-eugone) - Added checkstyle on tests #20 (by @yann-eugone)
- Added integration with
codecov
service #25 (by @yann-eugone)
Documentation
- Updated badges for
img.shields.io
#25 (by @yann-eugone)
v0.3.0
Changelog (since v0.2.0...v0.3.0)
Added
- Symfony
5.0
& PHP7.4
support #17 (by @phansys) - Custom admin permissions for viewing/applying transition #15 #14 (by @yann-eugone)
Documentation
v0.2.0
Changelog (since v0.1.3...v0.2.0)
Fixed
v0.1.3
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
Changelog (since v0.1.1...v0.1.2)