This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
Releases: saschaende/t3helpers
Releases · saschaende/t3helpers
v0.9.18
Viewhelper css/class now supports array
0.9.17
- 03.11.2018 - [0.9.17] Added Settings::getTypo3Configuration($part = false)
- 03.11.2018 - [0.9.17] Added Database::persistAll()
- 13.09.2018 - [0.9.17] CSV()->setAutoUTF($autoUTF)
- 13.09.2018 - [0.9.17] Added Data()->autoUTF($s)
- 13.09.2018 - [0.9.17] Added ForceUTF8 Library
0.9.16
Bugfix release (GeneralUtility was missing in Filesystem->setFileReference)
0.9.15
Bugfix in Upload->check()
Added FrontendUser->loginUser($username)
Added Filesystem->setFileReference()
0.9.14
Added: Data()->formatRTE($str)
CSV(): $pos Paremeter for addRule
Added: Data()->arrayToXml()
0.9.13
01.08.2018 - [0.9.13] Bugfix in Filesystem
26.07.2018 - [0.9.13] Mail() -> Now you can easily add attachments by adding an array with filenames and paths
25.07.2018 - [0.9.13] Added Html5Patterns() for use in controllers and FLUID templates
0.9.12
- Readme: Example for csv parser / file uploads
- Added CSV Validator with rules and parser: t3h::Csv()
- Major change: Numeric keys for uploaded files
- Method added Session()->remove($key)
- Session()->get($key = null) now returns all values, if no key is given
0.9.11
* **17.07.2018** - [0.9.11] Finalized Upload() Features
0.9.10
Abstract eID Dispatcher, check Classes/Examples/EidExample.php
0.9.9
- 05.06.2018 - [0.9.9] Interface implements for Utility Classes
- 05.06.2018 - [0.9.9] + Datastorage()
- 01.06.2018 - [0.9.9] Settings()->getExtension($extensionName, $part = 'settings')
- 24.05.2018 - [0.9.9] Database()->getQuerybuilder($table, $addFrom = true)