Skip to content

3.92.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 13 Mar 11:27
· 273 commits to 3.x since this release
30b08d1

Added

  • [#6922] Added extension point AbstractAdmin::configureFilterParameters() to configure/modify filter parameters (@dmaicher)
  • [#6854] Added FieldDescriptionFactoryInterface to create FieldDescription instances (@franmomu)
  • [#6854] Added TypeGuesserInterface to guess the proper FieldDescription type based on its properties (@franmomu)
  • [#6913] Route parameters "baseRevision" and "compareRevision" for CRUDController::historyCompareRevisionsAction() (@phansys)

Deprecated

Fixed

  • [#6928] Fix wrong phpstan param on FilterInterface::filter() method (@core23)
  • [#6920] Issue "Right side of && is always true" detected by PHPStan (@phansys)