1441 |
ariadna |
1 |
=== 4.5 Onwards ===
|
|
|
2 |
|
|
|
3 |
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
|
|
4 |
|
|
|
5 |
===
|
1 |
efrain |
6 |
This files describes API changes in /mod/wiki/*,
|
|
|
7 |
information provided here is intended especially for developers.
|
|
|
8 |
=== 4.0 ===
|
|
|
9 |
* wiki_info has been deprecated. Output will be handled within the $PAGE->activityheader instead.
|
|
|
10 |
|
|
|
11 |
=== 3.8 ===
|
|
|
12 |
* The following functions have been finally deprecated and can not be used anymore:
|
|
|
13 |
* wiki_scale_used()
|
|
|
14 |
|
|
|
15 |
=== 3.7 ===
|
|
|
16 |
* External functions get_subwiki_pages and get_page_contents now return an additional field "tags" returning the entry tags.
|
|
|
17 |
|
|
|
18 |
=== 3.2 ===
|
|
|
19 |
* External functions that were returning file information now return the following file fields:
|
|
|
20 |
filename, filepath, mimetype, filesize, timemodified and fileurl.
|
|
|
21 |
Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
|
|
|
22 |
* External function get_page_contents now returns the page version. This new field is marked as VALUE_OPTIONAL for backwards compatibility.
|
|
|
23 |
|
|
|
24 |
=== 3.1 ===
|
|
|
25 |
* Added a new param $sort to wiki_get_page_list function. Default value behaves exactly like before (sort by title ASC).
|