Releases: stof/StofDoctrineExtensionsBundle
Releases · stof/StofDoctrineExtensionsBundle
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
What's Changed
- Register listeners instead of subscribers by @stof in #451
- Drop support for PHP 7.& and Symfony 4 by @stof in #452
- Add support for IpTraceable by @stof in #453
- Configure the metadata cache for the extensions by @stof in #454
- Bump the min version of extensions to 3.5.0 by @stof in #454
Full Changelog: v1.7.2...v1.8.0
1.7.2
What's Changed
- add ci tests for php 8.2 by @Chris53897 in #448
- Fix symfony 6.3 return type deprecations by @acrobat in #449
New Contributors
- @Chris53897 made their first contribution in #448
- @acrobat made their first contribution in #449
Full Changelog: v1.7.1...v1.7.2
1.7.1
Hi!
Very small release that silences some deprecations.
Misc:
- Remove deprecations alerts from sf5.4 #438 thanks to @maikelohcfg
Diff: v1.7.0...v1.7.1
Cheers!
1.7.0
Features:
- Added support for Symfony 6
Misc:
- Added a CI job running on PHP 8.1
- Renamed the main branch to
main
. Requiringdev-master
explicitly will fail. Constraints^1.7@dev
should be used to use the dev version matching a semver range instead, when necessary.