Skip to content

V3.0.0: Add TYPO3 12 support, drop TYPO3 10LTS support

Compare
Choose a tag to compare
@oliverklee oliverklee released this 19 Oct 20:24
· 588 commits to main since this release
v3.0.0
0fa4cfe

Added

  • Harden the GitHub Actions workflows (#649)
  • Add support for TYPO3 12 (#615, #652, #653)
  • Add .gitignore entry for JetBrains Fleet editor (#642)

Changed

  • Switch the coverage on CI from Xdebug to PCOV (#648)
  • Upgrade to helmich/typo3-typoscript-lint V3 (#645)
  • Upgrade to the testing framework v7 (#629)
  • Make the TCA ready for TYPO3 v12 (#625)
  • Upgrade to PHPUnit 9 and PHPCOV 8 (#610)
  • Convert functional test fixtures to CSV (#601)
  • Use typed properties instead of @var annotations (#599, #612, #628)
  • Return ResponseInterface in controller actions (#597)
  • Replace switchable controller actions with separate plugins (#575)

Removed

  • Drop support for Symfony 4.4 (#622)
  • Drop support for TYPO3 10LTS (#594)
  • Drop support for PHP 7.2 and 7.3 (#581)

Fixed

  • Stop injecting QuerySettings (#650)
  • Do not check composer.lock during composer normalize (#641)
  • Require TYPO3 >= 11.5.4 (#643)
  • Stop relying on transitive dependencies for psr/http-message (#613)