Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 918 Bytes

Template Comments Changelog

5.0.3 - 2024.09.06

Changed

  • Template Comments now requires craftcms/cms ^5.4.0 going forward, because of the addition of breaking changes in the version of Twig that it requires

Fixed

  • Fixed an issue with a change in Twig 3.12.0 (which is now used by Craft 5.4.0) which would cause an exception to be thrown when rendering templates with an empty {% block %} tag (#46)
  • Fixed an issue with a change in Twig 3.12.0 (which is now used by Craft 5.4.0) which would cause an exception to be thrown when rendering templates (#44)

5.0.1 - 2024.08.06

Fixed

  • Fixed an issue where Template Comments would cause the Craft Closure ^1.0.6 package to not work

5.0.0 - 2024.04.18

Added

  • Stable release for Craft CMS 5