Skip to content

7.0.0

Choose a tag to compare

@fsuter fsuter released this 22 Apr 09:47
· 2 commits to master since this release

This release brings compatibility with TYPO3 14, while dropping support for TYPO3 12. It also supports PHP 8.5 and drops support for PHP 8.1.

A lot of the code has been cleaned up, changing some method signatures, using construction injection where possible. This may impact code using connector services, as well as custom connector services. Everything is described in detail in the Installation chapter of the extension manual.

The main new feature is the possibility to now pass as parameter to a connector any of the request options existing for Guzzle HTTP calls. This is specific to each connector, but "svconnector" itself provides the necessary base.

The testing controller received a small update to display configuration errors.