Skip to content

Releases: there4/php-analytics-event

Fix strict warnings in rand creation

01 Oct 22:22
5ac03f0
Compare
Choose a tag to compare

The library uses floats for the max rand number size and causes warnings in php strict mode. This release converts the library to using PHP_INT_MAX for rand sizes.

This release has not been thoroughly tested with Google. Please open issue if any problems are found https://github.com/there4/php-analytics-event/issues

Please consider migrating to: https://github.com/theiconic/php-ga-measurement-protocol

Update to PSR4

20 Oct 01:09
3ab9e94
Compare
Choose a tag to compare

This changes the internal namespace directory organization to use PSR4 namespacing. This also adds a sanity test and some other tooling improvements.

v1.0.2

19 May 22:21
Compare
Choose a tag to compare
Merge pull request #2 from BassemN/issue-#1

Fix: Undefined index: SCRIPT_URI issue