Releases: thomasbachem/php-ga
Releases · thomasbachem/php-ga
1.2 (October 6, 2013)
- ADD: Added support for sending page information with events (thanks to patches from GlaserFrank & ryan.mcgarrie, issue #16)
- CHG: The autoloader will no longer raise an error if a file in its namespace doesn't exist.
- CHG: Renamed Item::$variation to Item::$category – getVariation()/setVariation() are still present for backwards-compatibility but marked as deprecated (thanks to
filippo.desantis, issue #13) - CHG: Moved project to GitHub.
- FIX: Fixed proxy support in Visitor::fromServerVar() (thanks to sylph.lin, issue #38)
1.1.1 (March 20, 2012)
- FIX: Fixed Session::fromUtmb() (issue #14)
1.1 (February 25, 2012)
Based on Google Javascript client version 5.2.5.
1.0 (November 15, 2011)
Based on Google Javascript client version 5.2.2.
- ADD: Campaign Tracking
- ADD: Social Interaction Tracking (issue #4)
- ADD: Non-interaction parameter for Event Tracking
- ADD: Error severity (silent, warnings, exceptions) configuration
- ADD: Logging callback configuration and simulation mode
- ADD: Visitor::fromUtma() and ::fromServerVar() convenience methods
- CHG: Config instance is now static across all tracker instances
- CHG: When using the "sendOnShutdown" setting, Custom Variables that were set after issuing a request will automatically get included
- FIX: Fixed problems with event tracking (issue #2, issue #6)
- FIX: Fixed encoding of spaces for event trackings (issue #3)
- FIX: Do not send empty "User-Agent" or "X-Forwarded-For" HTTP headers
- FIX: Always use correct locale format ("-" instead of "_") for "utmul" parameter
0.9 (October 7, 2010)
Initial release. Based on Google Javascript client version 4.7.2.