Releases: calien666/typo3-xlsexport
Releases · calien666/typo3-xlsexport
3.1.8: [BUGFIX] Make phpspreadsheet available in TER
3.1.7: [BUGFIX] Make phpspreadsheet available in TER
As tailor excludes the formerly used vendor now on upload, change the external library include to Resources
Bugfix release for TER
3.1.6 Undo changes
v3.1.5
What's Changed
- [BUGFIX] Enable ExportTrait Events by @torben-fr in #13
Full Changelog: v3.1.4...v3.1.5
New Event manipulateCellData
What's Changed
- [TASK] Add german translation file by @torben-fr in #10
- [TASK] Add ManipulateCellDataEvent by @torben-fr in #11
Full Changelog: v3.1.3...v3.1.4
Add Event to Export
v3.1.3 Update ext_emconf.php
Bugfix release
The last released version had issues with autoloading for legacy installation from TER. This release fixes the issue.
Minor fix
Refactoring Backend module
In preparation to TYPO3 v12 LTS in April, this release is a preparation to this.
- Refactoring of the backend module
- Code refactoring of Controller
- Deprecation of hook usage
Fix problems with downloaded core and database fetching
2.1.2 [TASK] replace fetchAllAssociative() with fetchAll() for compatibilit…