MDL-81574 mod_forum: Fix deprecated usage of format_text
[moodle.git] / mod / glossary / upgrade.txt
blob07650ac3ef33ff8b9688d34e1d1825353772c044
1 This files describes API changes in /mod/glossary/*,
2 information provided here is intended especially for developers.
4 === 3.10 ===
5 * External function get_entries_by_id now returns and additional "permissions" field indicating the user permissions for managing
6   the entry.
8 === 3.8 ===
9 * The following functions have been finally deprecated and can not be used anymore:
10     * glossary_scale_used()
12 === 3.7 ===
13 * External functions get_entries_by_* and get_entry now return an additional field "tags" containing the entry tags.
15 === 3.4 ===
16   * External functions returning entries now return an additional field "ratinginfo" containing the entry rating information.
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.
23 === 2.8 ===
24 * The glossary_print_entry_attachment function no longer takes an `align`
25   or `insidetable` property. Instead the attachments are printed within a
26   div whose class is `attachments` and which can be targetted using
27   appropriate CSS rules.
28 * The glossary_print_entry_attachment function now displays the attachments
29   on the left by default.