Skip to content

Release 3.5.3#3279

Merged
joemcgill merged 292 commits intotrunkfrom
release/3.5.3
Mar 5, 2026
Merged

Release 3.5.3#3279
joemcgill merged 292 commits intotrunkfrom
release/3.5.3

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

Checklist

  1. Check if the version, base, and target branches are as you desire.
  2. Make sure you have woorelease installed and set up.
  3. Go to your local repo clone, and check out this PR to be able to commit any potential adjustments.
    git fetch origin release/3.5.3
    git checkout release/3.5.3
  4. Remove older changelog entries from readme.txt (keep the last two versions, since we will be adding a third during the release), commit changes.
  5. If there are new database migration classes (under src/DB/Migration/), modify their applicable version set in the get_applicable_version class of each migration class to be the same value as the version that is to be released.
    ⚠️ Notice that x.x.x is not a valid version and should be set manually with the new version. So, for example, if we are releasing version 1.12.0 and there is a file Migration20211228T1640692399.php inside src/DB/Migration/, you should open that file and in the method get_applicable_version return 1.12.0.
  6. ❗ If this release has updated composer packages, we should test Composer package conflicts with other plugins.
  7. Simulate the release locally
    woorelease simulate --product_version=3.5.3  --wc_tested=10.5 --generate_changelog https://github.com/woocommerce/google-listings-and-ads/tree/release/3.5.3
    Note: Select y when prompted: "Would you like to add/delete them in the svn working copy?"
  8. The changelog is correct.
    Check if some entries are missing, need rewording, or need to be deleted. You can edit respective PRs by changing their title, ### Changelog entry section, or assigning the changelog: none label.
    You can also edit the changelog manually in the woorelease release step later.
  9. Automated tests are passing.
  10. Test the package
    1. Install the /tmp/google-listings-and-ads.zip file on a test site
    2. Confirm it activates without warnings/errors and is showing the right versions
    3. Run a few basic smoke tests

Next steps

  1. Do the final release
    woorelease release --product_version=3.5.3  --wc_tested=10.5  --generate_changelog https://github.com/woocommerce/google-listings-and-ads/tree/release/3.5.3
    
    When prompted for changelog entries, double-check and apply any changes if needed.
  2. Confirm the release using the activation link from your email.
    When releasing to WordPress.org, “release notifications” have been enabled, so each committer will be sent an email with an action link to confirm the release. This must be done after committing in SVN before the release becomes available. See the following page for releases pending notifications: https://wordpress.org/plugins/developers/releases/
  3. Go to https://github.com/woocommerce/google-listings-and-ads/releases/3.5.3, generate GitHub release notes, and paste them as a comment here.
  4. Merge this PR after the new release is successfully created and the version tags are updated.
  5. Merge trunk to develop (PR), if applicable for this repo.
  6. Update documentation
    • Publish any new required docs
    • Update triggers/rules/actions listing pages
  7. Mark related ideas complete on the feature requests page.

asvinb and others added 30 commits December 16, 2025 19:23
GOOWOO-372-populate-gladata-with-the-serviceBasedMerchant-property
…ponents

Add ConnectedGoogleAdsOnlyAccountCard component
…low-update

Implement new setup flow for service-based merchants
GOOWOO-380-rest-endpoint-to-mark-service-based-merchant-setup-complete
jamesmorrison and others added 25 commits March 2, 2026 17:54
…for-sbm

Tailor content for service-based merchants
…api-pull-mode-for-all-users

[GOOWOO-483] Disable API Pull mode for all users
…-based-merchants

Feature: Service Based Merchants
…lures

Update notification-schedule e2e tests after API pull sync mode updates
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 56.17284% with 284 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.8%. Comparing base (4f44c88) to head (ca32397).
⚠️ Report is 293 commits behind head on trunk.

Files with missing lines Patch % Lines
...rd/connected-google-ads-only-account-card/index.js 2.2% 36 Missing and 8 partials ⚠️
views/meta-box/coupon_channel_visibility.php 0.0% 36 Missing ⚠️
views/meta-box/channel_visibility.php 0.0% 28 Missing ⚠️
src/DB/Migration/Migration20260226T1200000000.php 0.0% 17 Missing ⚠️
js/src/data/actions.js 0.0% 14 Missing and 2 partials ⚠️
...src/components/paid-ads/asset-group/asset-group.js 0.0% 14 Missing and 1 partial ⚠️
src/Options/SyncStatus.php 31.8% 15 Missing ⚠️
js/src/pages/create-paid-ads-campaign/index.js 0.0% 11 Missing and 3 partials ⚠️
src/Admin/Admin.php 0.0% 10 Missing ⚠️
...c/components/paid-ads/ads-campaign/ads-campaign.js 0.0% 5 Missing and 3 partials ⚠️
... and 27 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             trunk   #3279     +/-   ##
=========================================
+ Coverage     66.8%   66.8%   +0.1%     
- Complexity    5095    5152     +57     
=========================================
  Files          867     886     +19     
  Lines        26180   26682    +502     
  Branches      1466    1551     +85     
=========================================
+ Hits         17479   17836    +357     
- Misses        8528    8646    +118     
- Partials       173     200     +27     
Flag Coverage Δ
js-unit-tests 66.1% <34.1%> (-1.6%) ⬇️
php-unit-tests 67.1% <67.8%> (+0.6%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
google-listings-and-ads.php 75.0% <ø> (ø)
js/src/hooks/useAdsSetupCompleteCallback.js 60.0% <100.0%> (+13.3%) ⬆️
js/src/hooks/useAutoCreateAdsMCAccounts.js 95.1% <ø> (+1.5%) ⬆️
js/src/hooks/useServiceBasedMerchant.js 100.0% <100.0%> (ø)
js/src/pages/dashboard/summary-section/index.js 81.8% <100.0%> (+2.9%) ⬆️
js/src/pages/onboarding/setup-stepper/constants.js 100.0% <100.0%> (ø)
js/src/utils/tracks.js 77.8% <100.0%> (+0.6%) ⬆️
src/API/Google/AdsAssetGroup.php 85.5% <100.0%> (+2.9%) ⬆️
src/API/Google/BudgetMetrics.php 100.0% <100.0%> (ø)
src/API/Google/BudgetRecommendations.php 100.0% <100.0%> (ø)
... and 50 more

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@joemcgill
Copy link
Collaborator

What's Changed

[Add] New Features 🎉

[Update] Updated ✨

[Fix] Fixes 🛠

[Dev] Developer-facing changes 🧑‍💻

New Contributors

Full Changelog: 3.5.2...3.5.3

@joemcgill joemcgill merged commit e8d9a88 into trunk Mar 5, 2026
20 checks passed
@joemcgill joemcgill deleted the release/3.5.3 branch March 5, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants