Breaking: #72390 - Removed deprecated code from EXT:rtehtmlarea
See forge#72390
Description
The following methods have been removed:
User
Elements Controller:: main () User
Elements Controller:: print Content () Parse
Html Controller:: main () Parse
Html Controller:: print Content ()
Furthermore a JavaScript function has been removed:
init
Event Listeners ()
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Affected Installations
Instances which use custom calls to UserElementsController, ParseHtmlController via the methods above, or rely on the JavaScript function mentioned above being executed.
Migration
init
no replacement for this
User
call User
instead
User
call User
instead
Parse
call Parse
instead
Parse
call Parse
instead