Merge branch 'MDL-76183-master' of https://github.com/davewoloszyn/moodle

This commit is contained in:
Andrew Nicols 2022-11-30 11:45:23 +08:00 committed by Ilya Tregubov
commit 0646f7ea5a
13 changed files with 20 additions and 20 deletions

View file

@ -1264,7 +1264,7 @@ the groupid field.
- test_get_user_timezone_offset()
* The google api library has been updated to version 1.1.7. There was some important changes
on the SSL handling. Now the SSL version will be determined by the underlying library.
For more information see https://github.com/google/google-api-php-client/pull/644
For more information see https://github.com/googleapis/google-api-php-client/pull/644
* The get_role_users() function will now add the $sort fields that are not part
of the requested fields to the query result and will throw a debugging message
with the added fields when that happens.