Skip to content

Releases: juriansluiman/SlmGoogleAnalytics

v0.4.2

15 Dec 22:21
Compare
Choose a tag to compare

New bugfix release of the v0.4 series

  • Tracker.js is now mentioned to provide a callback-on-track mechanism (#45)
  • The subdomains www. (for http) and ssl. (for https) are put back to ensure compatibility with the GA debugging extension on Chrome

v0.4.1

26 Jun 12:13
Compare
Choose a tag to compare

First bugfix release of v0.4

  • Add documentation how to switch between ga.js and analytics.js [#44]

v0.4.0

15 Jun 10:19
Compare
Choose a tag to compare

Fourth stable release of SlmGoogleAnalytics

Changes since 0.3:

  • Split code rendering into universal and ga.js options
  • Allow advertising display features

Changes since 0.4 beta 2

  • Unit tests for the universal/ga.js split

v0.4.0-beta2

26 May 13:24
Compare
Choose a tag to compare
v0.4.0-beta2 Pre-release
Pre-release

Second beta of v0.4.0

  • Add possibility to specify custom URL [#34]
  • Fixed transaction shipping issue [#35]
  • Allow to enable display features in ga.js and universal.js [ #37]

v0.4.0-beta1

06 Nov 08:20
Compare
Choose a tag to compare
v0.4.0-beta1 Pre-release
Pre-release

Beta of fourth SlmGoogleAnalytics release

  • Support for the universal code (or "analytics.js")
  • Refactored view helper to support both adapters (universal and ga)
  • Using factory classes in the service manager
  • Serveral fixes and CS issues resolved

v0.3.1

16 Sep 13:24
Compare
Choose a tag to compare

Bug release for v0.3.0 of SlmGoogleAnalytics

  • Allow to anonymize ip addresses via the config

v0.3.0

16 Sep 13:13
Compare
Choose a tag to compare

Third release of SlmGoogleAnalytics

  • Allow IP addresses to be anonymized
  • New feature for custom variables

v0.2.0

16 Sep 13:12
Compare
Choose a tag to compare

Second release of SlmGoogleAnalytics

  • Feature to turn off tracking via zf2 configuration files
  • Bug fix in configuration key

v0.1.0

16 Sep 13:11
Compare
Choose a tag to compare

Initial SlmGoogleAnalytics release

  • Tracker for Google Analytics tracking
  • View helper to convert the tracker into javascript code
  • Support for events
  • Support for transactions