Releases: nystudio107/craft-templatecomments
Releases · nystudio107/craft-templatecomments
5.0.3
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 Craft5.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 Craft5.4.0
) which would cause an exception to be thrown when rendering templates (#44)
4.0.3
Changed
- Template Comments now requires
craftcms/cms
^4.12.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 Craft4.12.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 Craft4.12.0
) which would cause an exception to be thrown when rendering templates (#45)
5.0.1
Fixed
- Fixed an issue where Template Comments would cause the Craft Closure
^1.0.6
package to not work
4.0.2
Fixed
- Fixed an issue where Template Comments would cause the Craft Closure
^1.0.6
package to not work
5.0.0
Added
- Stable release for Craft CMS 5
4.0.1
1.2.1
Version 4.0.0
Added
- Initial release for Craft CMS 4
Version 1.2.0
Added
- Refactored the codebase to simplify how it works, removing the template loader entirely, bringing it in line with how the Craft 4 plugin works
Version 4.0.0-beta.2
Added
- Added
excludeBlocksThatContain
config setting to allow excluding of template comments based on the{% block %}
name