Skip to content

3.7.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 29 Dec 22:03
· 482 commits to 3.x since this release
3.7.0
8676f4a

Added

  • Offer support of id string resolution for entity id object where
    __toString() will be used if provided. (This also fixes the issue where the
    id fails to display when the binary / byte datatype is used as primary key,
    e.g., UUIDBinaryType (aka: InnoDB Optimised Binary UUIDs))
  • Added possibility to make StringFilter case-insensitive

Fixed

  • Fix using the new collection type namespace
  • Fix deprecation for symfony/config 4.2+
  • Fix Twig_Error_Runtime "Key "associationAdmin" for array with keys
    translationDomain, associationadmin, options" does not exist."