Releases: backdrop-contrib/googleanalytics
Releases · backdrop-contrib/googleanalytics
1.x-2.8.0
What's Changed
- Version 4 by @jenlampton in #25
- Issue #15: Preconnect to GA to improve page load speed. by @jenlampton in #16
- Replace calls to variable_get() with calls to config_get() or state_get() by @kiamlaluno in #30
New Contributors
- @kiamlaluno made their first contribution in #30
Full Changelog: ### 1.x-2.6.0...1.x-2.8.0
1.x-2.6.2
- Fixes a PHP notice from 2.6.1
- Includes a
preconnect
to GA to improve page loading speed
1.x-2.6.1
This release now supports the new Google Analytics 4 (code that start with G-
) and running it in parallel with the old Universal Analytics (code that start with UA-
).
1.x-2.6.0
1.x-2.5.0
1.x-2.4.0
- Issue #2727007 by hass: Update javascript tracking snippet
- Issue #2571481 by slydevil, hass: Locally cached file is not gzipped
- Issue #2903906 by hass: Assuming /404.html is at the root of site is confusing
- Issue #2693595 by hass: Password reset page may send personal data to Google Analytics
- Issue #2846704 by bc, hass: Add setting for premium accounts
- Issue #2861691 by pmagunia: Default UA input length on Admin form
- Issue #2808067 by hass: Add test for trackDomainMode value
- Issue #2808067 by jamessw: New commit overwrites fix for outbound link tracking on multidomain sites
- Issue #2804553 by hass: Support new create fields 'legacyHistoryImport' and 'storage'
- N/A Issue #2798221 by Kristen Pol: Cleanup minor formatting issues and typo in install file
1.x-2.3.0
1.x-2.2.0
- #2584133: Update to 7.x-2.1: Deleted obsolete custom variables....
- #2584133: Update to 7.x-2.1: Deleted obsolete custom variables....
- #2705565: User id feature: move user hash generation to function
- #2533500: Add option to disable Colorbox tracking
- #2611452: @param and @return comment doc for the code base
- N/A #2581767: You need to manually upgrade the custom 'before' code snippet.
- N/A #2581767: You need to manually upgrade the custom 'before' code snippet.
- #2509446: Specify 'requires_jquery' => FALSE, to not load jQuery if Google Analytics is used in its basic mode
- #2526434: Remove unused varibles from D7
- Add missing checkboxes to admin.js
- #2514384: Typo in custom dimensions description
- #2355091: Add {'transport': 'beacon'} for more reliable tracking with very fast browsers exiting before tracking code finishes
- Added manual JS debugging example
- Changed wording of debug output
- #2464339: Additional test fixes
1.x-2.1.2
Fixes a known issue in Chrome, where tracking code is not added to the page regardless of the browser's Universal web tracking opt-out setting. The temporary fix is to disable the "Universal web tracking opt-out" setting provided by this module, and add a warning into the UI.