Skip to content

Commit

Permalink
DOC-2498: Default values for tinycomments_author and tinycomments_aut…
Browse files Browse the repository at this point in the history
…hor_name when empty string provided (#3493)

* DOC-2498: Default values for tinycomments_author and tinycomments_author_name when empty string provided

* Fix typo
  • Loading branch information
FarzadHayat authored Nov 1, 2024
1 parent 343a2e3 commit ad56983
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/7.4-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ tinycomments_author_name: '',

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.

**Status**: Currently under investigation.
**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].

=== Comment card not removed after deleting content
// #TINY-11366
Expand Down
9 changes: 8 additions & 1 deletion modules/ROOT/pages/7.5-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,21 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode

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

**Comments** Premium plugin includes the following fix.
**Comments** Premium plugin includes the following fixes.

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

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.

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

==== Use default 'Anon' value for `tinycomments_author` and `tinycomments_author_name` options when the provided value is an empty string.
// #TINY-11323

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.

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.

For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].


Expand Down

0 comments on commit ad56983

Please sign in to comment.