Skip to content

6.0.0

Compare
Choose a tag to compare
@fsuter fsuter released this 05 Oct 21:07
· 208 commits to master since this release

This release adds support for TYPO3 11 and PHP 8, while dropping support for TYPO3 9.

This release received a major source code update. All existing hooks have been deprecated. They must be replaced by custom steps or PSR-14 events. All classes also use Dependency Injection where appropriate.

The main new features are:

  • the arrayPath property can now be used both in the general configuration (to select the base structure to import) and in the columns configuration (to select a particular field or sub-array to import). It has also been expanded with new capabilities.
  • an ifEmpty property is available for columns, with flexible support for defining what can be considered empty and how to react to that.

A few more features and several bug fixes are also part of this release. Please refer to the documentation, the changelog and the project board for a complete overview.

Credits go to the Lausanne University Hospital for financing much of that work.