MDL-62982 core_form: Final deprecation of the htmleditor form element

This commit is contained in:
Mihail Geshoski 2020-06-17 13:30:24 +08:00
parent 49a9e8b07d
commit 8cdb2fcc0e
3 changed files with 1 additions and 119 deletions

View file

@ -8,6 +8,7 @@ information provided here is intended especially for developers.
of 'scrollable' is true.
* The `$CFG->behat_retart_browser_after` configuration setting has been removed.
The browser session is now restarted between all tests.
* The form element 'htmleditor', which was deprecated in 3.6, has been removed.
=== 3.9 ===
* Following function has been deprecated, please use \core\task\manager::run_from_cli().