A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

[TinyMCE] Restore an obsolete `AddSetting` call

Fixed in

EPiServer.CMS.TinyMce 4.4.0

(Or a related package)

Created

May 02, 2023

Updated

Jun 02, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed an issue that caused external libraries that were compiled with older TinyMCE versions (< 4.2.0) to fail with a MissingMethodException. The old AddSetting method, which accepts two arguments, was restored to make it call the new method with the third argument hardcoded to true.