Commit 1e4d9f271b2 for woocommerce

commit 1e4d9f271b2dfa23b03511bca501dcb9e8ca15e7
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Mon May 11 19:29:08 2026 +0800

    Release: Remove 10.8.0-beta.2 change files from trunk (#64773)

    Delete changelog files from 10.8.0-beta.2 release

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>

diff --git a/plugins/woocommerce/changelog/63905-cursor-WOOPLUG-6417-php-8-5-unset-string-4251 b/plugins/woocommerce/changelog/63905-cursor-WOOPLUG-6417-php-8-5-unset-string-4251
deleted file mode 100644
index 2d28a96ce6f..00000000000
--- a/plugins/woocommerce/changelog/63905-cursor-WOOPLUG-6417-php-8-5-unset-string-4251
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix PHP 8.5 fatal error when unsetting string offsets in StoreApi AbstractSchema
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64232-fix-order-refunds-cache b/plugins/woocommerce/changelog/64232-fix-order-refunds-cache
deleted file mode 100644
index 6c17a568eb0..00000000000
--- a/plugins/woocommerce/changelog/64232-fix-order-refunds-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent re-entrant order reads triggered by cached refund objects.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64393-wooplug-6590-add-wc-email-customer-review-request b/plugins/woocommerce/changelog/64393-wooplug-6590-add-wc-email-customer-review-request
deleted file mode 100644
index 6fe59924219..00000000000
--- a/plugins/woocommerce/changelog/64393-wooplug-6590-add-wc-email-customer-review-request
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a new "Review request" transactional email that invites customers to review the products they purchased. Disabled by default and configurable under WooCommerce → Settings → Emails.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64395-wooplug-6589-schedule-review-request-email b/plugins/woocommerce/changelog/64395-wooplug-6589-schedule-review-request-email
deleted file mode 100644
index 6bd237664d9..00000000000
--- a/plugins/woocommerce/changelog/64395-wooplug-6589-schedule-review-request-email
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Schedule the Review request email via Action Scheduler so it fires automatically a configurable number of days after an order is completed, and cancel the pending send when the order is cancelled, refunded, trashed or deleted.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64483-wooplug-6592-6593-review-order-endpoint-and-template b/plugins/woocommerce/changelog/64483-wooplug-6592-6593-review-order-endpoint-and-template
deleted file mode 100644
index 6dcbeb3fe19..00000000000
--- a/plugins/woocommerce/changelog/64483-wooplug-6592-6593-review-order-endpoint-and-template
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a `/review-order/{id}/?key={order_key}` URL and a tokenized, read-only landing page for the Customer Review Request feature, plus the public `wc_get_review_order_url()` helper. The page is read-only; form controls land in a follow-up.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64522-wooplug-6633-show-all-shipping-recommendations b/plugins/woocommerce/changelog/64522-wooplug-6633-show-all-shipping-recommendations
deleted file mode 100644
index 460327835ba..00000000000
--- a/plugins/woocommerce/changelog/64522-wooplug-6633-show-all-shipping-recommendations
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Show all country-relevant shipping partner recommendations on the settings page even when one of the partners is already installed.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64523-wooplug-6560-wcship-row-layout b/plugins/woocommerce/changelog/64523-wooplug-6560-wcship-row-layout
deleted file mode 100644
index 60e468a1439..00000000000
--- a/plugins/woocommerce/changelog/64523-wooplug-6560-wcship-row-layout
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add row layout data to the WooCommerce Shipping partner suggestion so the card renders correctly in row / vertical placements.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64525-wooplug-6594-accessible-star-rating-control b/plugins/woocommerce/changelog/64525-wooplug-6594-accessible-star-rating-control
deleted file mode 100644
index 5813d0415f7..00000000000
--- a/plugins/woocommerce/changelog/64525-wooplug-6594-accessible-star-rating-control
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the accessible 5-star rating control used by the Review Order page. Native radio inputs with keyboard navigation (arrows, Home, End), dynamic caption, and visible focus ring; filterable labels via `woocommerce_review_order_rating_labels`.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/64526-wooplug-6595-per-item-review-form-row b/plugins/woocommerce/changelog/64526-wooplug-6595-per-item-review-form-row
deleted file mode 100644
index 903aacf48dc..00000000000
--- a/plugins/woocommerce/changelog/64526-wooplug-6595-per-item-review-form-row
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the per-item review form row on the Review Order page: linked product title, thumbnail, accessible star rating, review textarea, and an extensions hook (`woocommerce_review_order_form_fields`). Submit button is gated on at least one rating being selected. Narrow-viewport layout stacks the row vertically below 600px.
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/fix-add-to-cart-with-options-grouped-button-disabled b/plugins/woocommerce/changelog/fix-add-to-cart-with-options-grouped-button-disabled
deleted file mode 100644
index 2883e1bf0b7..00000000000
--- a/plugins/woocommerce/changelog/fix-add-to-cart-with-options-grouped-button-disabled
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Fix Add to Cart + Options button being disabled when a grouped product child quantity changed to 0
-
-
diff --git a/plugins/woocommerce/changelog/revert-62843 b/plugins/woocommerce/changelog/revert-62843
deleted file mode 100644
index a53fe7b9e73..00000000000
--- a/plugins/woocommerce/changelog/revert-62843
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Revert PR 62843 which added checkout evidence validation to WC_Order::payment_complete()
diff --git a/plugins/woocommerce/changelog/wooplug-6594-star-rating-control b/plugins/woocommerce/changelog/wooplug-6594-star-rating-control
deleted file mode 100644
index 7477460ff57..00000000000
--- a/plugins/woocommerce/changelog/wooplug-6594-star-rating-control
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the accessible 5-star rating control used by the Review Order page. Native radio inputs with keyboard navigation (arrows, Home, End), dynamic caption, and visible focus ring; filterable labels via `woocommerce_review_order_rating_labels`.