Skip to content

3.67.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 28 May 19:45
· 790 commits to 3.x since this release
3.67.0
960a2ab

Added

  • Manage class definition which is using "%parameter%" syntax.
  • Added some AbstractAdmin::configureDefaultSortValues to override $datagridValues.
  • Added some AbstractAdminExtension::configureDefaultSortValues to override $datagridValues.

Fixed

  • Reference to configuration option in legacy_twig_text_extension deprecation message.
  • Call to deprecated trans method of AbstractAdmin
  • Declare missing one_to_many, many_to_many, many_to_one and one_to_one type templates.

Changed

  • Update doctrine/inflection to ^1.4 || ^2.0
  • update index of the first element in collection from 1 to 0

Deprecated

  • Accessing to a non existing value when adding field to showMapper and listMapper.
  • Deprecate the AbstractAdmin::maxPerPage property
  • Deprecate the AbstractAdmin::setMaxPerPage method
  • Deprecate the AbstractAdmin::perPageOption property
  • Deprecate the AbstractAdmin::setPerPageOption method
  • Deprecate the AbstractAdmin::predefinePerPageOptions method
  • Deprecate the AbstractAdmin::datagridValues property
  • Deprecate implementing ModelManagerInterface without implementing DatagridManagerInterface