From aac2c7e26cfeb8dd2e41c87a2f3f1052f8e29bed Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 28 Jul 2025 12:00:11 +1000 Subject: [PATCH 1/2] DOC-3208: TinyMCE 8.0.1 Documentation and Community changelog. --- modules/ROOT/nav.adoc | 3 ++ modules/ROOT/pages/8.0.1-release-notes.adoc | 32 +++++++++++++++++++ modules/ROOT/pages/changelog.adoc | 9 ++++++ modules/ROOT/pages/release-notes.adoc | 9 ++++-- .../partials/misc/supported-versions.adoc | 2 +- ...xss-attacks-dom-parser-and-dom-purify.adoc | 2 +- 6 files changed, 52 insertions(+), 5 deletions(-) create mode 100644 modules/ROOT/pages/8.0.1-release-notes.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 19068e10fd..8a7a008849 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -414,6 +414,9 @@ ** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)] * Release information ** xref:release-notes.adoc[Release notes for {productname}] +*** {productname} 8.0.1 +**** xref:8.0.1-release-notes.adoc#overview[Overview] +**** xref:8.0.1-release-notes.adoc#bug-fixes[Bug fixes] *** {productname} 8.0 **** xref:8.0-release-notes.adoc#overview[Overview] **** xref:new-premium-plugins[New Premium plugins] diff --git a/modules/ROOT/pages/8.0.1-release-notes.adoc b/modules/ROOT/pages/8.0.1-release-notes.adoc new file mode 100644 index 0000000000..f327cd75ba --- /dev/null +++ b/modules/ROOT/pages/8.0.1-release-notes.adoc @@ -0,0 +1,32 @@ += {productname} {release-version} +:release-version: 8.0.1 +:navtitle: {productname} {release-version} +:description: Release notes for {productname} version {release-version} +:keywords: releasenotes, new, changes, bugfixes, {productname}, update +:page-toclevels: 1 + +include::partial$misc/admon-releasenotes-for-stable.adoc[] + +[[overview]] +== Overview + +{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Monday, July 28^th^, 2025. + +[NOTE] +==== +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. +==== + +These release notes summarize the updates introduced in {productname} {release-version}, including: + +* xref:bug-fixes[Bug fixes] + +[[bug-fixes]] +== Bug Fixes + +This section outlines the bug fixes and corrections included in {productname} {release-version}. + +=== Added missing changelog entries for the community `.zip` distribution. +// #TINY-12581 + +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. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index 8e19e4a676..c2ccd43080 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -5,6 +5,15 @@ 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]. +== xref:8.0.1-release-notes.adoc[8.0.1 - 2025-07-28] + +[NOTE] +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. + +### Fixed +- Updated missing changelogs. +// #TINY-12581 + == xref:8.0-release-notes.adoc[8.0.0 - 2025-07-23] [NOTE] diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 2ead384b57..d350bd2280 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -11,11 +11,14 @@ This section lists the releases for {productname} {productmajorversion} and the a| [.lead] -xref:8.0-release-notes.adoc#overview[{productname} 8.0.0] +xref:8.0.1-release-notes.adoc#overview[{productname} 8.0.1] -Release notes for {productname} 8.0.0 +Release notes for {productname} 8.0.1 -// Uncomment this dummy cell when the number of cells above is odd to ensure the table renders correctly. a| +[.lead] +xref:8.0-release-notes.adoc#overview[{productname} 8.0.0] + +Release notes for {productname} 8.0.0 |=== diff --git a/modules/ROOT/partials/misc/supported-versions.adoc b/modules/ROOT/partials/misc/supported-versions.adoc index de8765279a..6c92e7fd71 100644 --- a/modules/ROOT/partials/misc/supported-versions.adoc +++ b/modules/ROOT/partials/misc/supported-versions.adoc @@ -6,7 +6,7 @@ Supported versions of {productname}: [cols="^,^,^",options="header"] |=== |Version |Release Date |End of Premium Support -|8.0 |TBA |TBA +|8.0 |2025-07-23 |2027-01-23 |7.9 |2025-05-14 |2026-11-14 |7.8 |2025-04-09 |2026-10-09 |7.7 |2025-02-20 |2026-08-20 diff --git a/modules/ROOT/partials/security/sanitizing-html-input-and-protecting-against-xss-attacks-dom-parser-and-dom-purify.adoc b/modules/ROOT/partials/security/sanitizing-html-input-and-protecting-against-xss-attacks-dom-parser-and-dom-purify.adoc index d1d9fbe6e3..a3b6906864 100644 --- a/modules/ROOT/partials/security/sanitizing-html-input-and-protecting-against-xss-attacks-dom-parser-and-dom-purify.adoc +++ b/modules/ROOT/partials/security/sanitizing-html-input-and-protecting-against-xss-attacks-dom-parser-and-dom-purify.adoc @@ -69,5 +69,5 @@ WARNING: Turning DomPurify off leaves {productname}, and any application using { [NOTE] ==== -{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] +{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] ==== From 00b7272087c1d29b4e13e5506561649d0f598007 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 28 Jul 2025 15:17:10 +1000 Subject: [PATCH 2/2] DOC-3208: update api-version to 8.0.1. --- .api-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.api-version b/.api-version index fa5fce04b3..5210382a7a 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -8.0.0 \ No newline at end of file +8.0.1 \ No newline at end of file