Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .api-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.1
8.2.2
3 changes: 3 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
* Release information
** xref:release-notes.adoc[Release notes for {productname}]
*** {productname} 8.2.2
**** xref:8.2.2-release-notes.adoc#overview[Overview]
**** xref:8.2.2-release-notes.adoc#improvement[Improvement]
*** {productname} 8.2.1
**** xref:8.2.1-release-notes.adoc#overview[Overview]
**** xref:8.2.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
Expand Down
31 changes: 31 additions & 0 deletions modules/ROOT/pages/8.2.2-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
= {productname} {release-version}
:release-version: 8.2.2
:navtitle: {productname} {release-version}
:description: Release notes for {productname} {release-version}
:keywords: releasenotes, new, changes, bugfixes
:page-toclevels: 1

include::partial$misc/admon-releasenotes-for-stable.adoc[]


[[overview]]
== Overview

{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Thursday, November 13^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
Comment thread
ShiridiGandham marked this conversation as resolved.

* xref:improvement[Improvement]


[[improvement]]
== Improvement

{productname} {release-version} also includes the following improvement:

=== Improved the ability to load the License Key Manager in different hosting scenarios
// #TINY-13203

The **License Key Manager** plugin no longer requires self-hosting when using a hybrid deployment, where the editor is hosted locally but premium plugins are delivered from the {cloudname} CDN. In this configuration, the License Key Manager will now automatically load from the {cloudname} CDN as required, improving setup flexibility and reducing hosting complexity.

For details on hybrid deployment, see: xref:editor-plugin-version.adoc[Editor Plugin Version]

For information on the License Key Manager plugin, see: xref:license-key.adoc[License Key Manager].
6 changes: 6 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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.2.2-release-notes.adoc[8.2.2 - 2025-11-13]

### Improved
* Improved the ability to load the License Key Manager in different hosting scenarios.
// #TINY-13203

== xref:8.2.1-release-notes.adoc[8.2.1 - 2025-11-06]

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This section lists the releases for {productname} {productmajorversion} and the

[cols="1,1"]
|===
a|
[.lead]
xref:8.2.2-release-notes.adoc#overview[{productname} 8.2.2]

Release notes for {productname} 8.2.2

a|
[.lead]
xref:8.2.1-release-notes.adoc#overview[{productname} 8.2.1]
Expand Down
Loading