Skip to content

Releases: hoogi91/spreadsheets

4.0.2

11 Aug 17:11
Compare
Choose a tag to compare

Bugfix Release

  • Improve data handler hook to work for all spreadsheet fields and localized records (see hoogi91/charts#548)

3.3.2

11 Aug 17:16
Compare
Choose a tag to compare

Bugfix Release

  • Improve data handler hook to work for all spreadsheet fields and localized records (see hoogi91/charts#548)

4.0.1

21 Jul 16:56
Compare
Choose a tag to compare

Bugfix Release

  • Support PHP 8.3 #542
  • Fix undefined array key #539

3.3.1

06 Jun 19:26
Compare
Choose a tag to compare

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

05 Jun 21:16
Compare
Choose a tag to compare

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

06 Mar 21:15
Compare
Choose a tag to compare

Feature Release

  • #62 Add option to clear spreadsheet selection (before only a reset button was existing)

3.2.1

22 Feb 21:45
Compare
Choose a tag to compare

Bugfix Release

  • Fix table html for accessibility reasons #58
  • PHP 8.1 compatibility fixes and CI config changes

3.2.0

27 Jan 20:33
Compare
Choose a tag to compare

Feature Release

  • #59 Add simplified table headers support as requested in #58

3.1.0

16 Jan 20:08
Compare
Choose a tag to compare

Maintenance + Feature Release

  • Fix some deprecations
  • Add new optional content element to show all worksheets in tabs #14 (see also docs)

3.0.0

08 Jan 22:01
Compare
Choose a tag to compare

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