CraftCMS v3.7.3 Release Notes

Release Date: 2021-07-16 // almost 3 years ago
  • โž• Added

    • โž• Added the sendContentLengthHeader config setting.

    ๐Ÿ”„ Changed

    • Template requests no longer respond with a Content-Length header, unless the sendContentLengthHeader config setting is enabled. (#8070)
    • ๐Ÿฑ Edit Asset pages are now located at assets/edit/<id>-<filename> rather than assets/<volume>/<id>-<filename>.
    • edit is now a reserved volume handle.
    • Number fields no longer allow non-numeric input. (#9586)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug where object templates didnโ€™t support string interpolation within normal Twig tags. (#9138)
    • ๐Ÿ›  Fixed an error that could occur after applying project config changes.
    • ๐Ÿ›  Fixed a bug where assetsโ€™ control panel URLs were getting routed to the Assets index page. (#9583)
    • ๐Ÿ›  Fixed a visual bug where field status indicators were overlapping the prior field in the same row. (#9585)