Skip to content

Commit 2237de3

Browse files
Cleaned up release docs and added security fix and self-hosted server side docs.
1 parent b273113 commit 2237de3

File tree

2 files changed

+61
-134
lines changed

2 files changed

+61
-134
lines changed

modules/ROOT/nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,10 @@
421421
** xref:release-notes.adoc[Release notes for {productname}]
422422
*** {productname} 7.6.1
423423
**** xref:7.6.1-release-notes.adoc#overview[Overview]
424+
**** xref:7.6.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
424425
**** xref:7.6.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
425-
**** xref:7.6.1-release-notes.adoc#improvements[Improvements]
426426
**** xref:7.6.1-release-notes.adoc#bug-fixes[Bug fixes]
427+
**** xref:7.6.1-release-notes.adoc#security-fixes[Security fixes]
427428
*** {productname} 7.6.0
428429
**** xref:7.6.0-release-notes.adoc#overview[Overview]
429430
**** xref:7.6.0-release-notes.adoc#new-premium-plugin[New Premium plugin]

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

Lines changed: 59 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,56 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1111
[[overview]]
1212
== Overview
1313

14-
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, January 22^nd^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

16+
* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
1617
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17-
* xref:improvements[Improvements]
1818
* xref:bug-fixes[Bug fixes]
19+
* xref:security-fixes[Security fixes]
1920

21+
[[accompanying-premium-self-hosted-server-side-component-changes]]
22+
== Accompanying Premium self-hosted server-side component changes
2023

21-
[[new-premium-plugin<s>]]
22-
New Premium plugin<s>
24+
The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:
2325

24-
The following new Premium plugin was released alongside {productname} {release-version}.
26+
* **Enhanced Media Embed** plugin `mediaembed`.
27+
* **Image Editing** plugin `editimage`.
28+
* **Link Checker** plugin `linkchecker`.
29+
* **Spell Checker** plugin `tinymcespellchecker`.
30+
* **Spelling Autocorrect** plugin `autocorrect`.
2531

26-
=== <Premium plugin name>
32+
For information on:
2733

28-
The new Premium plugin, **<Premium plugin name>** // description here.
34+
* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin].
35+
* The **Image Editing** plugin, see: xref:editimage.adoc[Image Editing plugin].
36+
* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin].
37+
* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checkerplugin].
38+
* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
39+
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
2940

30-
For information on the **<Premium plugin name>** plugin, see xref:<plugincode>.adoc[<Premium plugin name>].
41+
The Java server-side components have been updated to the following versions:
3142

43+
* `ephox-hyperlinking.war`: 2.109.2
44+
* `ephox-image-proxy.war`: 2.111.2
45+
* `ephox-spelling.war`: 2.127.2
3246

33-
[[new-open-source-plugin]]
34-
== New Open Source plugin
3547

36-
The following new Open Source plugin was released alongside {productname} {release-version}.
48+
=== Updating the self-hosted server-side components
3749

38-
=== <Open source plugin name>
50+
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
3951

40-
The new open source plugin, **<Open source plugin name>** // description here.
52+
. Update your Java Application Server to the minimum required version:
4153

42-
For information on the **<Open source plugin name>** plugin, see xref:<plugincode>.adoc[<Open source plugin name>].
54+
include::partial$misc/supported-application-servers.adoc[]
55+
56+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.
57+
58+
For information on:
59+
60+
* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
61+
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].
62+
63+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
4364

4465

4566
[[accompanying-premium-plugin-changes]]
@@ -84,38 +105,6 @@ This led to inconsistent behavior, as keyboard shortcuts remained functional des
84105

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

87-
=== Enhanced Tables
88-
89-
The {productname} {release-version} release includes an accompanying release of the **Enhanced Tables** premium plugin.
90-
91-
**Enhanced Tables** includes the following fix.
92-
93-
==== Table resize bars was not properly aligned for inline editors inside scrollable containers.
94-
// #TINY-11215
95-
96-
In earlier versions of {productname}, an issue was identified in the inline mode editor where table resize bars were improperly positioned when placed within a scrollable container. When the container was scrolled, the resize bars became misaligned with the corresponding table rows and columns.
97-
98-
This misalignment caused a disconnect between the table rows and their associated resize handles, leading to usability challenges as the handles appeared in the incorrect location.
99-
100-
In {productname} {release-version}, this issue has been resolved by ensuring the table resize bars are properly attached to the respective table rows and columns when the container is scrolled, enhancing usability and functionality.
101-
102-
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
103-
104-
=== Import from Word
105-
106-
The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin.
107-
108-
**Import from Word** includes the following fix.
109-
110-
==== Error messages were not rendered correctly
111-
// #TINY-11662
112-
113-
In previous releases of the **Import from Word** premium plugin, an error occurring during the import process triggered an "Operation failed" notification that featured an incorrect icon and lacked the expected background. This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which use a red background and an exclamation mark to signify errors.
114-
115-
In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now render correctly, aligning with the visual standards of related plugins.
116-
117-
For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word].
118-
119108
=== Image Optimizer
120109

121110
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
@@ -144,83 +133,37 @@ The problem occurred when attempting to update an `srcset` attribute that did no
144133

145134
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
146135

