Skip to content

4.22.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 04 Jan 09:53
· 119 commits to 4.x since this release
42dfec1

Added

  • [#7994] Added usage of ExporterInterface instead of Exporter class. (@pkameisha)
  • [#7964] Ability to configure admin extension in the sonata_admin.extensions config with the admin class rather than the model class thanks to admin_implements, admin_instanceof, admin_extends and admin_use options. (@VincentLanglet)
  • [#7964] excludes, extends, implements, instanceof, uses, admin_implements, admin_instanceof, admin_extends and admin_use options are now available directly when tagging an admin extension. (@VincentLanglet)