Skip to content

3.8.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 06 Apr 16:46
· 55 commits to 3.x since this release
c18eb59

Added

  • [#553] Added Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription class (@franmomu)
  • [#553] Added Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser class (@franmomu)
  • [#553] Added Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser class (@franmomu)
  • [#554] Added support for sorting embbeded fields in lists (@franmomu)
  • [#531] Added FieldDescriptionFactory class to create FieldDescription instances (@franmomu)
  • [#548] Added ModelManager::reverseTransform() method (@franmomu)
  • [#528] Added some ProxyQueryInterface to use it as a type declaration (@franmomu)
  • [#526] Support for PHP 8.x (@franmomu)

Deprecated

  • [#558] Deprecated ModelManager::getModelInstance() method (@franmomu)
  • [#558] Deprecated not passing an instance of ProxyQueryInterface to ModelManager::addIdentifiersToQuery() method (@franmomu)
  • [#558] Deprecated not passing an instance of ProxyQueryInterface to ModelManager::batchDelete() method (@franmomu)
  • [#553] Deprecated Sonata\DoctrineMongoDBAdminBundle\Admin\FieldDescription class (@franmomu)
  • [#553] Deprecated Sonata\DoctrineMongoDBAdminBundle\Guesser\TypeGuesser class (@franmomu)
  • [#553] Deprecated Sonata\DoctrineMongoDBAdminBundle\Guesser\FilterTypeGuesser class (@franmomu)
  • [#531] Deprecated ModelManager::getParentMetadataForProperty() method (@franmomu)
  • [#531] Deprecated ModelManager::getNewFieldDescriptionInstance() method (@franmomu)
  • [#531] Deprecated AbstractTypeGuesser class (@franmomu)
  • [#531] Deprecated FilterTypeGuesser::guessType() method (@franmomu)
  • [#531] Deprecated TypeGuesser::guessType() method (@franmomu)
  • [#531] Deprecated ListBuilder::buildActionFieldDescription() method (@franmomu)
  • [#548] Deprecated ModelManager::modelReverseTransform() method (@franmomu)
  • [#528] Deprecated calling Filter::apply() with an instance not implementing ProxyQueryInterface (@franmomu)

Fixed

  • [#549] Missing argument 2 in calls to trigger_error() (@franmomu)