Added
- [#7077] Added
default_admin_services
config key to overwrite the default services provided to all the admin (@VincentLanglet) - [#7144] Added
AdminExtensionInterface::configure()
method (@yann-eugone) - [#7144] Added
AbstractAdminExtension::configure()
method with no content (@yann-eugone) - [#6950] Added
AdminFetcher
to fetch theAdmin
service associated to a request (@franmomu) - [#6950] Added
AdminParamConverter
to be able to inject an Admin service in a controller (@franmomu) - [#7108]
final
for method of every abstract classes (@VincentLanglet)
Changed
- [#7144] Changed
AbstractAdmin::initialize()
and callAdminExtensionInterface::configure()
on each extension (@yann-eugone)
Deprecated
- [#7077] Deprecated
admin_services
config key (@VincentLanglet)
Fixed
- [#7162] Fix font route to be relative and not absolute (@jordisala1991)
- [#7149]
ProxyQuery::execute()
return type; it doesn't require to be an instance ofCountable
(@VincentLanglet)