Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions modules/ROOT/pages/8.2.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ The following premium plugin updates were released alongside {productname} 8.2.0

// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].

=== Suggested Edits

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

**Suggested Edits** includes the following improvement.

=== Suggestions now display the type of content that was changed
// #TINY-12598

Previously, the **Suggested Edits** plugin only displayed the word "content" in the suggestion card description, as a generalised context for each suggestion.

In {release-version}, the **Suggested Edits** plugin displays the type of content as well as the type of edit in the card description, to provide more context for each suggestion.

For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].

=== License Key Manager

The {productname} 8.2.0 release includes an accompanying release of the **License Key Manager**.
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/suggestededits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ Replaced content is represented as both added and removed content, and indicates

=== Sidebar

Each suggested edit is listed as a card in the sidebar and color coded by the type of change, along with the user who made the suggestion, when the edit was made, and any feedback provided on that suggestion. When selected, each suggestion can be handled in the following ways:
Each suggested edit is listed as a card in the sidebar and color coded by the type of change. Each card shows a contextual description of the content, along with the user who made the suggestion, when the edit was made, and any feedback provided on that suggestion.

When selected, a suggestion can be handled in the following ways:

* Accept: Resolves the suggestion, applying the edit to the document when the review is completed.
* Reject: Resolves the suggestion, turning back the edit to the original state.
Expand Down