Skip to content

3.6.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 05 Jan 10:12
· 116 commits to 3.x since this release
32f9c61

Added

  • [#486] Added DataSource to provide a DataSourceInterface implementation. (@franmomu)

Deprecated

  • [#492] Deprecated ModelManager::getMetadata() method. (@franmomu)
  • [#492] Deprecated ModelManager::hasMetadata() method. (@franmomu)
  • [#486] Deprecated ModelManager::getDataSourceIterator(). (@franmomu)
  • [#473] Deprecated ModelManager::getModelIdentifier(). (@franmomu)
  • [#473] Deprecated ModelManager::getDefaultSortValues(). (@franmomu)
  • [#473] Deprecated ModelManager::getDefaultPerPageOptions(). (@franmomu)
  • [#473] Deprecated ModelManager::modelTransform(). (@franmomu)
  • [#451] Deprecated passing null as argument 2 for ModelManager::find(); (@franmomu)
  • [#451] Deprecated passing null as argument 1 for ModelManager::getNormalizedIdentifier(); (@franmomu)
  • [#451] Deprecated passing other type than object as argument 1 for ModelManager::getUrlSafeIdentifier(); (@franmomu)

Fixed

  • [#497] Fixed calling to deprecated Pager::setCountColumn() method. (@franmomu)
  • [#479] Fixed calling to AdminInterface::id without an object. (@franmomu)
  • [#463] FormContractor::getDefaultOptions() passes collection_by_reference option instead of by_reference to AdminType in order to respect the new API (@VincentLanglet)
  • [#470] Fixed returning an array of identifiers in ModelManager::getIdentifierFieldNames. (@franmomu)
  • [#468] Fixed the return type of TypeGuesser::guessType, it must return null or TypeGuess. (@franmomu)
  • [#459] Fixed deprecation constructing FieldDescription without arguments. (@franmomu)