Skip to content

Releases: there4/php-analytics-event

Fix strict warnings in rand creation

Choose a tag to compare

@craig-davis craig-davis released this 01 Oct 22:22
5ac03f0

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

Choose a tag to compare

@craig-davis craig-davis released this 20 Oct 01:09
3ab9e94

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

Choose a tag to compare

@BassemN BassemN released this 19 May 22:21
Merge pull request #2 from BassemN/issue-#1

Fix: Undefined index: SCRIPT_URI issue