MDL-61038 setuplib: Fixed PECL UUID extension support

generate_uuid() has been refactored into \core\uuid::generate()
This commit is contained in:
Matteo Scaramuccia 2019-06-08 22:35:37 +02:00
parent f3507273e9
commit c7321899c9
5 changed files with 217 additions and 37 deletions

View file

@ -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().