Skip to content

3.86.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 09 Jan 17:04
· 387 commits to 3.x since this release
d287c60

Added

Changed

  • [#6700] Only changed (non default, non empty) filters will be submitted (@kirya-dev)

Deprecated

  • [#6732] PagerInterface::getNbResults() in favour of countResults() (@dmaicher)
  • [#6732] PagerInterface::setNbResults(...) (@dmaicher)
  • [#6732] PagerInterface::$nbResults (@dmaicher)
  • [#6735] Deprecated Pool::setAdminServiceIds in favor of passing service ids as argument 2 to the constructor (@franmomu)
  • [#6735] Deprecated Pool::setAdminGroups in favor of passing service ids as argument 3 to the constructor (@franmomu)
  • [#6735] Deprecated Pool::setAdminClasses in favor of passing service ids as argument 4 to the constructor (@franmomu)
  • [#6751] Deprecated CRUDController::configure() method, to configure the associated admin, you should call CRUDController::configureAdmin() instead (@franmomu)
  • [#6752] Deprecated TemplateRegistryInterface::TYPE_* constants, they have been moved to FieldDescriptionInterface (@franmomu)