Skip to content

Commit e472689

Browse files
committed
DOC-3505: Add 8.6.0 release notes and version infrastructure
1 parent 7274368 commit e472689

5 files changed

Lines changed: 49 additions & 1 deletion

File tree

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@
410410
* Release information
411411
** xref:release-notes.adoc[Release notes for {productname}]
412412
// Remove un-used-for-this-particular-release entries.
413+
*** {productname} 8.6.0
414+
**** xref:8.6.0-release-notes.adoc#overview[Overview]
415+
**** xref:8.6.0-release-notes.adoc#additions[Additions]
413416
*** {productname} 8.5.0
414417
**** xref:8.5.0-release-notes.adoc#overview[Overview]
415418
**** xref:8.5.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
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.6.0
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, new, changes, bugfixes
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
11+
[[overview]]
12+
== Overview
13+
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, May 27^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:additions[Additions]
17+
18+
19+
[[additions]]
20+
== Additions
21+
22+
{productname} {release-version} includes the following addition:
23+
24+
=== Self-hosted trial with cloud services
25+
26+
{productname} {release-version} introduces self-hosted trials with optional access to cloud-powered premium features. Integrators can install {productname} and premium plugins via NPM, configure a trial license key, and optionally enable a connection to {cloudname} services by setting `+cloud_services_trial+` to `+true+`.
27+
28+
When enabled, cloud-powered features such as Spell Checker Pro, Link Checker, Enhanced Media Embed, Export to PDF, Export to Word, Import from Word, Image Editing, Autocorrect, and TinyMCE AI become available during the trial period without requiring a separate API key or cloud deployment.
29+
30+
Without the `+cloud_services_trial+` option, the editor operates entirely self-hosted with no external network connection. All premium plugins that do not depend on cloud services continue to function regardless.
31+
32+
For setup instructions, see xref:self-hosted-trial.adoc[Self-hosted trial with cloud services].

modules/ROOT/pages/changelog.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

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

7+
== xref:8.6.0-release-notes.adoc[8.6.0 - 2026-05-27]
8+
9+
### Added
10+
* Self-hosted trials with optional access to cloud-powered premium features via the `cloud_services_trial` option.
11+
// #DOC-3505
12+
713
== xref:8.5.0-release-notes.adoc[8.5.0 - 2026-04-29]
814

915
### Added

modules/ROOT/pages/release-notes.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This section lists the releases for {productname} {productmajorversion} and the
88

99
[cols="1,1"]
1010
|===
11+
a|
12+
[.lead]
13+
xref:8.6.0-release-notes.adoc#overview[{productname} 8.6.0]
14+
15+
Release notes for {productname} 8.6.0
16+
1117
a|
1218
[.lead]
1319
xref:8.5.0-release-notes.adoc#overview[{productname} 8.5.0]
@@ -92,5 +98,5 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]
9298
Release notes for {productname} 8.0.0
9399

94100
// Uncomment the dummy cell when the number of cells in the table is odd to ensure the table renders correctly.
95-
// a|
101+
a|
96102
|===

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Supported versions of {productname}:
66
[cols="^,^,^",options="header"]
77
|===
88
|Version |Release Date |End of Premium Support
9+
|8.6 |2026-05-27 |2027-11-27
910
|8.5 |2026-04-29 |2027-10-29
1011
|8.4 |2026-03-31 |2027-09-30
1112
|8.3 |2025-12-10 |2027-06-10

0 commit comments

Comments
 (0)