Releases: symfony-cmf/routing-bundle
Releases · symfony-cmf/routing-bundle
3.1.2
03 Dec 10:02
Compare
Sorry, something went wrong.
No results found
Fix deprecations with Symfony 7.4.
3.1.1
31 Mar 07:12
Compare
Sorry, something went wrong.
No results found
Fix export-ignore configuration file to not export tests in installations.
3.1.0
15 Apr 08:48
Compare
Sorry, something went wrong.
No results found
Symfony 7 support
Doctrine ORM 3 support
If you use the ORM route entity, you need to migrate your database configuration as the array fields needed to be changed to the json type (because array has been removed)
3.0.2
03 Jun 15:53
Compare
Sorry, something went wrong.
No results found
Do not register CmfRoutingBundle alias for ORM / PHPCR-ODM when we have doctrine/persistence 3.x as the short alias is no longer supported.
3.0.1
19 Jun 14:15
Compare
Sorry, something went wrong.
No results found
[ORM] Quote condition in ORM mapping as it has become a reserved keyword in recent MySQL versions
[ORM] Fix getRouteKey to return the route name rather than the numeric MySQL row id
3.0.0
11 Feb 14:59
Compare
Sorry, something went wrong.
No results found
Support Symfony 6
Drop support for Symfony older than 6 and PHP older than 8
Removed deprecated classes, see UPGRADE-3.0.md
Removed RouteConditionMetadataListener and added condition mapping to ORM and PHPCR route mapping.
2.5.1
20 Sep 14:21
Compare
Sorry, something went wrong.
No results found
Creating a correct index for ORM, without duplicating indexes for the "name" column
2.5.0
09 Mar 10:47
Compare
Sorry, something went wrong.
No results found
Make dependency on twig optional, as it is not necessary for the bundle.
2.4.2
03 Dec 07:38
Compare
Sorry, something went wrong.
No results found
Allow installation with PHP 8.
2.4.1
23 Oct 11:43
Compare
Sorry, something went wrong.
No results found
Fix for indirect dependency doctrine/persistence dropping the BC layer in its new major version.