Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: chappy84/google-analytics-server-side

v0.14.5-beta

03 Jul 16:57
Compare
Choose a tag to compare
  • Add in support for IPv6 addresses
  • Remove test support for DNT header removed in 0.14.0
  • Fix UnitTest broken in PHP 7.4

v0.14.4-beta

08 Jun 09:17
Compare
Choose a tag to compare
  • Correct minor non-functional issues with new Browscap ini file update functionality
  • Remove the need for gh-pages branch

v0.14.3-beta

13 Jan 20:30
Compare
Choose a tag to compare
  • Add in documentation for new Browscap ini file update functionality in previous release
  • Correct update script help docs

v0.14.2-beta

12 Jan 20:46
Compare
Choose a tag to compare
  • Add in ability to update browscap ini file via cron job
  • Add in ability to disable auto browscap ini file update per request
  • Add in unofficial support for PHP 7.2 - 7.4
  • Switch from using $php-errormsg to the error_get_last function, in part for compatibility with more recent PHP versions
  • Correct ordering of parameters to implode function in line with requirements for more recent PHP versions
  • Switch to using constant keys for default option setup

v0.14.1-beta

13 Sep 19:42
Compare
Choose a tag to compare

v0.14.0-beta

16 Feb 14:45
Compare
Choose a tag to compare
  • Remove DNT header support since the technology has been abandoned (w3c/dnt@5d85d6c)

v0.12.2-beta

01 Jul 20:26
Compare
Choose a tag to compare
  • Finalise unit test coverage
  • Fixed a few remaining bugs / issues found as part of unit testing
  • Remove HHVM CI support

v0.12.1-beta

27 Dec 23:19
Compare
Choose a tag to compare
  • Increase unit test coverage
  • Slight re-write of BrowsCap BotInfo Adapter, abstracting common functionality
  • Increase configuration options of BrowsCap BotInfo Adapter
  • Add in constants for config option names with BrowsCap and UserAgentStringInfo BotInfo Adapters

v0.12.0-beta

18 Dec 18:38
Compare
Choose a tag to compare
  • Remove Test HTTP Adapter. This was added for unit testing purposes but has been replaced by mocking
  • Increase unit test coverage
  • Fix various bugs / issues, including bugs in the Multi BotInfo adapter

v0.11.0-beta

05 Dec 22:50
Compare
Choose a tag to compare
  • Change to BSD License
  • Stop using parent namespaces in use statements
  • Ensure works with PHP 7+
  • Various code style & Docblock updates