| Server IP : 172.67.187.206 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myschool/triamudom/tuprblearn/lib/editor/atto/ |
Upload File : |
This files describes API changes in the editor_atto code.
=== 3.4 ===
* The following functions, previously used (exclusively) by upgrade steps are not available
anymore because of the upgrade cleanup performed for this version. See MDL-57432 for more info:
- atto_equation_update_librarygroup4_setting()
=== 3.0 ===
* Rangy updated to 1.3.0.
Rangy has deprecated the createCssClassApplier function in this version (it is now createClassApplier).
=== 2.9 ===
* When adding a shortcut to the button of a plugin, atto will add a layer of validation
to ensure that only the required keys are pressed. However, if you are using a custom
keyConfig object you must validate the shortcut yourself. This is particularly important
for non-English keyboard users. For more information read the documentation of
EditorPluginButtons::_addKeyboardListener() and MDL-47133.