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
5 changes: 5 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
* Release information
** xref:release-notes.adoc[Release notes for {productname}]
*** {productname} 7.7.1
**** xref:7.7.1-release-notes.adoc#overview[Overview]
**** xref:7.7.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
**** xref:7.7.1-release-notes.adoc#bug-fixes[Bug fixes]
**** xref:7.7.1-release-notes.adoc#security-fixes[Security fixes]
*** {productname} 7.7.0
**** xref:7.7.0-release-notes.adoc#overview[Overview]
**** xref:7.7.0-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
Expand Down
98 changes: 98 additions & 0 deletions modules/ROOT/pages/7.7.1-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
= {productname} {release-version}
:release-version: 7.7.1
:navtitle: {productname} {release-version}
:description: Release notes for {productname} {release-version}
:keywords: releasenotes, bugfixes, security
:page-toclevels: 1

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


[[overview]]
== Overview

{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, March 05^st^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:

* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
* xref:bug-fixes[Bug fixes]
* xref:security-fixes[Security fixes]

[[accompanying-premium-self-hosted-server-side-component-changes]]
== Accompanying Premium self-hosted server-side component changes

The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:

* **Enhanced Media Embed** plugin `mediaembed`.
* **Image Editing** plugin `editimage`.
* **Link Checker** plugin `linkchecker`.
* **Spell Checker** plugin `tinymcespellchecker`.
* **Spelling Autocorrect** plugin `autocorrect`.

For information on:

* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin].
* The **Image Editing** plugin, see: xref:editimage.adoc[Image Editing plugin].
* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin].
* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checkerplugin].
* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].

The Java server-side components have been updated to the following versions:

* `ephox-hyperlinking.war`: 2.109.5
* `ephox-image-proxy.war`: 2.111.6
* `ephox-spelling.war`: 2.128.4

=== Updating the self-hosted server-side components

The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:

. Update your Java Application Server to the minimum required version:

include::partial$misc/supported-application-servers.adoc[]

. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.

For information on:

* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].

include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]

[[bug-fixes]]
== Bug fixes

{productname} {release-version} also includes the following bug fixes:

=== Skin UI content CSS was truncated when bundling, causing CSS styles to be missing.
// #TINY-11875

Previously in {productname}, an issue was identified where skin content CSS was truncated during the build process when bundling CSS files into JavaScript resources. This caused invalid styles, leading to partial or complete loss of CSS in the editor UI for self-hosted setups, which resulted in broken styling and reduced usability.

This issue has been resolved in {productname} {release-version}. The bundling process now correctly incorporates CSS styles into the generated JavaScript resources, preventing truncation and ensuring consistent styling across the editor UI.

=== Context forms used to disappear if their input was disabled in the `onSetup` API.
// #TINY-11890

Previously, an issue was identified where disabling a context form's input in the `onSetup` function caused the form to disappear due to focus being set on a non-focusable element.

In {productname} {release-version}, this issue has been resolved by ensuring that the fallback focus is directed to a focusable element. As a result, even when the input is disabled, the focus remains intact, preventing the context form from disappearing.

For more information on the `onSetup` function and context forms, see: xref:contextform.adoc[Context Forms]

[[security-fixes]]
== Security fixes

{productname} {release-version} includes two fixes for the following security issue:

The following server-side component has been updated to include dependency updates addressing the following security issues.

* https://nvd.nist.gov/vuln/detail/CVE-2025-25193[CVE-2025-25193]
* https://nvd.nist.gov/vuln/detail/CVE-2025-24970[CVE-2025-24970]

This update is considered as a **Medium** & *High* severity vulnerability fix.

For information on the server-side components updates, see: xref:#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes].

include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
8 changes: 8 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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:7.7.1-release-notes.adoc[7.7.1 - 2025-03-05]

=== Fixed
* Skin UI content CSS was truncated when bundling, causing CSS styles to be missing.
// #TINY-11875
* Context forms used to disappear if their input were disabled on `onSetup`.
// #TINY-11890

== xref:7.7.0-release-notes.adoc[7.7.0 - 2025-02-20]

=== Added
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 @@ -9,6 +9,12 @@ This section lists the releases for {productname} 7 and the changes made in each
[cols="1,1"]
|===

a|
[.lead]
xref:7.7.1-release-notes.adoc#overview[{productname} 7.7.1]

Release notes for {productname} 7.7.1

a|
[.lead]
xref:7.7.0-release-notes.adoc#overview[{productname} 7.7.0]
Expand Down
5 changes: 0 additions & 5 deletions modules/ROOT/pages/support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ Java Development Kit::
Java (J2EE) Application Servers::
include::partial$misc/supported-application-servers.adoc[]

Operating Systems::
* Windows Server 2008 SP2
* Red Hat Enterprise Linux v6
* Red Hat Enterprise Linux v5

Minimum Hardware Requirements::
* CPU: Dual Core Processor ~ 2Ghz. For higher loads, a quad core or higher is recommended.
* RAM: 4 Gigabytes of RAM available for services
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Eclipse Jetty:
** 9.4+
** 9.4+ (with extended support)
* WebSphere Application Server (WAS) 8 or later
* Apache Tomcat:
+
Expand Down