Releases: vaites/php-apache-tika
Releases · vaites/php-apache-tika
v0.4.1
v0.4.0
- Support for getting response in chunks using callbacks on text extraction methods (fixes #6 )
- Java binary path can be specified via Client::make()
- Fixed PHP 5.4 compatibility issue on metadata parsing
- Avoid cache on failed requests on web mode
- Tests runs against Java 1.8 instead of 1.7
- Added found issues to README.md
- Tested up to Apache Tika 1.16
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
- Added getVersion method (thanks to @welcoMattic)
- Coding standard with PHP-CS-Fixer