Skip to content

Commit 180715f

Browse files
DOC-2569: TinyMCE 7.5.1 Release Documentation & Community Changelog. (#3506)
* DOC-2569: TinyMCE 7.5.1 Release Documentation & Community Changelog. * Release-751: Update wording * DOC-2569: Update release date, and api-version bump. --------- Co-authored-by: MitchCTiny <[email protected]>
1 parent 9610636 commit 180715f

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.5.1

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@
409409
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
410410
* Release information
411411
** xref:release-notes.adoc[Release notes for {productname}]
412+
*** {productname} 7.5.1
413+
**** xref:7.5.1-release-notes.adoc#overview[Overview]
414+
**** xref:7.5.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
412415
*** {productname} 7.5
413416
**** xref:7.5-release-notes.adoc#overview[Overview]
414417
**** xref:7.5-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
= {productname} {release-version}
2+
:release-version: 7.5.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, new, changes, bugfixes
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
11+
[[overview]]
12+
== Overview
13+
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, November 13^th^, 2024. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17+
18+
19+
[[accompanying-premium-plugin-changes]]
20+
== Accompanying Premium plugin changes
21+
22+
The following premium plugin updates were released alongside {productname} {release-version}.
23+
24+
=== Comments
25+
26+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
27+
28+
**Comments** Premium plugin includes the following additions and fix.
29+
30+
==== Conversations did not load when the comments sidebar was opened on editor load with `sidebar_show`.
31+
// #TINY-11506
32+
33+
In the {productname} 7.5 release of the **Comments** Plugin, the sidebar would not display comments when conversations took longer than ~200ms to be fetched. This issue occurred when the comments sidebar was set to open on editor load, such as using the `sidebar_show` option.
34+
35+
{productname} {release-version} addresses this issue, by ensuring that `conversationUids` are set on initialization, allowing the sidebar to properly display conversations as soon as they are retrieved.
36+
37+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].

modules/ROOT/pages/release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This section lists the releases for {productname} 7 and the changes made in each
99
[cols="1,1"]
1010
|===
1111

12+
a|
13+
[.lead]
14+
xref:7.5.1-release-notes.adoc#overview[{productname} 7.5.1]
15+
16+
Release notes for {productname} 7.5.1
17+
1218
a|
1319
[.lead]
1420
xref:7.5-release-notes.adoc#overview[{productname} 7.5]

0 commit comments

Comments
 (0)