From c52dc2d1384930b7ca016d20fad3689e9f56f672 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 7 Aug 2025 15:49:09 +1000 Subject: [PATCH 1/2] DOC-3250: Add missing licensekeymanager for some bundles. --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/8.0.1-release-notes.adoc | 11 +++++++++++ modules/ROOT/pages/8.0.2-release-notes.adoc | 4 ++++ modules/ROOT/pages/changelog.adoc | 7 +++++++ 4 files changed, 23 insertions(+) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 3cfb7b7e99..72eb5ed392 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -421,6 +421,7 @@ *** {productname} 8.0.1 **** xref:8.0.1-release-notes.adoc#overview[Overview] **** xref:8.0.1-release-notes.adoc#bug-fixes[Bug fixes] +**** xref:8.0.1-release-notes.adoc#known-issue[Known issue] *** {productname} 8.0 **** xref:8.0-release-notes.adoc#overview[Overview] **** xref:8.0-release-notes.adoc#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 index f327cd75ba..d817e7462c 100644 --- a/modules/ROOT/pages/8.0.1-release-notes.adoc +++ b/modules/ROOT/pages/8.0.1-release-notes.adoc @@ -20,6 +20,7 @@ This patch release introduces no new features or enhancements. It solely include These release notes summarize the updates introduced in {productname} {release-version}, including: * xref:bug-fixes[Bug fixes] +* xref:known-issue[Known issue] [[bug-fixes]] == Bug Fixes @@ -30,3 +31,13 @@ This section outlines the bug fixes and corrections included in {productname} {r // #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. + +[[known-issues]] +== Known Issues + +[[missing-licensekeymanager-plugin]] +=== Missing `licensekeymanager` plugin in some bundles + +In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. + +**Status:** This has been corrected in {productname} 8.0.2, which now includes the `licensekeymanager` plugin in all available bundles. diff --git a/modules/ROOT/pages/8.0.2-release-notes.adoc b/modules/ROOT/pages/8.0.2-release-notes.adoc index 087f6a0720..e6857eda4f 100644 --- a/modules/ROOT/pages/8.0.2-release-notes.adoc +++ b/modules/ROOT/pages/8.0.2-release-notes.adoc @@ -16,6 +16,10 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] * xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] +[NOTE] +==== +In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. {productname} 8.0.2 corrects this by including the `licensekeymanager` plugin in all available bundles which resolves the xref:8.0.1-release-notes.adoc#missing-licensekeymanager-plugin[Known issue] from the previous release. +==== [[accompanying-premium-plugin-changes]] == Accompanying Premium plugin changes diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index d14d953805..6ea6202c48 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -7,6 +7,13 @@ NOTE: This is the {productname} Community version changelog. For information abo == xref:8.0.2-release-notes.adoc[8.0.2 - 2025-08-14] +[NOTE] +==== +In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. {productname} 8.0.2 corrects this by including the `licensekeymanager` plugin in all available bundles. + +**Workaround for 8.0.1 users:** If you are using a bundle that is missing the `licensekeymanager` plugin, you can download the plugin separately and manually add it to your plugins folder. Contact your account manager or support for assistance in obtaining the separate `licensekeymanager` plugin download. +==== + //TODO == xref:8.0.1-release-notes.adoc[8.0.1 - 2025-07-28] From 60a1feca45ea3d9a563802ba419f6a3013994382 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 7 Aug 2025 16:09:41 +1000 Subject: [PATCH 2/2] DOC-12160: Add missing ref number, and links. --- modules/ROOT/pages/8.0.1-release-notes.adoc | 7 ++++--- modules/ROOT/pages/8.0.2-release-notes.adoc | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.0.1-release-notes.adoc b/modules/ROOT/pages/8.0.1-release-notes.adoc index d817e7462c..32e31883a3 100644 --- a/modules/ROOT/pages/8.0.1-release-notes.adoc +++ b/modules/ROOT/pages/8.0.1-release-notes.adoc @@ -32,12 +32,13 @@ This section outlines the bug fixes and corrections included in {productname} {r 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. -[[known-issues]] -== Known Issues +[[known-issue]] +== Known Issue [[missing-licensekeymanager-plugin]] === Missing `licensekeymanager` plugin in some bundles +// #TINY-12160 In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. -**Status:** This has been corrected in {productname} 8.0.2, which now includes the `licensekeymanager` plugin in all available bundles. +**Status:** This has been corrected in xref:8.0.2-release-notes.adoc[{productname} 8.0.2], which now includes the `licensekeymanager` plugin in all available bundles. diff --git a/modules/ROOT/pages/8.0.2-release-notes.adoc b/modules/ROOT/pages/8.0.2-release-notes.adoc index e6857eda4f..c8587b0ff0 100644 --- a/modules/ROOT/pages/8.0.2-release-notes.adoc +++ b/modules/ROOT/pages/8.0.2-release-notes.adoc @@ -16,6 +16,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] * xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] +// #TINY-12160 [NOTE] ==== In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. {productname} 8.0.2 corrects this by including the `licensekeymanager` plugin in all available bundles which resolves the xref:8.0.1-release-notes.adoc#missing-licensekeymanager-plugin[Known issue] from the previous release.