mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
20 lines
510 B
Text
20 lines
510 B
Text
This files describes API changes in /lib/editor/tinymce/* - TinyMCE editor,
|
|
information provided here is intended especially for developers.
|
|
|
|
|
|
=== 2.5 ===
|
|
|
|
* update filter related code to use short filter names instead
|
|
of original paths, ex.: 'filter/tex' ---> 'tex'
|
|
|
|
=== 2.4 ===
|
|
|
|
new features:
|
|
|
|
* subplugin support - see http://docs.moodle.org/dev/TinyMCE_plugins
|
|
|
|
|
|
changes:
|
|
|
|
* Editor directory exception was removed from Moodle JS loader, use moodle_url instance
|
|
if you want to prevent standard caching.
|