Skip to content

Releases: theiconic/php-ga-measurement-protocol

v2.3.0 New GetUrl Method

20 Aug 11:39
Compare
Choose a tag to compare
  • Now you can get the URL at any time from the Analytics object, thanks to @stefanzweifel

v2.2.0 Debug Feature, No Finder Dependency and Bug Fixes

31 Jul 14:02
Compare
Choose a tag to compare
  • Adding Debug feature for validating hits, in part contributed by @amit0rana (I had to fix the unit tests)
  • Removing dependency to Symfony Finder, now the lib is much faster since it doesn't read from disk
  • Fixing typo for setUserTimingCategory (a method to allow backward compatibility was added, it will be removed in V3)
  • Fixing issue #21 for cache buster param

v2.1.1 Update Dependencies

25 Nov 10:03
Compare
Choose a tag to compare
  • Just dependencies update

v2.1.0 Content Grouping Support

18 Jul 14:49
Compare
Choose a tag to compare
  • Updating dependencies
  • Adding Content Grouping support by @lombo

v1.2.0 Content Grouping Support

18 Jul 14:26
Compare
Choose a tag to compare
  • Updating dependencies
  • Adding Content Grouping support by @lombo

v2.0.0 Now using Guzzle 6 (PSR-7)

03 Jul 10:17
Compare
Choose a tag to compare
  • Upgrading to Guzzle 6 (PSR-7)
  • Removing support for PHP 5.4 (use version 1 for that)

v1.1.5 Creating branch for v1 releases

03 Jul 07:00
Compare
Choose a tag to compare
  • Updating dependencies
  • Creating separate branches to maintain v1 and v2 apart

v1.1.4 Updating dependencies and new Yii 2 integration

18 Apr 07:22
Compare
Choose a tag to compare
  • Updating dependencies
  • Including Yii 2 integration by @baibaratsky
  • Placing project in CI with PHP 5.6 and 7

v1.1.3 Updating depedencies declaration

17 Mar 02:32
Compare
Choose a tag to compare
  • Updating dependencies
  • Using caret for declaring dependencies in Composer, as per author's recommendation

v1.1.2 New setAsyncRequest(boolean $isAsyncRequest) method

07 Mar 09:08
Compare
Choose a tag to compare
  • Creating setAsyncRequest(boolean $isAsyncRequest) method to be used instead of makeNonBlocking(). Its more flexible.
  • makeNonBlocking() is now deprecated, use setAsyncRequest() instead. To be removed in next major release.