Upgrading TinyMCE
| Learn more about TinyMCE 5 LTS if you need to remain on TinyMCE 5 and continue to receive security updates. |
Upgrading to the latest version of TinyMCE 8
The procedure for upgrading to the latest version of TinyMCE 8 depends on the deployment type.
Upgrading Tiny Cloud
Tiny Cloud provides the latest enterprise version of TinyMCE. For information on configuring Tiny Cloud, see: the Cloud deployment guide.
Upgrading TinyMCE Self-hosted manually
To upgrade to TinyMCE 8.1 using a manually downloaded package:
-
Backup the
tinymce/directory so any customizations can be restored after the upgrade.Customizations for TinyMCE are typically stored in the following directories:
tinymce/ โโโ icons/ โโโ langs/ โโโ models/ โโโ plugins/ โโโ skins/ โย ย โโโ content/ โย ย โโโ ui/ โโโ themes/ -
Download the latest version of TinyMCE.
-
For the TinyMCE Community Version, download
tinymce_<VERSION>.zipfrom Get TinyMCE - Self-hosted releases, where<VERSION>is the latest version of TinyMCE. -
For the TinyMCE Enterprise Version, download the TinyMCE Enterprise Bundle from Tiny Account > Downloads. The downloaded file will be named
enterprise_latest.zip.
-
-
Extract the downloaded
.zipfile to a temporary location. -
(If required) Install the latest language packs from Get TinyMCE - Language Packages.
-
Copy customizations to the new
tinymce/directory. Ensure that only custom changes are added the newtinymce/directory, such as:-
Custom icons packs
-
Custom plugins
-
Custom skins
-
Custom themes
-
-
Delete the existing
tinymce/directory and replace with the newtinymce/.
|
To simplify the upgrade process to future versions of TinyMCE:
|