MDL-50516 mod_lesson: prevented deletion of previous attempts
[moodle.git] / mod / glossary / upgrade.txt
blob9f066ec6f8c095bf3224c59f8f974d32bf8c2bc4
1 This files describes API changes in /mod/glossary/*,
2 information provided here is intended especially for developers.
4 === 2.8 ===
5 * The glossary_print_entry_attachment function no longer takes an `align`
6   or `insidetable` property. Instead the attachments are printed within a
7   div whose class is `attachments` and which can be targetted using
8   appropriate CSS rules.
9 * The glossary_print_entry_attachment function now displays the attachments
10   on the left by default.