Releases: stof/StofDoctrineExtensionsBundle
Releases · stof/StofDoctrineExtensionsBundle
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-masterexplicitly will fail. Constraints^1.7@devshould be used to use the dev version matching a semver range instead, when necessary.
1.6.0
1.5.0
1.4.0
1.3.0
Features:
- Added support for Symfony 4
- Added autowiring support for
Stof\DoctrineExtensionsBundle\Uploadable\UploadableManager
Bugfixes:
- Fixed usage of loggable and soft-deleteable together to ensure soft-deletions are logged
- Removed the logic running on bundle boot to avoid overhead
Removed:
- Dropped support for unmaintained versions of Symfony