mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-61038 setuplib: Fixed PECL UUID extension support
generate_uuid() has been refactored into \core\uuid::generate()
This commit is contained in:
parent
f3507273e9
commit
c7321899c9
5 changed files with 217 additions and 37 deletions
|
@ -3,6 +3,7 @@ information provided here is intended especially for developers.
|
|||
|
||||
=== 3.8 ===
|
||||
* The yui checknet module is removed. Call \core\session\manager::keepalive instead.
|
||||
* The generate_uuid() function has been deprecated. Please use \core\uuid::generate() instead.
|
||||
|
||||
=== 3.7 ===
|
||||
* Nodes in the navigation api can have labels for each group. See set/get_collectionlabel().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue