X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=webservice%2Fupgrade.txt;fp=webservice%2Fupgrade.txt;h=0deb3b20a3aa70da976d4372cae0fb68c220918c;hp=f4b6e4ba867abdc032c456bd6558cad894e80c88;hb=f5e68c289254938c94eb638a24e6728d703c9dfb;hpb=9748791ba8b819ffe621b1a03a6abec73dce93a2;ds=sidebyside diff --git a/webservice/upgrade.txt b/webservice/upgrade.txt index f4b6e4ba867..0deb3b20a3a 100644 --- a/webservice/upgrade.txt +++ b/webservice/upgrade.txt @@ -5,11 +5,14 @@ This information is intended for authors of webservices, not people writing webs === 3.0 === +* WS protocols webservice/myprotocol:use capabilities were defined with a high riskbitmask value + when the fact that a user has that capability does not imply any risk, but other capabilities + that the user may have do. If your ws protocol does not imply and risk by itself, you can remove the + riskbitmask from your $capabilities array in webservice/myprotocol/db/access.php * New function for formatting external strings: external_format_strings, it should be used as a replacement of format_string in external functions. All the occurrences of format_strings have been replaced with this new function. - === 2.9 === * The deprecated functions can not be added to services anymore and