Skip to content

Releases: cobwebch/svconnector_sql

5.0.0

08 Dec 17:24
Compare
Choose a tag to compare

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

07 Aug 10:25
Compare
Choose a tag to compare

Compatibility with PHP 8.2

4.0.1

02 May 20:40
Compare
Choose a tag to compare

This minor release verifies compatibility with TYPO3 12 LTS and updates the example code in the documentation about instantiating a service.

4.0.0

27 Dec 20:32
Compare
Choose a tag to compare

This release adds support for TYPO3 12 and PHP 8.1, while dropping support for TYPO3 10.

It implements the new way of registering Connector Services introduced with "svconnector" version 5.0.0.

It also adapts to changes in Doctrine DBAL.

3.1.0

15 Dec 12:37
Compare
Choose a tag to compare

Small feature release with the added possibility of defining a custom driver class in the connector parameters (thanks to Christian Toffolo).

3.0.0

05 Oct 20:51
Compare
Choose a tag to compare

Introduce compatibility with TYPO3 11, drop support for TYPO3 8 and 9. Also add support for PHP 8.

2.3.1

22 Feb 20:16
Compare
Choose a tag to compare

Updated composer manifest (compatibility with composer 2.0)

2.3.0

07 May 20:42
Compare
Choose a tag to compare

Compatibility with TYPO3 10 LTS

2.2.0

28 Dec 21:49
Compare
Choose a tag to compare

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.

2.1.0

05 Apr 16:13
Compare
Choose a tag to compare

Verified compatibility with TYPO3 8 LTS.

Added support for Doctrine DBAL. Extension "svconnector_sql" can now access any DBMS supported by Doctrine DBAL.