From e7566f2d867cfcb4645448761b45bbf232afd8e3 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 10 Feb 2025 11:38:56 +0530 Subject: [PATCH 1/2] DOC-3132: Editing a comment and adding a mention to the comment would result in the mention not showing correctly after saving the comment. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 8fc2067037..44e359d47c 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -39,6 +39,21 @@ Previously, an issue was identified where `Ukrainian` and `Serbian` were incorre For information on the **Advanced Typography** plugin, see: xref:advanced-typography.adoc[Advanced Typography]. +=== Comments + +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. + +**Comments** includes the following fixes. + +==== Editing a comment and adding a mention to the comment would result in the mention not showing correctly after saving the comment. +// #TINY-11602 + +Previously, in the **Comments** premium plugin, an issue was identified where the process of caching data for mentions in comments was not handled correctly. +As a result, mentions were not displayed correctly when editing a comment, adding a mention, and then saving the comment. + +{productname} {release-version} resolves this issue by improving the caching process for mentions in comments, ensuring that newly added mentions to an existing comment are displayed correctly. + +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. [[improvements]] == Improvements From 3c56c9e248b9935ed2333a82b5f58c1377ec2c9d Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 11 Feb 2025 17:00:15 +0530 Subject: [PATCH 2/2] DOC-3132: Refined text to be more simple. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 44e359d47c..e10979ce2c 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -48,10 +48,9 @@ The {productname} {release-version} release includes an accompanying release of ==== Editing a comment and adding a mention to the comment would result in the mention not showing correctly after saving the comment. // #TINY-11602 -Previously, in the **Comments** premium plugin, an issue was identified where the process of caching data for mentions in comments was not handled correctly. -As a result, mentions were not displayed correctly when editing a comment, adding a mention, and then saving the comment. +Previously, in the **Comments** premium plugin, an issue was identified where mentions were not displayed correctly when editing a comment, adding a mention, and then saving the comment. -{productname} {release-version} resolves this issue by improving the caching process for mentions in comments, ensuring that newly added mentions to an existing comment are displayed correctly. +{productname} {release-version} resolves this issue by ensuring that newly added mentions to an existing comment are displayed correctly. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].