147-
[[accompanying-premium-plugin-end-of-life-announcement]]
148-
== Accompanying Premium plugin end-of-life announcement
149-
150-
The following Premium plugin has been announced as reaching its end-of-life:
151-
152-
=== <Premium plugin name eol>
153-
154-
{productname}’s xref:<plugincode>.adoc[<Premium plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
155-
156-
157-
[[accompanying-open-source-plugin-end-of-life-announcement]]
158-
== Accompanying open source plugin end-of-life announcement
159-
160-
The following open source plugin has been announced as reaching its end-of-life:
161-
162-
=== <Open source plugin name eol>
163-
164-
{productname}’s xref:<plugincode>.adoc[<Open source plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, dand is no longer available for purchase.
165-
166-
167-
[[accompanying-enhanced-skins-and-icon-packs-changes]]
168-
== Accompanying Enhanced Skins & Icon Packs changes
169-
170-
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
171-
172-
=== Enhanced Skins & Icon Packs
173-
174-
The **Enhanced Skins & Icon Packs** release includes the following updates:
175-
176-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
177-
178-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
179-
180-
181-
[[improvements]]
182-
== Improvements
183-
184-
{productname} {release-version} also includes the following improvement<s>:
185-
186-
=== <TINY-vwxyz 1 changelog entry>
187-
// #TINY-vwxyz1
188-
189-
// CCFR here.
190-
191-
192-
[[additions]]
193-
== Additions
136+
=== Enhanced Tables
194137

195-
{productname} {release-version} also includes the following addition<s>:
138+
The {productname} {release-version} release includes an accompanying release of the **Enhanced Tables** premium plugin.
196139

197-
=== <TINY-vwxyz 1 changelog entry>
198-
// #TINY-vwxyz1
140+
**Enhanced Tables** includes the following fix.
199141

200-
// CCFR here.
142+
==== Table resize bars was not properly aligned for inline editors inside scrollable containers.
143+
// #TINY-11215
201144

145+
In earlier versions of {productname}, an issue was identified in the inline mode editor where table resize bars were improperly positioned when placed within a scrollable container. When the container was scrolled, the resize bars became misaligned with the corresponding table rows and columns.
202146

203-
[[changes]]
204-
== Changes
147+
This misalignment caused a disconnect between the table rows and their associated resize handles, leading to usability challenges as the handles appeared in the incorrect location.
205148

206-
{productname} {release-version} also includes the following change<s>:
149+
In {productname} {release-version}, this issue has been resolved by ensuring the table resize bars are properly attached to the respective table rows and columns when the container is scrolled, enhancing usability and functionality.
207150

208-
=== <TINY-vwxyz 1 changelog entry>
209-
// #TINY-vwxyz1
151+
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
210152

211-
// CCFR here.
153+
=== Import from Word
212154

155+
The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin.
213156

214-
[[removed]]
215-
== Removed
157+
**Import from Word** includes the following fix.
216158

217-
{productname} {release-version} also includes the following removal<s>:
159+
==== Error messages were not rendered correctly
160+
// #TINY-11662
218161

219-
=== <TINY-vwxyz 1 changelog entry>
220-
// #TINY-vwxyz1
162+
In previous releases of the **Import from Word** premium plugin, an error occurring during the import process triggered an "Operation failed" notification that featured an incorrect icon and lacked the expected background. This design was inconsistent with the error notifications displayed by related plugins, such as the xref:exportpdf.adoc[Export to PDF] plugin and the xref:exportword.adoc[Export to Word] plugin, which use a red background and an exclamation mark to signify errors.
221163

222-
// CCFR here.
164+
In {productname} {release-version}, this UI inconsistency has been resolved. Error notifications for the Word document import process now render correctly, aligning with the visual standards of related plugins.
223165

166+
For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word].
224167

225168
[[bug-fixes]]
226169
== Bug fixes
@@ -246,32 +189,15 @@ This issue significantly impacted the user experience, preventing users from int
246189
[[security-fixes]]
247190
== Security fixes
248191

249-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
250-
251-
=== <TINY-vwxyz 1 changelog entry>
252-
// #TINY-vwxyz1
253-
254-
// CCFR here.
255-
256-
257-
[[deprecated]]
258-
== Deprecated
259-
260-
{productname} {release-version} includes the following deprecation<s>:
261-
262-
=== The `<plugin>` configuration property, `<name>`, has been deprecated
263-
264-
// placeholder here.
265-
192+
{productname} {release-version} includes one fix for the following security issue:
266193

267-
[[known-issues]]
268-
== Known issues
194+
The following server-side component has been updated to include dependency updates addressing the following security issues.
269195

270-
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
196+
* https://nvd.nist.gov/vuln/detail/CVE-2024-12801[CVE-2024-12801]
197+
* https://nvd.nist.gov/vuln/detail/CVE-2024-12798[CVE-2024-12798]
271198

272-
There <is one | are <number> known issue<s> in {productname} {release-version}.
199+
This update is considered as a **Medium** & *Low* severity vulnerability fix.
273200

274-
=== <TINY-vwxyz 1 changelog entry>
275-
// #TINY-vwxyz1
201+
For information on the server-side components updates, see: xref:#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes].
276202

277-
// CCFR here.
203+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]

0 commit comments

Comments
 (0)