Template Comments Changelog.
Link 1.2.1 · 2024.04.18
added - 2024.04.18
- Added support for template comments for
{% include %}
and{% extends %}
back into the plugin (#40) - Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
changed - 2024.04.18
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Link 1.2.0 · 2022-05-07
added - 2022-05-07
- Refactored the codebase to simplify how it works, removing the template loader entirely, bringing it in line with how the Craft 4 plugin works
Link 1.1.2 · 2019-08-25
changed - 2019-08-25
- Don't check
getIsAjax()
for console requests
Link 1.1.1 · 2019-08-24
changed - 2019-08-24
- Don't install event listeners for AJAX requests
Link 1.1.0 · 2019-06-12
changed - 2019-06-12
- Fixed an issue with Craft CMS
^3.1.29
due to it requiring Twig^2.11.0
that caused imported macros to not be scoped properly - Template Comments now requires Craft CMS
^3.1.29
Link 1.0.6 · 2019-02-23
changed - 2019-02-23
- Fixed an issue that caused unparsed tags to be generated for Twig's
source()
function
Link 1.0.5 · 2019-01-25
changed - 2019-01-25
- Fixed a regression that caused it to throw an exception on console requests
Link 1.0.4 · 2019-01-22
changed - 2019-01-22
- Do nothing at all on AJAX requests
Link 1.0.3 · 2018-12-04
changed - 2018-12-04
- Fixed an issue that could result in a compile error if the
CommentsNode
had nobody
Link 1.0.2 · 2018-10-04
changed - 2018-10-04
- Only parse templates that end in
.twig
,.htm
,.html
or that have no extension
Link 1.0.1 · 2018-10-02
added - 2018-10-02
- Added performance timings to the
<<< END <<<
comments - Fixed an issue with comments appearing inline in field heading tags in the Control Panel
- Disabled Template Comments by default in the Control Panel, because most people won't want them there
Link 1.0.0 · 2018-10-02
added - 2018-10-02
- Initial release