Releases: cobwebch/svconnector_sql
Releases · cobwebch/svconnector_sql
5.0.0
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.
4.1.0
4.0.1
4.0.0
3.1.0
3.0.0
2.3.1
2.3.0
2.2.0
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.