Skip to content

Releases: Setono/GoogleAnalyticsBundle

v2.0.0-alpha

12 Sep 08:41
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Full Changelog: v1.0.0...v2.0.0-alpha

v1.0.0

29 Aug 13:22
Compare
Choose a tag to compare

v1.0.0-alpha.7

18 Aug 11:14
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

v1.0.0-alpha.6

07 Aug 13:30
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6

v1.0.0-alpha.5

27 Jun 11:42
4a5781a
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

What's Changed

  • Set parameters telling whether gtag or tag_manager is enabled by @loevgaard in #13

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

v1.0.0-alpha.4

27 Jun 10:44
04ab6bb
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

This release allows you to configure whether you want to use gtag or tag_manager to output your events.

It contains a few breaking changes compared to v1.0.0-alpha.3. Please use Psalm or PHPStan to fix any changes in your code and please revisit the bundle configuration.

What's Changed

  • Allow users to choose between gtag and tag manager collection strategies by @loevgaard in #12

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

v1.0.0-alpha.3

19 May 07:39
966b81a
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

17 Apr 11:26
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Allow invalid constructor arguments to the configuration based property provider. This makes it easier for people to define the measurement id (and api secret) in .env files. You can put this in your .env and it will not complain now:

###> setono/google-analytics-bundle ###
GOOGLE_ANALYTICS_MEASUREMENT_ID=
GOOGLE_ANALYTICS_API_SECRET=
###< setono/google-analytics-bundle ###

v1.0.0-alpha

28 Mar 10:06
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This marks the first release of this bundle. Please test the bundle in your application and provide feedback ❤️