mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-57531-master-phpmailer' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
b6f5e57e45
6 changed files with 63 additions and 6 deletions
|
@ -2,10 +2,12 @@ This files describes API changes in core libraries and APIs,
|
|||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.3 ===
|
||||
|
||||
* YUI module moodle-core-formautosubmit has been removed, use jquery .change() instead (see lib/templates/url_select.mustache for
|
||||
an example)
|
||||
* $mform->init_javascript_enhancement() is deprecated and no longer does anything. Existing uses of smartselect enhancement
|
||||
should be switched to the searchableselector form element or other solutions.
|
||||
* Return value of the validate_email() is now proper boolean as documented. Previously the function could return 1, 0 or false.
|
||||
|
||||
=== 3.2 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue