This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Releases: chappy84/google-analytics-server-side
Releases · chappy84/google-analytics-server-side
v0.14.5-beta
- 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
- Correct minor non-functional issues with new Browscap ini file update functionality
- Remove the need for gh-pages branch
v0.14.3-beta
- Add in documentation for new Browscap ini file update functionality in previous release
- Correct update script help docs
v0.14.2-beta
- 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
- Remove deprecated FILTER_VALIDATE options depricated in PHP 7.3
v0.14.0-beta
- Remove DNT header support since the technology has been abandoned (w3c/dnt@5d85d6c)
v0.12.2-beta
- Finalise unit test coverage
- Fixed a few remaining bugs / issues found as part of unit testing
- Remove HHVM CI support
v0.12.1-beta
- 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
- 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
- Change to BSD License
- Stop using parent namespaces in use statements
- Ensure works with PHP 7+
- Various code style & Docblock updates