The TinyMCE module dev team is happy to release this new major version!
As this version is a major upgrade, the upgrade tool is going to add and delete files and DB columns. We strongly encourage website administrators to carefully test it on a copy of your website before running it in production.
You may have to adapt your own JS loading script (if you're using a custom one).

- Updated Tiny(MCE) to 8.1.0
- Working in PHP8.3 - Work in progress, for 8.4 too
- Removed Responsive File Manager as it is not maintained anymore (thanks Alberto, the developer, for this component we were using for the last years)
- TinyMCE now uses the CMSMS FilePicker plugin and module to handle folder creation, file upload and selection - You can select the FilePicker profile you want to use with each TinyMCE profile!
- Removed plugins:
- paste - now included in the TinyMCE core
- imagetools - is now a premium TinyMCE plugin
- template - is now a premium TinyMCE plugin.. but we developed our own plugin - see below
- New plugins:
- cmsms_template - replaces the old template plugin - Selects a DesignManager template to be included in the WYSIWYG content
- accordion - new plugin in TinyMCE
- Replaced formatselect toolbar button with blocks
- Updated orig_js_template.tpl according to the new TinyMCE version - Please test and read this new version if you need to adapt your own JS initialization template:
- Added "license_key", "promotion" and "onboarding" option - Default configuration uses GPL license, but you can switch to a commercial license too
"templates" option is replaced by "cmsms_templates"
- Added "newline_behaviour" and adapted "forced_root_block"
- The cmsms_linker plugin now uses the defined CSS classes to apply for links (like the classical link plugin)
- Updated language packs
- Updated docs and links to the TinyMCE website

Have fun!