Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Releases: HandsetDetection/php-apikit

Handset Detection PHP API Kit v4.1.13

21 Sep 07:57
Compare
Choose a tag to compare

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

11 Apr 06:04
Compare
Choose a tag to compare

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

21 Feb 02:21
Compare
Choose a tag to compare

Add Redis as a caching option (requires Predis, best installed via composer).

Handset Detection PHP API Kit v4.1.10

22 Dec 00:22
Compare
Choose a tag to compare

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

21 Dec 02:53
Compare
Choose a tag to compare

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

14 Dec 03:53
Compare
Choose a tag to compare

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

13 Dec 10:33
Compare
Choose a tag to compare

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

24 Nov 05:21
Compare
Choose a tag to compare

Logging bugfix. Logging disabled by default & syslog logging check for php-sockets.
Tests added & updated.

Handset Detection PHP API Kit v4.1.5

11 Oct 03:42
Compare
Choose a tag to compare

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

05 Oct 10:12
Compare
Choose a tag to compare

BugFix : iOS platform was not being overlayed into device profile for BuildInfo detections - Fixed.