From 6f9ad7e2db0748876e79317b5c437596df3de370 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 6 Jul 2016 07:21:32 +0800 Subject: [PATCH] MDL-54951 webservice: Add upgrade notes for external_files --- lib/upgrade.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index a4e3a0d0e9d..a8cccd770e4 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -4,6 +4,10 @@ information provided here is intended especially for developers. === 3.2 === * New option 'blanktarget' added to format_text. This option adds target="_blank" to links +* A new webservice structure `external_files` has been created which provides a standardised view of files in Moodle and + should be used for all file return descriptions. + Files matching this format can be retrieved via the new `external_util::get_area_files` method. + See MDL-54951 for further information. * The parameter $usepost of the following functions has been deprecated and is not used any more: - get_max_upload_file_size() - get_user_max_upload_file_size()