silverstripe-textextraction/src
Ishan Jayamanne 21ed6e0f86 Update isAvailable check to work for identical versions
Tika server reports it's version as "Apache Tika 1.7". Unfortunately, `version_compare` in PHP says that version "1.7" is less than version "1.7.0", meaning that Tika server was incorrectly being ruled out unless you used Tika server version 1.8 (where "1.8" > "1.7.0").

Changing the comparison string to just "1.7" means they match exactly, and therefore `version_compare` will return `0` rather than `-1`.
2019-02-13 11:15:54 +07:00
..
Cache API Update namespaces for FileTextCache and add upgrader mapping 2018-07-03 11:23:27 +12:00
Extension API FileTextExtractable::getContent now takes a File instance instead of a path 2018-07-03 15:55:02 +12:00
Extractor Update isAvailable check to work for identical versions 2019-02-13 11:15:54 +07:00
Rest FIX Update Guzzle implementations in Tika extractors 2018-07-06 16:11:59 +12:00