Merge branch 'MDL-63297' of https://github.com/timhunt/moodle
[moodle.git] / mod / glossary / upgrade.txt
blob6b298d2bbca6ab7f6e82511e0c2b5fe2feca308a
1 This files describes API changes in /mod/glossary/*,
2 information provided here is intended especially for developers.
4 === 3.4 ===
5   * External functions returning entries now return an additional field "ratinginfo" containing the entry rating information.
7 === 3.2 ===
8 * External functions that were returning file information now return the following file fields:
9   filename, filepath, mimetype, filesize, timemodified and fileurl.
10   Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
12 === 2.8 ===
13 * The glossary_print_entry_attachment function no longer takes an `align`
14   or `insidetable` property. Instead the attachments are printed within a
15   div whose class is `attachments` and which can be targetted using
16   appropriate CSS rules.
17 * The glossary_print_entry_attachment function now displays the attachments
18   on the left by default.