Releases: HandsetDetection/php-apikit
Handset Detection PHP API Kit v4.1.13
Updated Tests for webviews
Updated travis config for Trusty & have HHVM use phpunit < 6.0
Added note to readme re: increasing memcached default memory limit
Replace rename() with copy() & unlink() for smoother moving of files across mount points.
Handset Detection PHP API Kit v4.1.12
Added support for phpredis extension.
Deprecate php 5.3, 5.4 and 5.5.
Added php 7.1 test coverage.
Test cases updated for PHPUnit 6.0
Handset Detection PHP API Kit v4.1.11
Add Redis as a caching option (requires Predis, best installed via composer).
Handset Detection PHP API Kit v4.1.10
Bugfix for test_detectionOnEmptyArchiveStillNotSolved() test case.
Remove unused variables.
Don't double sanitize input.
Tidy getMatch() docblock.
Handset Detection PHP API Kit v4.1.9
BugFix : Provide distinct error message for localDetection when Ultimate base files are not found (or installed). Test added.
Handset Detection PHP API Kit v4.1.8
Improve cache subsystem. Cache providers now report their name. Tests updated.
Store module will only use useful caches (not none cache).
Default Cache provider tests now skipped if no cache option available.
BugFix : Detection now works smoothly without a caching provider (using none cache).
benchmark.php will not download an archive if an existing archive is present in /tmp/hd40cache
Handset Detection PHP API Kit v4.1.7
BugFix : Now catching errors correctly and checking ZIpArchive error codes. Test added.
BugFix : Address massive memory usage issue when reading all Device* files for local* methods (not localDetect).
Update benchmark tests.
Handset Detection PHP API Kit v4.1.6
Logging bugfix. Logging disabled by default & syslog logging check for php-sockets.
Tests added & updated.
Handset Detection PHP API Kit v4.1.5
BugFix for Ticket 13461 - Prevent device's default platform version from being over written when platform detection gets a generic response.
Handset Detection PHP API Kit v4.1.4
BugFix : iOS platform was not being overlayed into device profile for BuildInfo detections - Fixed.