Releases: woocommerce/woocommerce-google-analytics-integration
Releases · woocommerce/woocommerce-google-analytics-integration
Version 2.0.6
- Tweak - WC 8.8 compatibility.
Version 2.0.5
What's Changed
Tweaked 🔧
- Tweak - Register
woocommerce-google-analytics-integration
script earlier, so other extensions can plug in.
[Update] Updated ✨
- Update - Separate the site tag from the event tracking file and delay execution until DOMContentLoaded.
Version 2.0.4
Woorelease changelog
- Dev - Add QIT workflow.
- Dev - E2E tests for the All Products block.
- Dev - Remove unused functions from code.
- Fix - Warning after plugin install using wp-cli.
- Tweak - Add WP 6.5 Require plugins header.
What's Changed
Fixes 🛠
Tweaked 🔧
Developer-facing changes 🧑💻
- E2E tests for the All Products block by @mikkamp in #397
- Remove unused function from formatters by @tomalec in #375
- Add QIT workflow by @tomalec in #406
New Contributors
Full Changelog: 2.0.3...2.0.4
Version 2.0.3
- Tweak - WC 8.7 compatibility.
- Tweak - WP 6.5 compatibility.
What's Changed
[Tweak] Tweaked 🔧
- WC 8.7 compatibility
- WP 6.5 compatibility
Full Changelog: 2.0.2...2.0.3
Version 2.0.2
- Dev - Add E2E testing to track events across all page types.
- Fix - Add to cart & select content events for All Products Block.
- Fix - Get correct variation data when formatting product.
- Fix - Handle AJAX add to cart for simple products.
- Fix - Purchase price format.
- Fix - Track purchase transaction ID.
- Fix - Typo with undefined variable.
What's Changed
[Fix] Fixes 🛠
- Format price for purchase event by @tomalec in #380
- Get correct variation data when formatting product by @mikkamp in #384
- Track purchase transaction ID by @mikkamp in #388
- Handle AJAX add to cart for simple products by @mikkamp in #386
- Fix - Selectors in Product Blocks by @puntope in #378
[Tweak] Tweaked 🔧
- Remove unused fallback and undefined variable. by @jorgemd24 in #376
[Dev] Developer-facing changes 🧑💻
Full Changelog: 2.0.1...2.0.2
Version 2.0.1
What's Changed
[Update] Updated ✨
- Update contributors lists by @jorgemd24 in #369
- Update assets and readme for 2.0 by @mikkamp in #373
[Fix] Fixes 🛠
Other Changes
- Resolve Google Analytics not loading if gtag already exists on the window object. by @workeffortwaste in #370
Full Changelog: 2.0.0...2.0.1
Version 2.0.0
What's Changed
[Add] New Features 🎉
- Add product identifier setting by @martynmjones in #309
- Add upgrade notice if property ID starts with "UA" by @martynmjones in #321
- Implement consent mode v0 by @tomalec in #361
[Update] Updated ✨
- Update tracking for blocks by @martynmjones in #311
- Update plugin branding to Google Analytics for WooCommerce by @martynmjones in #353
- Simplify tracker event handler API by @martynmjones in #357
- Update tracking for classic pages by @martynmjones in #328
[Fix] Fixes 🛠
- Prevent tracking admins or order multiple times and additional adjustments by @martynmjones in #365
[Dev] Developer-facing changes 🧑💻
Other Changes
- Remove Universal Analytics code by @martynmjones in #320
- Remove Universal Analytics by @martynmjones in #322
Full Changelog: 1.8.14...2.0.0
Version 1.8.14
- Tweak - Declare feature compatibility for the new product editor (also called product block editor).
- Tweak - WC 8.6 compatibility.
What's Changed
[Tweak] Tweaked 🔧
- Declare feature compatibility for the product block editor by @eason9487 in #354
Full Changelog: 1.8.13...1.8.14
Version 1.8.13
- Dev - Upgrade all NPM dev dependencies.
- Dev - Upgrade to Node.js 18.
- Tweak - WC 8.5 compatibility.
What's Changed
[Dev] Developer-facing changes 🧑💻
- Upgrade to Node.js 18 and bump all NPM dev dependencies by @eason9487 in #345
Full Changelog: 1.8.12...1.8.13
Version 1.8.12
Woorelease changelog
- Fix - Avoid JavaScript exceptions when sending checkout event tracking due to incompatible data structure.
- Fix - Correct misplaced each product index value as its quantity when sending checkout event tracking.
What's Changed
[Fix] Fixes 🛠
- Fix the JS exceptions and incorrect
quantity
value for checkout event tracking by @eason9487 in #343
Full Changelog: 1.8.11...1.8.12