mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-51564 webservice: Review the use of external format_string
This commit is contained in:
parent
35d3e8b00b
commit
9748791ba8
12 changed files with 48 additions and 17 deletions
|
@ -3,6 +3,13 @@ information provided here is intended especially for developers.
|
|||
|
||||
This information is intended for authors of webservices, not people writing webservice clients.
|
||||
|
||||
=== 3.0 ===
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue