Skip to content

Releases: woocommerce/google-listings-and-ads

Version 2.7.5

26 Jun 03:35
Compare
Choose a tag to compare
  • Add - Add an query parameter campaign=saved to the dashboard URL after the campaign was created.

What's Changed

[Add] New Features 🎉

  • Add a query param campaign=saved to the dashboard URL when campaign was successfully created and saved by @ianlin in #2442

Full Changelog: 2.7.4...2.7.5

Version 2.7.4

25 Jun 01:43
Compare
Choose a tag to compare
  • Add - Integration with the WP Consent API plugin.
  • Dev - Add E2E tests for WP Consent API integration.
  • Tweak - Add docs note about WP Consent API integration.

What's Changed

[Add] New Features 🎉

[Tweak] Tweaked 🔧

  • Add docs note about WP Consent API integration by @tomalec in #2438

[Dev] Developer-facing changes 🧑‍💻

Full Changelog: 2.7.3...2.7.4

Version 2.7.3

18 Jun 07:50
Compare
Choose a tag to compare

What's Changed

[Fix] Fixes 🛠

  • Fix fatal error when fetching marketing campaigns for Marketing Channel by @jorgemd24 in #2423

[Tweak] Tweaked 🔧

  • [Revert] Update docs domain name to Woo.com by @puntope in #2432

Full Changelog: 2.7.2...2.7.3

Version 2.7.2

10 Jun 14:22
Compare
Choose a tag to compare

What's Changed

[Add] New Features 🎉

  • [R-1.3] Add Google Ads invite acceptance flow by @ankitrox in #2270
  • [R-1] Enable users to seamlessly set up conversion tracking, without having to set up merchant center first or requiring campaign creation by @ankitrox in #2205

[Fix] Fixes 🛠

  • Disallow tracking enabled check in the extension by @puntope in #2420

[Tweak] Tweaked 🔧

  • [R-1.2] Update step 4 of the onboarding flow by @ankitrox in #2248
  • Avoid a possible error when linking accounts due to the delay between Google APIs by @eason9487 in #2412
  • Simplify and enhance the loading state control during the Google Ads account creation and claiming by @eason9487 in #2413
  • Adjust event tracking for the creating and claim buttons of Google Ads account by @eason9487 in #2419
  • Adjust click event tracking when connecting, disconnecting, and opening billing setup for Google Ads account by @eason9487 in #2421

[Dev] Developer-facing changes 🧑‍💻

  • [R-1] Update E2E tests for setup flow with Ads setup in Step 1 by @joemcgill in #2308

New Contributors

Full Changelog: 2.7.1...2.7.2

Version 2.7.1

29 May 11:09
Compare
Choose a tag to compare

What's Changed

[Update] Updated ✨

  • Implement RequestReview in the Merchant class by @puntope in #2411

[Fix] Fixes 🛠

  • Prevent PHP Warning when Statistics is null by @puntope in #2400

[Dev] Developer-facing changes 🧑‍💻

  • Add info about Google Ads API Client Library Legacy by @puntope in #2403
  • Upgrade the workflows in GitHub Actions to use Node.js v20 by @eason9487 in #2404

Full Changelog: 2.7.0...2.7.1

Version 2.7.0

14 May 09:25
Compare
Choose a tag to compare

What's Changed

[Update] Updated ✨

[Fix] Fixes 🛠

  • Convert lbs to lb when mapping WC products to Google products by @ianlin in #2389

[Dev] Developer-facing changes 🧑‍💻

Full Changelog: 2.6.9...2.7.0

Version 2.6.9

07 May 07:01
Compare
Choose a tag to compare
  • Tweak - Confirm issues are present when retrieving product status.

What's Changed

[Tweak] Tweaked 🔧

  • Confirm issues are present when retrieving product status by @matt-h in #2379

Full Changelog: 2.6.8...2.6.9

Version 2.6.8

23 Apr 04:00
Compare
Choose a tag to compare

What's Changed

[Update] Updated ✨

  • Restrict product types to be limited to only 10 when converting from categories. by @matt-h in #2368

[Tweak] Tweaked 🔧

  • Update tags in readme.txt by @mikkamp in #2377
  • Remove deprecated event properties marked as removable after Q1 2024 from the onboarding event tracking by @eason9487 in #2375

[Dev] Developer-facing changes 🧑‍💻

Full Changelog: 2.6.7...2.6.8

Version 2.6.7

16 Apr 07:27
Compare
Choose a tag to compare
  • Dev - Add E2E tests for the integration in the classic product editor.
  • Dev - Update e2e test environment to install WooCommerce earlier.
  • Fix - Exception in request review.

What's Changed

[Fix] Fixes 🛠

  • Add support for program types when requesting a review by @puntope in #2344

[Dev] Developer-facing changes 🧑‍💻

  • The Product Block Editor feature should be disabled after an E2E test run by @eason9487 in #2360
  • Exclude dev-related files from the build bundle by @eason9487 in #2367
  • Add E2E tests for the integration in the classic product editor by @eason9487 in #2363

Full Changelog: 2.6.6...2.6.7

Version 2.6.6

09 Apr 10:37
Compare
Choose a tag to compare
  • Dev - Add snippet to bypass WooCommerce dependency in E2E tests.
  • Tweak - WC 8.8 compatibility.