|
| 1 | += {productname} {release-version} |
| 2 | +:release-version: 7.7.1 |
| 3 | +:navtitle: {productname} {release-version} |
| 4 | +:description: Release notes for {productname} {release-version} |
| 5 | +:keywords: releasenotes, bugfixes, security |
| 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, March 05^st^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including: |
| 15 | + |
| 16 | +* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes] |
| 17 | +* xref:bug-fixes[Bug fixes] |
| 18 | +* xref:security-fixes[Security fixes] |
| 19 | + |
| 20 | +[[accompanying-premium-self-hosted-server-side-component-changes]] |
| 21 | +== Accompanying Premium self-hosted server-side component changes |
| 22 | + |
| 23 | +The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins: |
| 24 | + |
| 25 | +* **Enhanced Media Embed** plugin `mediaembed`. |
| 26 | +* **Image Editing** plugin `editimage`. |
| 27 | +* **Link Checker** plugin `linkchecker`. |
| 28 | +* **Spell Checker** plugin `tinymcespellchecker`. |
| 29 | +* **Spelling Autocorrect** plugin `autocorrect`. |
| 30 | + |
| 31 | +For information on: |
| 32 | + |
| 33 | +* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin]. |
| 34 | +* The **Image Editing** plugin, see: xref:editimage.adoc[Image Editing plugin]. |
| 35 | +* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin]. |
| 36 | +* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checkerplugin]. |
| 37 | +* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin]. |
| 38 | +* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation]. |
| 39 | + |
| 40 | +The Java server-side components have been updated to the following versions: |
| 41 | + |
| 42 | +* `ephox-hyperlinking.war`: 2.109.5 |
| 43 | +* `ephox-image-proxy.war`: 2.111.6 |
| 44 | +* `ephox-spelling.war`: 2.128.4 |
| 45 | + |
| 46 | +=== Updating the self-hosted server-side components |
| 47 | + |
| 48 | +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: |
| 49 | + |
| 50 | +. Update your Java Application Server to the minimum required version: |
| 51 | + |
| 52 | +include::partial$misc/supported-application-servers.adoc[] |
| 53 | + |
| 54 | +. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later. |
| 55 | + |
| 56 | +For information on: |
| 57 | + |
| 58 | +* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation]. |
| 59 | +* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments]. |
| 60 | + |
| 61 | +include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[] |
| 62 | + |
| 63 | +[[bug-fixes]] |
| 64 | +== Bug fixes |
| 65 | + |
| 66 | +{productname} {release-version} also includes the following bug fixes: |
| 67 | + |
| 68 | +=== Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. |
| 69 | +// #TINY-11875 |
| 70 | + |
| 71 | +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. |
| 72 | + |
| 73 | +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. |
| 74 | + |
| 75 | +=== Context forms used to disappear if their input was disabled in the `onSetup` API. |
| 76 | +// #TINY-11890 |
| 77 | + |
| 78 | +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. |
| 79 | + |
| 80 | +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. |
| 81 | + |
| 82 | +For more information on the `onSetup` function and context forms, see: xref:contextform.adoc[Context Forms] |
| 83 | + |
| 84 | +[[security-fixes]] |
| 85 | +== Security fixes |
| 86 | + |
| 87 | +{productname} {release-version} includes two fixes for the following security issue: |
| 88 | + |
| 89 | +The following server-side component has been updated to include dependency updates addressing the following security issues. |
| 90 | + |
| 91 | +* https://nvd.nist.gov/vuln/detail/CVE-2025-25193[CVE-2025-25193] |
| 92 | +* https://nvd.nist.gov/vuln/detail/CVE-2025-24970[CVE-2025-24970] |
| 93 | + |
| 94 | +This update is considered as a **Medium** & *High* severity vulnerability fix. |
| 95 | + |
| 96 | +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]. |
| 97 | + |
| 98 | +include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[] |
0 commit comments