Skip to content

Commit fe5afad

Browse files
authored
Update CHANGELOG for version 5.19.0
1 parent fcb974f commit fe5afad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [5.19.0](https://github.com/sonata-project/SonataUserBundle/compare/5.18.0...5.19.0) - 2025-12-18
6+
### Added
7+
- [[#1730](https://github.com/sonata-project/SonataUserBundle/pull/1730)] Support for Symfony 8 ([@dmaicher](https://github.com/dmaicher))
8+
9+
### Changed
10+
- [[#1733](https://github.com/sonata-project/SonataUserBundle/pull/1733)] Makes references to `service('sonata.admin.pool')` and `service('sonata.admin.configuration')` optional. ([@Hanmac](https://github.com/Hanmac))
11+
- [[#1733](https://github.com/sonata-project/SonataUserBundle/pull/1733)] Makes references to `service('sonata.user.admin_roles_builder')` and `service('sonata.user.security_roles_builder')` optional. ([@Hanmac](https://github.com/Hanmac))
12+
13+
### Removed
14+
- [[#1734](https://github.com/sonata-project/SonataUserBundle/pull/1734)] Support for PHP 8.1 ([@dmaicher](https://github.com/dmaicher))
15+
- [[#1734](https://github.com/sonata-project/SonataUserBundle/pull/1734)] Support for Symfony 7.1 and 7.2 ([@dmaicher](https://github.com/dmaicher))
16+
- [[#1734](https://github.com/sonata-project/SonataUserBundle/pull/1734)] Support for `sonata-project/block-bundle` v4 ([@dmaicher](https://github.com/dmaicher))
17+
518
## [5.18.0](https://github.com/sonata-project/SonataUserBundle/compare/5.17.0...5.18.0) - 2025-11-10
619
### Changed
720
- [[#1727](https://github.com/sonata-project/SonataUserBundle/pull/1727)] Rector use `assertInstanceOf` in tests ([@Hanmac](https://github.com/Hanmac))

0 commit comments

Comments
 (0)