Merge branch 'MDL-66022' of git://github.com/Chocolate-lightning/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2019-07-01 23:55:14 +02:00
commit d1f430d160
12 changed files with 1 additions and 291 deletions

View file

@ -7,7 +7,7 @@ information provided here is intended especially for developers.
* The generate_uuid() function has been deprecated. Please use \core\uuid::generate() instead.
* Remove lib/pear/auth/RADIUS.php (MDL-65746)
* Core components are now defined in /lib/components.json instead of coded into /lib/classes/component.php
* Subplugins should now be defined using /db/subplugins.json instead of /db/subplugins.php (which will still work in order to maintain backwards compatibility).
* Subplugins should now be defined using /db/subplugins.json instead of /db/subplugins.php
* The following functions have been finally deprecated and can not be used anymore:
* allow_override()
* allow_assign()