Skip to content

Commit

Permalink
chore: Version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 29, 2024
1 parent 06d365e commit 24fbe8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Template Comments Changelog

## 5.0.4 - 2024.11.29
### Changed
* Defer installing Template Comments until Craft is fully setup, to avoid a "Twig instantiated before Craft is fully initialized" warning ([#50](https://github.com/nystudio107/craft-templatecomments/issues/50))

## 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-templatecomments",
"description": "Adds a HTML comment with performance timings to demarcate `{% block %}`s and each Twig template that is included or extended.",
"type": "craft-plugin",
"version": "5.0.3",
"version": "5.0.4",
"keywords": [
"craftcms",
"craft-plugin",
Expand Down

0 comments on commit 24fbe8f

Please sign in to comment.