Skip to content

Commit ad56983

Browse files
author
Farzad Hayat
authored
DOC-2498: Default values for tinycomments_author and tinycomments_author_name when empty string provided (#3493)
* DOC-2498: Default values for tinycomments_author and tinycomments_author_name when empty string provided * Fix typo
1 parent 343a2e3 commit ad56983

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

modules/ROOT/pages/7.4-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ tinycomments_author_name: '',
368368

369369
Previously, instead of assigning default user/author values as in `7-stable` (7.3), the latest release {release-version} disables all comment features when these fields are empty.
370370

371-
**Status**: Currently under investigation.
371+
**Status**: This issue has been resolved in xref:7.5-release-notes.adoc#use-default-anon-value-for-tinycomments_author-and-tinycomments_author_name-options-when-the-provided-value-is-an-empty-string[{productname} 7.5.0].
372372

373373
=== Comment card not removed after deleting content
374374
// #TINY-11366

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,21 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
7373

7474
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
7575

76-
**Comments** Premium plugin includes the following fix.
76+
**Comments** Premium plugin includes the following fixes.
7777

7878
==== The `conversationAuthor` property was missing from 'create` conversation events in the EventLog API.
7979

8080
In previous versions of the tinycomments plugin, the `conversationAuthor` property was missing from 'create' events within the event log, which led to incomplete tracking of user interactions when retrieving data through the `+getEventLog()+` API.
8181

8282
{productname} {release-version} addresses this issue. Now, the `conversationAuthor` property is included in 'create' events in the event log.
8383

84+
==== Use default 'Anon' value for `tinycomments_author` and `tinycomments_author_name` options when the provided value is an empty string.
85+
// #TINY-11323
86+
87+
Previously in xref:7.4-release-notes.adoc#comments-not-functional-with-empty-tinycomments_author-and-tinycomments_author_name[{productname} 7.4.0], an issue was identified in **Embedded mode** where the commenting functionality became non-operational when either the `tinycomments_author` or the `tinycomments_author_name` options were configured as empty strings `""`. As a consequence, users were unable to create comments when these options were empty.
88+
89+
In {productname} {release-version}, the `tinycomments_author` and `tinycomments_author_name` options now default to "Anon" when the provided value is an empty string. As a result, the commenting functionality is now operational even when these options are empty.
90+
8491
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
8592

8693

0 commit comments

Comments
 (0)