Skip to content

Releases: woocommerce/woocommerce-google-analytics-integration

Version 2.0.6

09 Apr 10:59
Compare
Choose a tag to compare
  • Tweak - WC 8.8 compatibility.

Version 2.0.5

04 Apr 17:54
Compare
Choose a tag to compare

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

26 Mar 07:18
Compare
Choose a tag to compare

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 🛠

  • Fix warning after plugin install using wp-cli by @steffans in #400

Tweaked 🔧

Developer-facing changes 🧑‍💻

New Contributors

Full Changelog: 2.0.3...2.0.4

Version 2.0.3

13 Mar 04:19
Compare
Choose a tag to compare
  • 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

12 Mar 14:57
Compare
Choose a tag to compare
  • 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 🛠

[Tweak] Tweaked 🔧

  • Remove unused fallback and undefined variable. by @jorgemd24 in #376

[Dev] Developer-facing changes 🧑‍💻

  • Add E2E testing to track events across all page types by @mikkamp in #385

Full Changelog: 2.0.1...2.0.2

Version 2.0.1

07 Mar 17:52
Compare
Choose a tag to compare

What's Changed

[Update] Updated ✨

[Fix] Fixes 🛠

  • Fix formatting product when variation has no attributes by @tomalec in #372

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

05 Mar 18:24
Compare
Choose a tag to compare

What's Changed

[Add] New Features 🎉

[Update] Updated ✨

[Fix] Fixes 🛠

  • Prevent tracking admins or order multiple times and additional adjustments by @martynmjones in #365

[Dev] Developer-facing changes 🧑‍💻

  • Remove options remapping, use settings directly. by @tomalec in #360

Other Changes

Full Changelog: 1.8.14...2.0.0

Version 1.8.14

06 Feb 23:15
Compare
Choose a tag to compare
  • 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

09 Jan 17:37
Compare
Choose a tag to compare
  • 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

28 Dec 03:12
Compare
Choose a tag to compare

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