Releases: Setono/GoogleAnalyticsBundle
v2.0.0-alpha
Full Changelog: v1.0.0...v2.0.0-alpha
v1.0.0
v1.0.0-alpha.7
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
v1.0.0-alpha.6
v1.0.0-alpha.5
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
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
v1.0.0-alpha.2
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
This marks the first release of this bundle. Please test the bundle in your application and provide feedback ❤️