|
| 1 | += TinyMCE 5.10.3 |
| 2 | +:description: Release notes for TinyMCE 5.10.3 |
| 3 | +:keywords: releasenotes bugfixes |
| 4 | +:title_nav: TinyMCE 5.10.3 |
| 5 | + |
| 6 | +== Overview |
| 7 | + |
| 8 | +{productname} 5.10.3 was released for {enterpriseversion} and {cloudname} on Tuesday, February 15^th^, 2022. It includes {productname} 5.10.3 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.10.3, including: |
| 9 | + |
| 10 | +* xref:accompanyingpremiumself-hostedserver-sidecomponentchanges[Accompanying Premium self-hosted server-side component changes] |
| 11 | +* xref:generalbugfixes[General bug fixes] |
| 12 | +* xref:securityfixes[Security fixes] |
| 13 | +* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5] |
| 14 | + |
| 15 | +include::partial$misc/releasenotes_for_stable.adoc[] |
| 16 | + |
| 17 | +[[accompanyingpremiumself-hostedserver-sidecomponentchanges]] |
| 18 | +== Accompanying Premium self-hosted server-side component changes |
| 19 | + |
| 20 | +The {productname} 5.10.3 release includes changes affecting the {productname} *self-hosted* services for the following plugins: |
| 21 | + |
| 22 | +* The Enhanced Media Embed plugin (`mediaembed`) |
| 23 | +* The Image Tools plugin (`imagetools`) |
| 24 | +* The Link Checker plugin (`linkchecker`) |
| 25 | +* The Spell Checker Pro plugin (`tinymcespellchecker`) |
| 26 | + |
| 27 | +The Java server-side components have been updated to the following versions: |
| 28 | + |
| 29 | +* `ephox-spelling.war`: 2.118.4 |
| 30 | +* `ephox-hyperlinking.war`: 2.105.9 |
| 31 | +* `ephox-image-proxy.war`: 2.106.1 |
| 32 | + |
| 33 | +This version requires Java 8 or higher. For information on the removal of Java 7 support, see: xref:release-notes/release-notes53.adoc#removalofjava7support[Removal of Java 7 support for TinyMCE 5.3 and later]. |
| 34 | + |
| 35 | +For information on: |
| 36 | + |
| 37 | +* The Spell Checker Pro plugin, see: xref:plugins/premium/tinymcespellchecker.adoc[Spell Checker Pro plugin]. |
| 38 | +* The Link Checker plugin, see: xref:plugins/premium/linkchecker.adoc[Link Checker plugin]. |
| 39 | +* The Image Tools plugin, see: xref:plugins/opensource/imagetools.adoc[Image Tools plugin]. |
| 40 | +* The Enhanced Media Embed plugin, see: xref:plugins/premium/mediaembed.adoc[Enhanced Media Embed plugin]. |
| 41 | +* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation]. |
| 42 | + |
| 43 | +=== Updating the self-hosted server-side components |
| 44 | + |
| 45 | +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: |
| 46 | + |
| 47 | +. Update your Java Application Server to the minimum required version: |
| 48 | + ** Eclipse Jetty 9.4 or later |
| 49 | + ** Apache Tomcat: |
| 50 | + *** 9 or later |
| 51 | + *** 8.5.12+ |
| 52 | + *** 8.0.42+ |
| 53 | + *** 7.0.76+ |
| 54 | +. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} 5.10.3 or later. |
| 55 | + |
| 56 | +For information on: |
| 57 | + |
| 58 | +* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation]. |
| 59 | +* Deploying the server-side components using Docker, see: xref:enterprise/server/dockerservices.adoc[Containerized service deployments]. |
| 60 | + |
| 61 | +[[generalbugfixes]] |
| 62 | +== General bug fixes |
| 63 | + |
| 64 | +{productname} 5.10.3 provides fixes for the following bugs: |
| 65 | + |
| 66 | +* Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images. |
| 67 | +* The `fullscreen` plugin would incorrectly reset the scroll position when exiting fullscreen mode. |
| 68 | + |
| 69 | +[[securityfixes]] |
| 70 | +== Security fixes |
| 71 | + |
| 72 | +{productname} 5.10.3 fixes the following security issues: |
| 73 | + |
| 74 | +All 3 server-side components updates include dependency updates that address security issues. This includes _Low_ severity vulnerability fixes. |
| 75 | + |
| 76 | +For information on the server-side components updates, see: xref:accompanyingpremiumself-hostedserver-sidecomponentchanges[Accompanying Premium self-hosted server-side component changes]. |
| 77 | + |
| 78 | +:enterprise: true |
| 79 | + |
| 80 | +include::partial$install/upgrading-info.adoc[] |
| 81 | + |
| 82 | +:enterprise: false |
0 commit comments