Commit a216b985e05 for woocommerce
commit a216b985e059f4e1f953edd4bf198aa1d7b24eb5
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Tue Jun 9 02:29:43 2026 +0530
Release: Remove 10.9.0-beta.1 change files from trunk (#65594)
Delete changelog files from 10.9.0-beta.1 release
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/plugins/woocommerce/changelog/add-nox-onboarding-critical-flows b/plugins/woocommerce/changelog/add-nox-onboarding-critical-flows
deleted file mode 100644
index 1266565785a..00000000000
--- a/plugins/woocommerce/changelog/add-nox-onboarding-critical-flows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add NOX onboarding critical-flow documentation and E2E coverage.
diff --git a/plugins/woocommerce/changelog/add-settings-ui-flag-off-smoke b/plugins/woocommerce/changelog/add-settings-ui-flag-off-smoke
deleted file mode 100644
index 5acedc58f3b..00000000000
--- a/plugins/woocommerce/changelog/add-settings-ui-flag-off-smoke
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add a smoke test for the settings UI feature flag off state.
diff --git a/plugins/woocommerce/changelog/fix-phpcs-poststatement-wc-user-functions b/plugins/woocommerce/changelog/fix-phpcs-poststatement-wc-user-functions
deleted file mode 100644
index 3e5976d90db..00000000000
--- a/plugins/woocommerce/changelog/fix-phpcs-poststatement-wc-user-functions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move an inline comment to its own line in wc_customer_bought_product() to satisfy PHPCS (no functional change).
diff --git a/plugins/woocommerce/changelog/fix-push-notification-safety-net-cancel b/plugins/woocommerce/changelog/fix-push-notification-safety-net-cancel
deleted file mode 100644
index ad10758f99b..00000000000
--- a/plugins/woocommerce/changelog/fix-push-notification-safety-net-cancel
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Push notifications: cancel the safety-net Action Scheduler action on delivery by matching schedule and cancel on a single identity-keyed args shape, so stale actions no longer fire ~60s later (and the retry path can no longer produce duplicate pushes).
diff --git a/plugins/woocommerce/changelog/fix-settings-ui-fallback-doing-it-wrong b/plugins/woocommerce/changelog/fix-settings-ui-fallback-doing-it-wrong
deleted file mode 100644
index 6fa780347ac..00000000000
--- a/plugins/woocommerce/changelog/fix-settings-ui-fallback-doing-it-wrong
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Surface Settings UI fallback through wc_doing_it_wrong.
diff --git a/plugins/woocommerce/changelog/update-enable-push-notifications-by-default b/plugins/woocommerce/changelog/update-enable-push-notifications-by-default
deleted file mode 100644
index 23ce2e118a7..00000000000
--- a/plugins/woocommerce/changelog/update-enable-push-notifications-by-default
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Enable the push notifications feature by default.