Skip to content

3.25.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 15 Nov 20:07
· 226 commits to 3.x since this release
1580c46

Added

  • [#1202] Added "Not equal" filter for StringFilter (@VincentLanglet)
  • [#1190] Support for \DateTimeImmutable at AbstractDateFilter::filter() (@phansys)
  • [#1166] Check to guarantee that argument 3 passed to ModelManager::addIdentifiersToQuery() is not an empty array (@phansys)

Deprecated

  • [#1170] Instantiate a FieldDescription without passing the name as first argument (@VincentLanglet)
  • [#1159] Using a callback filter with a callback option which does not return a boolean (@VincentLanglet)

Fixed

  • [#1197] FormContractor::getDefaultOptions() passes collection_by_reference option instead of by_reference to AdminType in order to respect the new API (@VincentLanglet)
  • [#1189] Setting wrong date and time references at AbstractDateFilter::filter() (@phansys)
  • [#1136] TypeError thrown by explode() when receiving non string values as argument 2 from argument 3 at ModelManager::addIdentifiersToQuery() (@phansys)