v1.9.0
TL;DR
Stable 1.9.0 release πππ
- PHP bumped to ^8.0
- PHP 7.4 syntax
- Sylius Resource routes generated with PHP attributes
- Support for Symfony Workflow
- Simpler usage of new service entity repository
- Multiple bug fixes and improvements
Details
Features
- #203 Symfony workflow (@loic425)
- #287 Manage event response in show and index action to be able to redirect (@maximehuran, @Zales0123)
- #330 Add a simple way to use the new service entity repository (@loic425)
- #334 Sylius route with attributes (@loic425)
- #356 Add documentation for Routes with attributes (@loic425)
- #403 Add form attribute on SyliusCrudRoute (@loic425)
Improvements
- #298 Allow use with Pagerfanta 3.0 (@mbabker)
- #300 Update vimeo/psalm requirement from 4.6.4 to 4.7.0 (@dependabot-preview[@bot])
- #301 Update phpstan/phpstan requirement from 0.12.82 to 0.12.83 (@dependabot-preview[@bot])
- #302 Fix namespace of
WinzouStateMachinePassTest
(@bendavies) - #303 fix namespace of
ConfigurationTest
(@bendavies) - #310 Upgrade to GitHub-native Dependabot (@dependabot-preview[@bot])
- #328 Use PHP 7.4 syntax (@Zales0123)
- #332 Change all MasterRequest calls to MainRequest (@Roshyo, @Zales0123)
- #338 Fix some Symfony Deprecations (@dannyvw)
- #340 Allow jms/serializer-bundle 4 (@dannyvw)
- #343 Change ECS config to php and run it (@Zales0123)
- #344 Remove travis build status from README (@GSadee)
- #345 Update phpstan/phpstan requirement from 0.12.94 to 0.12.99 (@dependabot[@bot])
- #347 Update phpstan/phpstan-webmozart-assert requirement from 0.12.12 to 0.12.16 (@dependabot[@bot])
- #348 Update phpstan/phpstan-phpunit requirement from 0.12.18 to 0.12.22 (@dependabot[@bot])
- #349 Update winzou/state-machine-bundle requirement from ^0.5 to ^0.6 (@dependabot[@bot])
- #354 Reactivate checking coding standard (@loic425)
- #375 Testing build with PHP 8.1 (@loic425)
- #381 Bump Pagerfanta from 2.x to 3.x (@mbabker)
Fixes
- #297 Skip registering controllers as a services if there is no custom class defined (@pamil)
- #304 Fix doctrine extensions version on component (@loic425)
- #333 Don't use deprecated Twig
spaceless
tag (@stloyd) - #353 Require symfony/routing and symfony/http-foundation 4.4 and 5.4 (@Zales0123)
- #358 Fix docs for crud routes with attributes (@loic425)
- #359 Fix type of serialization groups (@loic425)
- #365 Fix route loaders (@loic425)
- #373 Fix the build after #338 (@Zales0123)
- #378 Fix phpdoc for getTranslations (@dannyvw)
- #405 Fix the build (@loic425)
- #406 Allow to run GitHub actions manually + fix build on 1.8 (@Zales0123)