Merge branch 'MDL-61620_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
[moodle.git] / dataformat / upgrade.txt
blob968317f830314c8128f50c518f27b9ac8e6b9e09
1 This files describes API changes in /dataformat/ download system,
2 information provided here is intended especially for developers.
4 === 3.3.1 ===
6 * In order to allow multiple sheets in an exported file the functions write_header() and write_footer() have
7   been removed from core dataformat plugins and have been replaced.
8   - write_header() has been replaced with the two functions start_output() and start_sheet().
9   - write_footer() has been replaced with the two functions close_output() and close_sheet().
10   For backwards compatibility write_header() and write_footer() will continue to work.
12 === 3.1 ===
13 * Added new plugin system with low memory support for csv, ods, xls and json