Skip to content

3.33.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 19 Apr 21:58
· 81 commits to 3.x since this release
83ca012

Added

  • [#1416] "force_case_insensitivity" option to StringFilter in order to force the database to ignore the case sensitivity when matching filters. (@phansys)

Changed

  • [#1395] Default value for the "case_sensitive" option from true to null in StringFilter. (@phansys)

Deprecated

Fixed

  • [#1408] Allow to decorate EntityManager (@michkinn)
  • [#1414] Return type for ModelManager::getModelIdentifier(). (@phansys)
  • [#1399] Fixed triggering always deprecation when calling ModelManager::getDefaultSortValues() method (@franmomu)