2016-04-02 16:10:29 +11:00
|
|
|
This files describes API changes in /dataformat/ download system,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2017-06-26 13:45:59 +08:00
|
|
|
=== 3.4 ===
|
2016-04-02 16:10:29 +11:00
|
|
|
|
2017-06-26 13:45:59 +08:00
|
|
|
* In order to allow multiple sheets in an exported file the functions write_header() and write_footer() have
|
2017-06-27 11:19:26 +08:00
|
|
|
been removed from core dataformat plugins and have been replaced.
|
|
|
|
- write_header() has been replaced with the two functions start_output() and start_sheet().
|
|
|
|
- write_footer() has been replaced with the two functions close_output() and close_sheet().
|
2017-06-26 13:45:59 +08:00
|
|
|
For backwards compatibility write_header() and write_footer() will continue to work but if used will
|
|
|
|
trigger the function error_log().
|
2016-04-02 16:10:29 +11:00
|
|
|
|
2017-06-26 13:45:59 +08:00
|
|
|
=== 3.1 ===
|
|
|
|
* Added new plugin system with low memory support for csv, ods, xls and json
|