Commit 508cf00e6ea for woocommerce
commit 508cf00e6ea95a6a0b5b9d326041f08e14dd9cd6
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon May 25 17:33:33 2026 +0800
Release: Remove 10.8.0-rc.1 change files from trunk (#65293)
Delete changelog files from 10.8.0-rc.1 release
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/plugins/woocommerce/changelog/64527-wooplug-6596-ajax-submission-handler b/plugins/woocommerce/changelog/64527-wooplug-6596-ajax-submission-handler
deleted file mode 100644
index 7f08b2c3623..00000000000
--- a/plugins/woocommerce/changelog/64527-wooplug-6596-ajax-submission-handler
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the AJAX submission handler that turns the Review Order form into product reviews — one verified-buyer comment per rated row, per-row outcome, `comment_moderation` honoured.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64529-wooplug-6598-already-reviewed-row b/plugins/woocommerce/changelog/64529-wooplug-6598-already-reviewed-row
deleted file mode 100644
index e1b42000d22..00000000000
--- a/plugins/woocommerce/changelog/64529-wooplug-6598-already-reviewed-row
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Pre-fill the Review Order form with the customer's existing review for this order, scoped per-order so repeat purchases of the same product get a fresh empty row.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64530-wooplug-6599-empty-state-thank-you b/plugins/woocommerce/changelog/64530-wooplug-6599-empty-state-thank-you
deleted file mode 100644
index b7f4bc566e4..00000000000
--- a/plugins/woocommerce/changelog/64530-wooplug-6599-empty-state-thank-you
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Render an empty-state thank-you view on the customer Review Order page when no actionable rows remain (every eligible item is already reviewed or skipped because reviews are disabled).
diff --git a/plugins/woocommerce/changelog/64531-wooplug-6600-phpunit-coverage b/plugins/woocommerce/changelog/64531-wooplug-6600-phpunit-coverage
deleted file mode 100644
index b2705624e83..00000000000
--- a/plugins/woocommerce/changelog/64531-wooplug-6600-phpunit-coverage
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Exclude fully-refunded line items from the customer Review Order page so customers can't review products they no longer own.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64756-wooplug-6672-cancel-review-email-on-status-change b/plugins/woocommerce/changelog/64756-wooplug-6672-cancel-review-email-on-status-change
deleted file mode 100644
index 4d84b78c6ef..00000000000
--- a/plugins/woocommerce/changelog/64756-wooplug-6672-cancel-review-email-on-status-change
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Cancel the delayed Customer Review Request email when the order leaves `completed` for any status, and refuse to send if the order is no longer in an eligible status at trigger time.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64825-wooplug-6686-hide-the-wc-page-title-on-the-review-order-page b/plugins/woocommerce/changelog/64825-wooplug-6686-hide-the-wc-page-title-on-the-review-order-page
deleted file mode 100644
index 5bcfbcaed85..00000000000
--- a/plugins/woocommerce/changelog/64825-wooplug-6686-hide-the-wc-page-title-on-the-review-order-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Hide the duplicate page title heading on the Customer Review Order page so the shortcode body's heading is the only H1 visitors and screen readers encounter.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64833-wooplug-6687-audit-review-order-page-for-missing-ui-states-vs-figma b/plugins/woocommerce/changelog/64833-wooplug-6687-audit-review-order-page-for-missing-ui-states-vs-figma
deleted file mode 100644
index 8a8a0d5ea35..00000000000
--- a/plugins/woocommerce/changelog/64833-wooplug-6687-audit-review-order-page-for-missing-ui-states-vs-figma
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Align the Customer Review Order page with the Figma design: ship the functional state gaps, swap to theme-aware classes, and route the customer to a thank-you view in place after any successful submission.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64845-wooplug-6696-gate-the-customer-review-request-feature-behind-a b/plugins/woocommerce/changelog/64845-wooplug-6696-gate-the-customer-review-request-feature-behind-a
deleted file mode 100644
index 8eca5bfa2a6..00000000000
--- a/plugins/woocommerce/changelog/64845-wooplug-6696-gate-the-customer-review-request-feature-behind-a
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Gate the Customer Review Request feature behind a FeaturesController flag (off by default). The host page is created lazily on the first request after the feature is enabled, not on plugin install.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64906-wooplug-fix-email-test-flag-isolation b/plugins/woocommerce/changelog/64906-wooplug-fix-email-test-flag-isolation
deleted file mode 100644
index 9a3e95447b3..00000000000
--- a/plugins/woocommerce/changelog/64906-wooplug-fix-email-test-flag-isolation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Make `WC_Email_Customer_Review_Request_Test` self-contained for the `customer_review_request` feature gate so `test_is_registered_with_wc_emails` doesn't depend on incidental test ordering.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/fix-add-to-cart-form-steppers-extension-inputs b/plugins/woocommerce/changelog/fix-add-to-cart-form-steppers-extension-inputs
deleted file mode 100644
index 61fccb6ff6d..00000000000
--- a/plugins/woocommerce/changelog/fix-add-to-cart-form-steppers-extension-inputs
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Add to Cart + Options steppers not working on extension quantity inputs
diff --git a/plugins/woocommerce/changelog/fix-cache-prefix-invalid-values b/plugins/woocommerce/changelog/fix-cache-prefix-invalid-values
deleted file mode 100644
index 219872b8de2..00000000000
--- a/plugins/woocommerce/changelog/fix-cache-prefix-invalid-values
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent invalid cache prefixes from causing fatal errors on the My Account orders page.
diff --git a/plugins/woocommerce/changelog/fix-default-input-height-add-to-cart-with-options b/plugins/woocommerce/changelog/fix-default-input-height-add-to-cart-with-options
deleted file mode 100644
index 70e95692bdf..00000000000
--- a/plugins/woocommerce/changelog/fix-default-input-height-add-to-cart-with-options
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Increase default input height in the Add to Cart + Options Quantity Selector
-
-
diff --git a/plugins/woocommerce/changelog/fix-meta-key-value-index-removal b/plugins/woocommerce/changelog/fix-meta-key-value-index-removal
deleted file mode 100644
index 86619e72bde..00000000000
--- a/plugins/woocommerce/changelog/fix-meta-key-value-index-removal
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the meta_value column to the meta_key_value index on the wc_orders_meta table to fix a performance regression.
diff --git a/plugins/woocommerce/changelog/update-WOOPRD-3539-readd-mercadopago-to-nox b/plugins/woocommerce/changelog/update-WOOPRD-3539-readd-mercadopago-to-nox
deleted file mode 100644
index 5848e8bc499..00000000000
--- a/plugins/woocommerce/changelog/update-WOOPRD-3539-readd-mercadopago-to-nox
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: update
-Comment: Re-add Mercado Pago as a recommended payment partner across 7 LATAM markets in the NOX onboarding flow.