Skip to content

3.99.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 09 May 21:26
· 146 commits to 3.x since this release
4c8311f

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 the Admin 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 call AdminExtensionInterface::configure() on each extension (@yann-eugone)

Deprecated

Fixed