Releases: cobwebch/svconnector_csv
Releases · cobwebch/svconnector_csv
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
4.0.1
4.0.0
3.0.0
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
Usage of the new \Cobweb\Svconnector\Utility\FileUtility
class from the base extension makes it possible to use all of the following syntaxes to point to a file:
- absolute file path:
/var/foo/web/fileadmin/import/bar.csv
- file path relative to the TYPO3 root:
fileadmin/import/foo.csv
- file path using "EXT:":
EXT:foo/Resources/Private/Data/bar.csv
- fully qualified URL, e.g.
http://www.example.com/foo.csv
- FAL reference with storage ID and file identifier:
FAL:2:/foo.csv
- custom syntax:
MYKEY:whatever_you_want
(see the svconnector manual)