Skip to content

Commit 3444473

Browse files
authored
DOC-3208: TinyMCE 8.0.1 Documentation and Community changelog. (#3805)
* DOC-3208: TinyMCE 8.0.1 Documentation and Community changelog. * DOC-3208: update api-version to 8.0.1.
1 parent ebac0ef commit 3444473

File tree

7 files changed

+53
-6
lines changed

7 files changed

+53
-6
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.0.1

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@
414414
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
415415
* Release information
416416
** xref:release-notes.adoc[Release notes for {productname}]
417+
*** {productname} 8.0.1
418+
**** xref:8.0.1-release-notes.adoc#overview[Overview]
419+
**** xref:8.0.1-release-notes.adoc#bug-fixes[Bug fixes]
417420
*** {productname} 8.0
418421
**** xref:8.0-release-notes.adoc#overview[Overview]
419422
**** xref:new-premium-plugins[New Premium plugins]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= {productname} {release-version}
2+
:release-version: 8.0.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} version {release-version}
5+
:keywords: releasenotes, new, changes, bugfixes, {productname}, update
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
[[overview]]
11+
== Overview
12+
13+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Monday, July 28^th^, 2025.
14+
15+
[NOTE]
16+
====
17+
This patch release introduces no new features or enhancements. It solely includes missing changelog details from the previously released link:https://download.tiny.cloud/tinymce/community/tinymce_8.0.0.zip[community/tinymce_8.0.0.zip] bundle.
18+
====
19+
20+
These release notes summarize the updates introduced in {productname} {release-version}, including:
21+
22+
* xref:bug-fixes[Bug fixes]
23+
24+
[[bug-fixes]]
25+
== Bug Fixes
26+
27+
This section outlines the bug fixes and corrections included in {productname} {release-version}.
28+
29+
=== Added missing changelog entries for the community `.zip` distribution.
30+
// #TINY-12581
31+
32+
In {productname} {productmajorversion}, the changelog information for the link:https://download.tiny.cloud/tinymce/community/tinymce_8.0.0.zip[community/tinymce_8.0.0.zip] file was inadvertently omitted. This release corrects that by providing the previously missing changelog entries for the community bundle.

modules/ROOT/pages/changelog.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
66

77

8+
== xref:8.0.1-release-notes.adoc[8.0.1 - 2025-07-28]
9+
10+
[NOTE]
11+
No new features or changes were introduced in this patch release. It contains missing changelogs from the link:https://download.tiny.cloud/tinymce/community/tinymce_8.0.0.zip[community/tinymce_8.0.0.zip] file only.
12+
13+
### Fixed
14+
- Updated missing changelogs.
15+
// #TINY-12581
16+
817
== xref:8.0-release-notes.adoc[8.0.0 - 2025-07-23]
918

1019
[NOTE]

modules/ROOT/pages/release-notes.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ This section lists the releases for {productname} {productmajorversion} and the
1111

1212
a|
1313
[.lead]
14-
xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]
14+
xref:8.0.1-release-notes.adoc#overview[{productname} 8.0.1]
1515

16-
Release notes for {productname} 8.0.0
16+
Release notes for {productname} 8.0.1
1717

18-
// Uncomment this dummy cell when the number of cells above is odd to ensure the table renders correctly.
1918
a|
19+
[.lead]
20+
xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]
21+
22+
Release notes for {productname} 8.0.0
2023

2124
|===

modules/ROOT/partials/misc/supported-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Supported versions of {productname}:
66
[cols="^,^,^",options="header"]
77
|===
88
|Version |Release Date |End of Premium Support
9-
|8.0 |TBA |TBA
9+
|8.0 |2025-07-23 |2027-01-23
1010
|7.9 |2025-05-14 |2026-11-14
1111
|7.8 |2025-04-09 |2026-10-09
1212
|7.7 |2025-02-20 |2026-08-20

modules/ROOT/partials/security/sanitizing-html-input-and-protecting-against-xss-attacks-dom-parser-and-dom-purify.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ WARNING: Turning DomPurify off leaves {productname}, and any application using {
6969

7070
[NOTE]
7171
====
72-
{productname} {release-version} upgrades DOMPurify to version 3.2.6 and enables the `SAFE_FOR_XML` flag by default. This enforces stricter sanitization, which may remove or alter content that previously passed in {productname} 7. For more information see xref:migration-from-7x.adoc#dompurify-update-breaking-change[Migration Guide]
72+
{productname} 8.0.1 upgrades DOMPurify to version 3.2.6 and enables the `SAFE_FOR_XML` flag by default. This enforces stricter sanitization, which may remove or alter content that previously passed in {productname} 7. For more information see xref:migration-from-7x.adoc#dompurify-update-breaking-change[Migration Guide]
7373
====

0 commit comments

Comments
 (0)