|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1441 |
ariadna |
1 |
# editor_tiny Upgrade notes
|
|
|
2 |
|
|
|
3 |
## 5.0
|
|
|
4 |
|
|
|
5 |
### Added
|
|
|
6 |
|
|
|
7 |
- New external function `editor_tiny_get_configuration`.
|
|
|
8 |
TinyMCE subplugins can provide configuration to the new external function by implementing the `plugin_with_configuration_for_external` interface and/or overriding the `is_enabled_for_external` method.
|
|
|
9 |
|
|
|
10 |
For more information see [MDL-84353](https://tracker.moodle.org/browse/MDL-84353)
|
|
|
11 |
|
|
|
12 |
## 4.5
|
|
|
13 |
|
|
|
14 |
### Changed
|
|
|
15 |
|
|
|
16 |
- The `helplinktext` language string is no longer required by editor plugins, instead the `pluginname` will be used in the help dialogue.
|
|
|
17 |
|
|
|
18 |
For more information see [MDL-81572](https://tracker.moodle.org/browse/MDL-81572)
|