This commit is contained in:
Imonlytryingtohelp
2026-04-04 15:52:06 +01:00
parent 476eadd6c9
commit dc8060270b
2 changed files with 12 additions and 1 deletions
+7
View File
@@ -1,6 +1,13 @@
# Changelog
## [2.2.3] - 2026-04-04
### Fixed
- **Template Variable Substitution in post_tags Comments:**
- Fixed issue where `{author}` and `{{author}}` placeholders in `post_tags` comments were not being replaced with the actual post author's username.
- Template variables now properly substitute in automatic post_tags comments, matching behavior of trigger-based comments.
## [2.2.2] - 2026-03-29
### Added