Skip to content

7.0.0

Compare
Choose a tag to compare
@fsuter fsuter released this 07 May 11:01
· 53 commits to master since this release

This release adds support for TYPO3 12 while dropping support for TYPO3 10. Also Connector Services need to be registered with the new Connector Registry (hence requirement is svconnector at least 5.0.0).

It also comes with the following features and enhancements:

  • a Reaction (requires TYPO3 12) to receive data from the outside and import it
  • a Webhook (requires TYPO3 12) to send a message to some outside endpoint after completing an import
  • the possibility to run custom steps despite the process being aborted
  • all hooks were definitely removed, it is time to switch to events if not done yet

Under the hood, the backend modules have been adapted to TYPO3 11 and 12 changes, library DataTables was updated to the latest version and the PHP code was optimized after dropping compatibility with PHP 7.2 and 7.3. Some refactoring also happened, in particular moving some more code away from the StoreDataStep and into dedicated classes.