mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-59214 webservice: Return calendar type in get_site_info
This commit is contained in:
parent
6bb80a1917
commit
bef5777fc4
4 changed files with 23 additions and 2 deletions
|
@ -3,6 +3,11 @@ information provided here is intended especially for developers.
|
|||
|
||||
This information is intended for authors of webservices, not people writing webservice clients.
|
||||
|
||||
=== 3.4 ===
|
||||
|
||||
* External function core_webservice_external::get_site_info() now returns the calendar type used in the site and
|
||||
by the user in the sitecalendartype and usercalendartype fields.
|
||||
|
||||
=== 3.2 ===
|
||||
|
||||
* webservice->get_external_functions now returns the external function list ordered by name ASC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue