Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
32 changes: 32 additions & 0 deletions modules/ROOT/pages/8.0.1-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 9 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
9 changes: 6 additions & 3 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

|===
2 changes: 1 addition & 1 deletion modules/ROOT/partials/misc/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====