You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds compatibility with TYPO3 13, while dropping support for TYPO3 11. It also adds support for PHP 8.4, and removes it for PHP 7.4 and 8.0.
It also contains the following features:
all hooks have been deprecated and replaced by events
connector parameters are now passed when fetching the service from the registry
The documentation was also cleaned up and restructured.
Compatibility with TYPO3 7 is removed, compatibility with TYPO3 9 is added.
In particular the old database connection based on ADODB is entirely removed. Configuration relying on the uri property should be updated to use separate properties user, password, etc. Also the fetchMode property now uses directly a PHP constant and not an interpreted string anymore.