HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/i/e/s/iestorre/moodleAW/moodle506/lib/editor/tinymce/upgrade.txt
This files describes API changes in /lib/editor/tinymce/* - TinyMCE editor,
information provided here is intended especially for developers.


=== 2.6 ===

* added a new plugin to toggle the 2nd and 3rd toolbars
* added a new plugin to wrap the toolbars on small screens.
This plugin will be automatically added to existing toolbars by replacing the middle occurrence of | with "wrap".
* New functions to make adding of new buttons easier:
  - editor_tinymce_plugin::find_button()
  - editor_tinymce_plugin::count_button_rows()

=== 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.