Releases: hoogi91/spreadsheets
Releases · hoogi91/spreadsheets
4.0.2
Bugfix Release
- Improve data handler hook to work for all spreadsheet fields and localized records (see hoogi91/charts#548)
3.3.2
Bugfix Release
- Improve data handler hook to work for all spreadsheet fields and localized records (see hoogi91/charts#548)
4.0.1
Bugfix Release
- Support PHP 8.3 #542
- Fix undefined array key #539
3.3.1
Bugfix Release
- Enable admin to configure extension to disable reading empty cells from spreadsheets #100
- Fix issues in TYPO3 installations not having TSFE globals variable #259
4.0.0
Breaking Changes
- add support for TYPO3 v12 and PHP 8.1 + 8.2
- drop support for PHP 7.3 + 7.4 (use at your own risk if you haven't updated yet)
3.3.0
Feature Release
- #62 Add option to clear spreadsheet selection (before only a reset button was existing)
3.2.1
Bugfix Release
- Fix table html for accessibility reasons #58
- PHP 8.1 compatibility fixes and CI config changes
3.2.0
Feature Release
- #59 Add simplified table headers support as requested in #58
3.1.0
Maintenance + Feature Release
- Fix some deprecations
- Add new optional content element to show all worksheets in tabs #14 (see also docs)
3.0.0
Breaking Changes
- add support for TYPO3 v11 and PHP 8.0
- drop support for PHP 7.2 (use at your own risk if you haven't updated yet)
Improvements
- improve symfony service injections
- improve code coverage and CI pipeline