Releases: cobwebch/svconnector_feed
Releases · cobwebch/svconnector_feed
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
- it is possible to choose the method for fetching data (default is still "GET") and to pass any number of headers
The documentation was also cleaned up and restructured.
4.1.0
Compatibility with PHP 8.2
4.0.1
This minor release verifies compatibility with TYPO3 12 LTS and updates the example code in the documentation about instantiating a service.
4.0.0
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.
3.0.0
Introduce compatibility with TYPO3 11, drop support for TYPO3 8 and 9. Also add support for PHP 8.
2.4.1
Updated composer manifest (compatibility with composer 2.0)
2.4.0
Compatibility with TYPO3 10 LTS
2.3.0
Compatibility with TYPO3 7 is removed, compatibility with TYPO3 9 is added.
2.2.2
Minor update to the documentation, to clear things up about using absolute file paths.