Commit b07e0f624e3 for woocommerce
commit b07e0f624e324eedb384c9398f28915635ec74e9
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Mon Sep 21 21:57:01 2026 +0700
Release: Remove 11.2.0-beta.1 change files from trunk (#68933)
Delete changelog files from 11.2.0-beta.1 release
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/plugins/woocommerce/changelog/29386-product-name-css-class b/plugins/woocommerce/changelog/29386-product-name-css-class
deleted file mode 100644
index 75263adcc24..00000000000
--- a/plugins/woocommerce/changelog/29386-product-name-css-class
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Add a reusable CSS class to product names in improved order emails.
diff --git a/plugins/woocommerce/changelog/29906-fix-rest-review-rating-recompute b/plugins/woocommerce/changelog/29906-fix-rest-review-rating-recompute
deleted file mode 100644
index 9f74d6dae81..00000000000
--- a/plugins/woocommerce/changelog/29906-fix-rest-review-rating-recompute
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Update product rating aggregates when REST API reviews are created, re-rated, or moved between products in wc/v1, wc/v2, and wc/v3.
diff --git a/plugins/woocommerce/changelog/30964-support-array-structured-data-types b/plugins/woocommerce/changelog/30964-support-array-structured-data-types
deleted file mode 100644
index 6b805770a9e..00000000000
--- a/plugins/woocommerce/changelog/30964-support-array-structured-data-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Allow structured data filters to return multiple schema types without causing a fatal error or dropping valid product markup.
diff --git a/plugins/woocommerce/changelog/30996-focus-product-search b/plugins/woocommerce/changelog/30996-focus-product-search
deleted file mode 100644
index 1c96351efdb..00000000000
--- a/plugins/woocommerce/changelog/30996-focus-product-search
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Open the product picker automatically when adding products to an order, so merchants can start typing without an extra click.
diff --git a/plugins/woocommerce/changelog/31339-payment-method-all-methods-label b/plugins/woocommerce/changelog/31339-payment-method-all-methods-label
deleted file mode 100644
index e68c9b01afa..00000000000
--- a/plugins/woocommerce/changelog/31339-payment-method-all-methods-label
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Rename the default Payment method option on the order screen from "N/A" to "All methods available", so it says what the customer will actually be offered.
diff --git a/plugins/woocommerce/changelog/32209-add-phone-to-customer-reports b/plugins/woocommerce/changelog/32209-add-phone-to-customer-reports
deleted file mode 100644
index 6624c9c7f3d..00000000000
--- a/plugins/woocommerce/changelog/32209-add-phone-to-customer-reports
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add billing and shipping phone columns to the Analytics Customers report, its REST API, and CSV export.
diff --git a/plugins/woocommerce/changelog/33410-fix-refund-customer-type-analytics b/plugins/woocommerce/changelog/33410-fix-refund-customer-type-analytics
deleted file mode 100644
index 6da43c97c31..00000000000
--- a/plugins/woocommerce/changelog/33410-fix-refund-customer-type-analytics
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Analytics > Orders: report refunds with the customer type of the order they refund, instead of always reporting them as returning customers.
diff --git a/plugins/woocommerce/changelog/36329-fix-refund-attributed-to-user-1 b/plugins/woocommerce/changelog/36329-fix-refund-attributed-to-user-1
deleted file mode 100644
index d4745ba8633..00000000000
--- a/plugins/woocommerce/changelog/36329-fix-refund-attributed-to-user-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop attributing refunds to user #1 when no user is logged in. refunded_by is now 0 in REST v1-v3 and null in v4, and the admin labels these refunds as System.
diff --git a/plugins/woocommerce/changelog/36538-selected-any-variation-names b/plugins/woocommerce/changelog/36538-selected-any-variation-names
deleted file mode 100644
index 29961f046ea..00000000000
--- a/plugins/woocommerce/changelog/36538-selected-any-variation-names
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Include selected "Any" variation values in classic cart and checkout displays and in new order item names, and stop variation values already shown in an item name from being repeated as cart or order metadata, including on existing orders.
diff --git a/plugins/woocommerce/changelog/36758-product-category-list-order b/plugins/woocommerce/changelog/36758-product-category-list-order
deleted file mode 100644
index 459bed6e25c..00000000000
--- a/plugins/woocommerce/changelog/36758-product-category-list-order
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add an $orderby argument to wc_get_product_category_list() and order single-product meta categories by hierarchy. Stores on the stock single-product/meta.php template now render categories ancestor-first; return an empty string from woocommerce_product_meta_category_orderby to restore WordPress term-list order.
diff --git a/plugins/woocommerce/changelog/38347-fix-tax-lookup-grain b/plugins/woocommerce/changelog/38347-fix-tax-lookup-grain
deleted file mode 100644
index e1975211095..00000000000
--- a/plugins/woocommerce/changelog/38347-fix-tax-lookup-grain
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Store one wc_order_tax_lookup row per tax order item, so Analytics tax reports keep every tax line of an order, including lines that share a tax rate id, and drop rows for tax lines that have been removed.
diff --git a/plugins/woocommerce/changelog/38347-tax-lookup-failed-import-retry b/plugins/woocommerce/changelog/38347-tax-lookup-failed-import-retry
deleted file mode 100644
index d846c285327..00000000000
--- a/plugins/woocommerce/changelog/38347-tax-lookup-failed-import-retry
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep an order on the Analytics failed imports list when its tax lookup rows could not be written, so a retry that fails again stays visible instead of reporting success.
diff --git a/plugins/woocommerce/changelog/38347-tax-lookup-grain-schema b/plugins/woocommerce/changelog/38347-tax-lookup-grain-schema
deleted file mode 100644
index ecd26b194bc..00000000000
--- a/plugins/woocommerce/changelog/38347-tax-lookup-grain-schema
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-wc_order_tax_lookup gains an order_item_id column and is re-keyed on (order_id, tax_rate_id, order_item_id), so it now holds one row per tax line instead of one row per tax rate. Code summing the table is unaffected and code counting rows will see more of them. Code writing to the table with $wpdb->replace() on (order_id, tax_rate_id) lands on the new column's zero default rather than replacing the rows WooCommerce writes for that order. The reports leave such a row out while those rows stand, so its values are not read at all and it needs to write order_item_id too. Existing rows are rebuilt in the background, and can be rebuilt by hand from WooCommerce > Status > Tools.
diff --git a/plugins/woocommerce/changelog/41225-performance-skip-review-lookup-updates b/plugins/woocommerce/changelog/41225-performance-skip-review-lookup-updates
deleted file mode 100644
index bd3ed33cf58..00000000000
--- a/plugins/woocommerce/changelog/41225-performance-skip-review-lookup-updates
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Improve performance when product reviews are disabled by skipping product rating lookup table updates.
diff --git a/plugins/woocommerce/changelog/42348-batch-shipping-rate-selection b/plugins/woocommerce/changelog/42348-batch-shipping-rate-selection
deleted file mode 100644
index 3c38449e97e..00000000000
--- a/plugins/woocommerce/changelog/42348-batch-shipping-rate-selection
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep other packages' shipping selections when one package's selection fails, and leave the rejected rate unselected so the shopper can retry it.
diff --git a/plugins/woocommerce/changelog/42469-keep-incompatible-notice-dismissed b/plugins/woocommerce/changelog/42469-keep-incompatible-notice-dismissed
deleted file mode 100644
index eb9fdc0196a..00000000000
--- a/plugins/woocommerce/changelog/42469-keep-incompatible-notice-dismissed
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep the Cart and Checkout incompatible extensions notices (editor sidebar and storefront banner) dismissed when an incompatible extension or payment gateway is disabled, and warn again only when something the merchant has not yet acknowledged becomes incompatible. Dismissals are now stored per site. Existing dismissals carry over on single-site installs but not on multisite installs, where notices may need to be dismissed again after upgrading.
diff --git a/plugins/woocommerce/changelog/42492-product-collection-sort-fixtures b/plugins/woocommerce/changelog/42492-product-collection-sort-fixtures
deleted file mode 100644
index 5977106b6b8..00000000000
--- a/plugins/woocommerce/changelog/42492-product-collection-sort-fixtures
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Seed deterministic ratings and sales data for Product Collection Blocks E2E sorting tests.
diff --git a/plugins/woocommerce/changelog/44157-fix-paypal-api-credentials-link b/plugins/woocommerce/changelog/44157-fix-paypal-api-credentials-link
deleted file mode 100644
index f624df7bbb2..00000000000
--- a/plugins/woocommerce/changelog/44157-fix-paypal-api-credentials-link
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the PayPal API credentials settings link.
diff --git a/plugins/woocommerce/changelog/44613-fix-inconsistent-checkout-error-handling b/plugins/woocommerce/changelog/44613-fix-inconsistent-checkout-error-handling
deleted file mode 100644
index 48ea0535459..00000000000
--- a/plugins/woocommerce/changelog/44613-fix-inconsistent-checkout-error-handling
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Render Cart and Checkout notices with the same list markup whether there is one notice or several, and expose each notice's id as `data-id` on its list item.
diff --git a/plugins/woocommerce/changelog/45168-product-image-id-casts b/plugins/woocommerce/changelog/45168-product-image-id-casts
deleted file mode 100644
index 11a727b3dc7..00000000000
--- a/plugins/woocommerce/changelog/45168-product-image-id-casts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Pass product image IDs to WordPress attachment functions as integers.
diff --git a/plugins/woocommerce/changelog/49059-include-dates-in-emailed-analytics-exports b/plugins/woocommerce/changelog/49059-include-dates-in-emailed-analytics-exports
deleted file mode 100644
index b1b3296ea70..00000000000
--- a/plugins/woocommerce/changelog/49059-include-dates-in-emailed-analytics-exports
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Include the report's date range in emailed Analytics exports, in the email and in the downloaded file's name.
diff --git a/plugins/woocommerce/changelog/49368-add-webpack-chunk-names b/plugins/woocommerce/changelog/49368-add-webpack-chunk-names
deleted file mode 100644
index 165e9d62221..00000000000
--- a/plugins/woocommerce/changelog/49368-add-webpack-chunk-names
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Give nice names to webpack JS and CSS dynamic chunks
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/50786-add-server-side-search-opt-out b/plugins/woocommerce/changelog/50786-add-server-side-search-opt-out
deleted file mode 100644
index dd6608e389e..00000000000
--- a/plugins/woocommerce/changelog/50786-add-server-side-search-opt-out
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the `woocommerce_admin_report_server_side_search_item_types` JavaScript filter, so an integration that overrides an Analytics report route with a handler that does not read `search` can opt out of server-side search and keep receiving resolved item IDs.
diff --git a/plugins/woocommerce/changelog/50786-fix-analytics-products-search-limit b/plugins/woocommerce/changelog/50786-fix-analytics-products-search-limit
deleted file mode 100644
index 2101c257c4f..00000000000
--- a/plugins/woocommerce/changelog/50786-fix-analytics-products-search-limit
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Show every matching product when a search matches more than 100 products, in the Analytics > Products report and in the single category view of the Analytics > Categories report. The products report endpoints now accept a `search` argument and resolve the search themselves.
diff --git a/plugins/woocommerce/changelog/51426-fix-prices-include-tax-on-order-create b/plugins/woocommerce/changelog/51426-fix-prices-include-tax-on-order-create
deleted file mode 100644
index d020e691f3a..00000000000
--- a/plugins/woocommerce/changelog/51426-fix-prices-include-tax-on-order-create
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Initialize new orders with the store's tax entry mode, and preserve saved order values when the store setting changes.
diff --git a/plugins/woocommerce/changelog/51602-fix-order-attribution-origin-overflow b/plugins/woocommerce/changelog/51602-fix-order-attribution-origin-overflow
deleted file mode 100644
index 3bc85d7a189..00000000000
--- a/plugins/woocommerce/changelog/51602-fix-order-attribution-origin-overflow
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix a long order origin overflowing the Order attribution metabox. The origin now takes the full width of the metabox and is truncated to one line while the details are collapsed, and the details toggle has moved to the bottom of the metabox.
diff --git a/plugins/woocommerce/changelog/52517-failed-order-text-filter b/plugins/woocommerce/changelog/52517-failed-order-text-filter
deleted file mode 100644
index 29030ec0dac..00000000000
--- a/plugins/woocommerce/changelog/52517-failed-order-text-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add an order-aware filter for failed order confirmation messages in classic and block renderers.
diff --git a/plugins/woocommerce/changelog/53136-platform-selector-mobile-keyboard b/plugins/woocommerce/changelog/53136-platform-selector-mobile-keyboard
deleted file mode 100644
index 5035673013d..00000000000
--- a/plugins/woocommerce/changelog/53136-platform-selector-mobile-keyboard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop the virtual keyboard from opening on the core profiler platform selector on touch devices.
diff --git a/plugins/woocommerce/changelog/57940-checkout-country-change-shipping-rates b/plugins/woocommerce/changelog/57940-checkout-country-change-shipping-rates
deleted file mode 100644
index 580d36fd31f..00000000000
--- a/plugins/woocommerce/changelog/57940-checkout-country-change-shipping-rates
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Recalculate shipping options as soon as the country is changed at checkout, instead of keeping the previous country's options until the rest of the address is filled in.
diff --git a/plugins/woocommerce/changelog/60577-featured-image-metadata-loss b/plugins/woocommerce/changelog/60577-featured-image-metadata-loss
deleted file mode 100644
index 8721ecf15c9..00000000000
--- a/plugins/woocommerce/changelog/60577-featured-image-metadata-loss
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent featured image metadata loss when a WooCommerce image size is not registered.
diff --git a/plugins/woocommerce/changelog/60577-fix-attachment-metadata-loss b/plugins/woocommerce/changelog/60577-fix-attachment-metadata-loss
deleted file mode 100644
index 7acb401b086..00000000000
--- a/plugins/woocommerce/changelog/60577-fix-attachment-metadata-loss
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve third party attachment metadata keys when regenerating product images.
diff --git a/plugins/woocommerce/changelog/63303-admin-price-wrapping b/plugins/woocommerce/changelog/63303-admin-price-wrapping
deleted file mode 100644
index cfa8f9af6ec..00000000000
--- a/plugins/woocommerce/changelog/63303-admin-price-wrapping
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent price amounts from wrapping onto multiple lines in admin list tables when a space is used as the thousands separator.
diff --git a/plugins/woocommerce/changelog/63697-analytics-taxes-taxable-amount b/plugins/woocommerce/changelog/63697-analytics-taxes-taxable-amount
deleted file mode 100644
index 87096d0b46f..00000000000
--- a/plugins/woocommerce/changelog/63697-analytics-taxes-taxable-amount
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a taxable amount column to the Analytics Taxes report, recording the net amount each tax rate applied to.
diff --git a/plugins/woocommerce/changelog/64439-fix-stock-notifications-cancel-page b/plugins/woocommerce/changelog/64439-fix-stock-notifications-cancel-page
deleted file mode 100644
index 5f04ac4dc6f..00000000000
--- a/plugins/woocommerce/changelog/64439-fix-stock-notifications-cancel-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stock notifications: return the customer to the page they cancelled a notification from, instead of the first page of the list.
diff --git a/plugins/woocommerce/changelog/64439-my-account-stock-notifications b/plugins/woocommerce/changelog/64439-my-account-stock-notifications
deleted file mode 100644
index eacb32b7cf5..00000000000
--- a/plugins/woocommerce/changelog/64439-my-account-stock-notifications
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a Stock notifications tab to My Account, so customers can review the back-in-stock sign-ups they have made and cancel the ones they no longer want.
diff --git a/plugins/woocommerce/changelog/65412-fix-hidden-required-fields b/plugins/woocommerce/changelog/65412-fix-hidden-required-fields
deleted file mode 100644
index 77ba9462215..00000000000
--- a/plugins/woocommerce/changelog/65412-fix-hidden-required-fields
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Skip required validation for hidden address fields on the classic checkout and My Account address form.
diff --git a/plugins/woocommerce/changelog/65484-fix-cart-item-data-non-scalar b/plugins/woocommerce/changelog/65484-fix-cart-item-data-non-scalar
deleted file mode 100644
index cd4f90db7dc..00000000000
--- a/plugins/woocommerce/changelog/65484-fix-cart-item-data-non-scalar
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent non-scalar cart item data provided by extensions from causing a fatal error when rendering the classic cart.
diff --git a/plugins/woocommerce/changelog/65764-checkout-order-summary-breakpoint b/plugins/woocommerce/changelog/65764-checkout-order-summary-breakpoint
deleted file mode 100644
index ae91b2fac7a..00000000000
--- a/plugins/woocommerce/changelog/65764-checkout-order-summary-breakpoint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Cart and Checkout blocks: give the order summary a fixed 360px column and hold the single-column layout until there is room for both columns, so mid-range viewports are no longer cramped.
diff --git a/plugins/woocommerce/changelog/66072-perf-v4-customer-schema-gate-aggregates b/plugins/woocommerce/changelog/66072-perf-v4-customer-schema-gate-aggregates
deleted file mode 100644
index 945c469401c..00000000000
--- a/plugins/woocommerce/changelog/66072-perf-v4-customer-schema-gate-aggregates
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-REST API: in the wc/v4 customers endpoint, only compute the order count, total spent and avatar fields when they are requested via _fields, avoiding wasted per-customer aggregate queries on sparse requests.
diff --git a/plugins/woocommerce/changelog/66317-perf-memoize-country-extensions b/plugins/woocommerce/changelog/66317-perf-memoize-country-extensions
deleted file mode 100644
index 85f82b2927b..00000000000
--- a/plugins/woocommerce/changelog/66317-perf-memoize-country-extensions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Memoize the payment extension suggestions list per country and context so it is built once per request instead of once per registered gateway.
diff --git a/plugins/woocommerce/changelog/66520-fix-revenue-table-stale-rows b/plugins/woocommerce/changelog/66520-fix-revenue-table-stale-rows
deleted file mode 100644
index eaf7d978b34..00000000000
--- a/plugins/woocommerce/changelog/66520-fix-revenue-table-stale-rows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Analytics Revenue table rows keeping the first dataset loaded when an extension report filter changes.
diff --git a/plugins/woocommerce/changelog/66953-unify-postcode-validation b/plugins/woocommerce/changelog/66953-unify-postcode-validation
deleted file mode 100644
index a687942769c..00000000000
--- a/plugins/woocommerce/changelog/66953-unify-postcode-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Unify postcode validation rules used by the server and Checkout blocks.
diff --git a/plugins/woocommerce/changelog/67124-fix-store-api-cart-session-error-boundary b/plugins/woocommerce/changelog/67124-fix-store-api-cart-session-error-boundary
deleted file mode 100644
index a1b3c65014b..00000000000
--- a/plugins/woocommerce/changelog/67124-fix-store-api-cart-session-error-boundary
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Return a Store API error response instead of a fatal error when the cart cannot be loaded from the session.
diff --git a/plugins/woocommerce/changelog/67323-fix-product-permalink-radio-checked-state b/plugins/woocommerce/changelog/67323-fix-product-permalink-radio-checked-state
deleted file mode 100644
index 9d5e133bc44..00000000000
--- a/plugins/woocommerce/changelog/67323-fix-product-permalink-radio-checked-state
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix product permalink settings radio buttons reverting to "Custom base" after saving Default, Shop base, or Shop base with category.
diff --git a/plugins/woocommerce/changelog/67354-fix-own-stock-reservation-lockout b/plugins/woocommerce/changelog/67354-fix-own-stock-reservation-lockout
deleted file mode 100644
index e9c22581ef7..00000000000
--- a/plugins/woocommerce/changelog/67354-fix-own-stock-reservation-lockout
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix a shopper being blocked in the checkout shortcode by a stock hold created by their own cancelled order.
diff --git a/plugins/woocommerce/changelog/67459-lv-postcode-validation b/plugins/woocommerce/changelog/67459-lv-postcode-validation
deleted file mode 100644
index d376d3afef1..00000000000
--- a/plugins/woocommerce/changelog/67459-lv-postcode-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add postcode validation for Latvia, which previously accepted invalid values.
diff --git a/plugins/woocommerce/changelog/67496-fix-sale-price-dates-help-tip-position b/plugins/woocommerce/changelog/67496-fix-sale-price-dates-help-tip-position
deleted file mode 100644
index 178dddf22ff..00000000000
--- a/plugins/woocommerce/changelog/67496-fix-sale-price-dates-help-tip-position
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the Sale price dates help tip rendering below the Cancel link instead of next to its label in the product editor.
diff --git a/plugins/woocommerce/changelog/67644-variation-price-filter-docs b/plugins/woocommerce/changelog/67644-variation-price-filter-docs
deleted file mode 100644
index 5a02741c3a6..00000000000
--- a/plugins/woocommerce/changelog/67644-variation-price-filter-docs
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Clarify that variation price filters use string values.
diff --git a/plugins/woocommerce/changelog/67709-invalidate-product-term-cache b/plugins/woocommerce/changelog/67709-invalidate-product-term-cache
deleted file mode 100644
index 6699c4db8f5..00000000000
--- a/plugins/woocommerce/changelog/67709-invalidate-product-term-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Invalidate cached product terms when their taxonomy terms are reordered.
diff --git a/plugins/woocommerce/changelog/67711-fix-order-attribution-form-dedup b/plugins/woocommerce/changelog/67711-fix-order-attribution-form-dedup
deleted file mode 100644
index 2d18b94784e..00000000000
--- a/plugins/woocommerce/changelog/67711-fix-order-attribution-form-dedup
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Select if this PR needs a generated summary for release notes: - [ ] **Feature Highlight** - For user-facing features (what changed, user impact) - [ ] **Developer Advisory** - For developer-facing changes (what changed, how to detect, actions needed) <details> <summary>When to use each?</summary> **Feature Highlight**: New features, UI changes, or improvements that merchants/store owners will notice. - Example: "New bulk editing for products", "Improved checkout performance" **Developer Advisory**: Breaking changes, deprecations, or changes that affect themes/plugins/extensions. - Example: "Hook signature change", "Deprecated filter", "REST API field removed" An AI will analyze your PR and post a draft comment for you to review and edit.
-
-
diff --git a/plugins/woocommerce/changelog/67855-hook-docs-generator-guards b/plugins/woocommerce/changelog/67855-hook-docs-generator-guards
deleted file mode 100644
index 6bf6f8496ed..00000000000
--- a/plugins/woocommerce/changelog/67855-hook-docs-generator-guards
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Guard every hook.doc read in the Blocks hook docs generator. No change to the generated reference.
diff --git a/plugins/woocommerce/changelog/67855-hook-docs-product-add-to-cart b/plugins/woocommerce/changelog/67855-hook-docs-product-add-to-cart
deleted file mode 100644
index ee004cce4b8..00000000000
--- a/plugins/woocommerce/changelog/67855-hook-docs-product-add-to-cart
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix the product and add to cart block hook docblocks.
diff --git a/plugins/woocommerce/changelog/67855-hook-docs-storeapi-shipping b/plugins/woocommerce/changelog/67855-hook-docs-storeapi-shipping
deleted file mode 100644
index 1fd1cb9f4ad..00000000000
--- a/plugins/woocommerce/changelog/67855-hook-docs-storeapi-shipping
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Correct the Store API cart and checkout hook docblocks, and say where the local pickup tax filters are documented.
diff --git a/plugins/woocommerce/changelog/67931-revert-67751-fix-67354-own-reserved-stock-grace-window b/plugins/woocommerce/changelog/67931-revert-67751-fix-67354-own-reserved-stock-grace-window
deleted file mode 100644
index 63202a40bd6..00000000000
--- a/plugins/woocommerce/changelog/67931-revert-67751-fix-67354-own-reserved-stock-grace-window
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore pending stock holds to prevent multiple payable orders from reserving the same stock.
diff --git a/plugins/woocommerce/changelog/67978-add-localized-thousands-separators-to-legacy-report-counts b/plugins/woocommerce/changelog/67978-add-localized-thousands-separators-to-legacy-report-counts
deleted file mode 100644
index 03ac6ba9484..00000000000
--- a/plugins/woocommerce/changelog/67978-add-localized-thousands-separators-to-legacy-report-counts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Format count values in the legacy Reports chart legends with locale-aware thousands separators.
diff --git a/plugins/woocommerce/changelog/68009-order-count-cache-late-registered-status b/plugins/woocommerce/changelog/68009-order-count-cache-late-registered-status
deleted file mode 100644
index 3ae107aef73..00000000000
--- a/plugins/woocommerce/changelog/68009-order-count-cache-late-registered-status
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Flush the order count cache when a plugin is activated or deactivated, so newly registered order statuses show up in the Orders list right away.
diff --git a/plugins/woocommerce/changelog/68064-add-bis-e2e-variation-coverage b/plugins/woocommerce/changelog/68064-add-bis-e2e-variation-coverage
deleted file mode 100644
index 6e4ef254abb..00000000000
--- a/plugins/woocommerce/changelog/68064-add-bis-e2e-variation-coverage
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Playwright E2E coverage for Back in Stock Notifications on variable products and variations (form show/hide per variation, variation signup, variation attributes in the emails, and the back-in-stock CTA linking back to a fixed-value variation).
diff --git a/plugins/woocommerce/changelog/68079-add-bis-e2e-signup-and-email-branch-coverage b/plugins/woocommerce/changelog/68079-add-bis-e2e-signup-and-email-branch-coverage
deleted file mode 100644
index ac0a979d739..00000000000
--- a/plugins/woocommerce/changelog/68079-add-bis-e2e-signup-and-email-branch-coverage
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Playwright E2E coverage for the remaining Back in Stock Notifications signup and email branches (signups disabled, account creation on signup, requires-account login flow, logged-in email footer, frontend verify/unsubscribe notices, tampered and expired email links, invalid email/product/nonce rejections).
diff --git a/plugins/woocommerce/changelog/68101-grant-access-search-exclude b/plugins/woocommerce/changelog/68101-grant-access-search-exclude
deleted file mode 100644
index 8d2906325c2..00000000000
--- a/plugins/woocommerce/changelog/68101-grant-access-search-exclude
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Pass the include/exclude parameters through to the downloadable product search so the Grant access field on the order edit screen no longer lists products that are already selected.
diff --git a/plugins/woocommerce/changelog/68165-65956-mini-cart b/plugins/woocommerce/changelog/68165-65956-mini-cart
deleted file mode 100644
index 76fcfcd1267..00000000000
--- a/plugins/woocommerce/changelog/68165-65956-mini-cart
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent Mini-Cart item removals from being cancelled when navigating away.
diff --git a/plugins/woocommerce/changelog/68168-order-fieldset-not-tied-to-order-notes b/plugins/woocommerce/changelog/68168-order-fieldset-not-tied-to-order-notes
deleted file mode 100644
index 371b91da0cb..00000000000
--- a/plugins/woocommerce/changelog/68168-order-fieldset-not-tied-to-order-notes
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the shortcode checkout dropping every other field in the order fieldset when order notes are disabled, which also left a required field there blocking checkout with no way to fill it in.
diff --git a/plugins/woocommerce/changelog/68292-my-account-pending-stock-notifications b/plugins/woocommerce/changelog/68292-my-account-pending-stock-notifications
deleted file mode 100644
index 411548dd413..00000000000
--- a/plugins/woocommerce/changelog/68292-my-account-pending-stock-notifications
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add an "Awaiting confirmation" section to the Stock notifications My Account tab, listing unconfirmed sign-ups with Resend email and Cancel actions above the active notifications table.
diff --git a/plugins/woocommerce/changelog/68368-fix-receipt-deleted-variation-parent b/plugins/woocommerce/changelog/68368-fix-receipt-deleted-variation-parent
deleted file mode 100644
index 884683c786e..00000000000
--- a/plugins/woocommerce/changelog/68368-fix-receipt-deleted-variation-parent
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix a fatal error generating receipts for orders with a deleted variation parent.
diff --git a/plugins/woocommerce/changelog/68515-fix-bis-new-install-allow-signups b/plugins/woocommerce/changelog/68515-fix-bis-new-install-allow-signups
deleted file mode 100644
index 8d552d45d6d..00000000000
--- a/plugins/woocommerce/changelog/68515-fix-bis-new-install-allow-signups
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Enable Back in Stock Notifications sign-ups by default on new installs, as intended, instead of leaving the sign-up form off because the install hook wrote the wrong option name.
diff --git a/plugins/woocommerce/changelog/68888-update-improve-photoswipe-message b/plugins/woocommerce/changelog/68888-update-improve-photoswipe-message
deleted file mode 100644
index 443c6da2418..00000000000
--- a/plugins/woocommerce/changelog/68888-update-improve-photoswipe-message
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Improve photoswipe error message.
diff --git a/plugins/woocommerce/changelog/68xxx-fix-stock-notifications-endpoint-slug-sanitize b/plugins/woocommerce/changelog/68xxx-fix-stock-notifications-endpoint-slug-sanitize
deleted file mode 100644
index 220f06775ec..00000000000
--- a/plugins/woocommerce/changelog/68xxx-fix-stock-notifications-endpoint-slug-sanitize
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Sanitize the stock notifications My Account endpoint slug when saved from settings.
diff --git a/plugins/woocommerce/changelog/WOOMKT-825-846-849 b/plugins/woocommerce/changelog/WOOMKT-825-846-849
deleted file mode 100644
index 86fc7d17f56..00000000000
--- a/plugins/woocommerce/changelog/WOOMKT-825-846-849
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Three small Marketplace fixes: the clear button in the search field only shows when there is text to clear and resets the results, search results get a "Results for" heading, and the WooCommerce.com account menu link reads "Your WooCommerce.com account" and points at My account.
diff --git a/plugins/woocommerce/changelog/WOOMKT-848-850-859 b/plugins/woocommerce/changelog/WOOMKT-848-850-859
deleted file mode 100644
index f97e57764ea..00000000000
--- a/plugins/woocommerce/changelog/WOOMKT-848-850-859
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Three small Marketplace UI fixes: the Plugins > Add Plugin "WooCommerce Marketplace" tab lands on Discover, the Extensions page title matches other admin page titles, and compact product cards show the "Sponsored" label.
diff --git a/plugins/woocommerce/changelog/WOOMKT-851 b/plugins/woocommerce/changelog/WOOMKT-851
deleted file mode 100644
index 7d186e7cfb2..00000000000
--- a/plugins/woocommerce/changelog/WOOMKT-851
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Add a dismiss button and an inline disconnect link to the connected account banner on the marketplace's My Subscriptions tab.
diff --git a/plugins/woocommerce/changelog/add-35684-chw-currency b/plugins/woocommerce/changelog/add-35684-chw-currency
deleted file mode 100644
index 4770303b5e2..00000000000
--- a/plugins/woocommerce/changelog/add-35684-chw-currency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the WIR franc (CHW) to the list of available store currencies.
diff --git a/plugins/woocommerce/changelog/add-WOOPRD-3770-elavon-payment-partner b/plugins/woocommerce/changelog/add-WOOPRD-3770-elavon-payment-partner
deleted file mode 100644
index 76eccae525f..00000000000
--- a/plugins/woocommerce/changelog/add-WOOPRD-3770-elavon-payment-partner
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add Elavon to payments extension suggestions.
diff --git a/plugins/woocommerce/changelog/add-cart-item-data-raw-key b/plugins/woocommerce/changelog/add-cart-item-data-raw-key
deleted file mode 100644
index 889daf981a2..00000000000
--- a/plugins/woocommerce/changelog/add-cart-item-data-raw-key
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Store API: add `raw_key` to cart item `item_data` so extensions can identify their own entries without matching a translated label.
diff --git a/plugins/woocommerce/changelog/add-dismiss-whats-next-tasks b/plugins/woocommerce/changelog/add-dismiss-whats-next-tasks
deleted file mode 100644
index 63c5eefc23f..00000000000
--- a/plugins/woocommerce/changelog/add-dismiss-whats-next-tasks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add a skip action for individual Things to do next tasks.
diff --git a/plugins/woocommerce/changelog/add-filter-chips-styles b/plugins/woocommerce/changelog/add-filter-chips-styles
deleted file mode 100644
index f6d2a44f760..00000000000
--- a/plugins/woocommerce/changelog/add-filter-chips-styles
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for typography, padding, and border radius styles to the Chips block
diff --git a/plugins/woocommerce/changelog/add-helper-api-rate-limit-backoff b/plugins/woocommerce/changelog/add-helper-api-rate-limit-backoff
deleted file mode 100644
index e71697c6c60..00000000000
--- a/plugins/woocommerce/changelog/add-helper-api-rate-limit-backoff
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add rate-limit (HTTP 429) backoff for WooCommerce.com update-check and subscriptions API requests, respecting the Retry-After header.
diff --git a/plugins/woocommerce/changelog/add-identifier-placeholder-sniff b/plugins/woocommerce/changelog/add-identifier-placeholder-sniff
deleted file mode 100644
index 5ed563668d4..00000000000
--- a/plugins/woocommerce/changelog/add-identifier-placeholder-sniff
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add a PHPCS sniff that flags unguarded use of the `%i` SQL identifier placeholder in `wpdb::prepare()` calls, so trusted identifiers are interpolated directly (or `%i` is guarded with `wpdb::has_cap( 'identifier_placeholders' )`).
diff --git a/plugins/woocommerce/changelog/add-order-withdrawal-emails b/plugins/woocommerce/changelog/add-order-withdrawal-emails
deleted file mode 100644
index 6dec8a1a602..00000000000
--- a/plugins/woocommerce/changelog/add-order-withdrawal-emails
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add configurable customer and merchant emails for order withdrawal requests.
diff --git a/plugins/woocommerce/changelog/add-payment-placement-contract-tests b/plugins/woocommerce/changelog/add-payment-placement-contract-tests
deleted file mode 100644
index f189742a86b..00000000000
--- a/plugins/woocommerce/changelog/add-payment-placement-contract-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add per-country, per-section contract tests pinning the Payments settings partner recommendations, replacing two duplicated suggestion-count data providers and several per-country spot tests.
diff --git a/plugins/woocommerce/changelog/add-phpcs-inline-lint-annotations b/plugins/woocommerce/changelog/add-phpcs-inline-lint-annotations
deleted file mode 100644
index 8393cc1ee0a..00000000000
--- a/plugins/woocommerce/changelog/add-phpcs-inline-lint-annotations
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Surface PHPCS findings as inline annotations on a pull request's Files changed tab.
diff --git a/plugins/woocommerce/changelog/add-product-filter-overlay-controls b/plugins/woocommerce/changelog/add-product-filter-overlay-controls
deleted file mode 100644
index 355b8154f80..00000000000
--- a/plugins/woocommerce/changelog/add-product-filter-overlay-controls
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add Off, Mobile, and Always overlay modes to Product Filters block.
diff --git a/plugins/woocommerce/changelog/add-quantity-selector-background-color b/plugins/woocommerce/changelog/add-quantity-selector-background-color
deleted file mode 100644
index 3a82ab3efd8..00000000000
--- a/plugins/woocommerce/changelog/add-quantity-selector-background-color
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for text and background color styles in the Product Quantity block
diff --git a/plugins/woocommerce/changelog/add-quantity-selector-border-radius b/plugins/woocommerce/changelog/add-quantity-selector-border-radius
deleted file mode 100644
index d1fcb139ad7..00000000000
--- a/plugins/woocommerce/changelog/add-quantity-selector-border-radius
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for border radius styles in the Product Quantity block
diff --git a/plugins/woocommerce/changelog/add-role-to-customers-report b/plugins/woocommerce/changelog/add-role-to-customers-report
deleted file mode 100644
index a6413b6f67b..00000000000
--- a/plugins/woocommerce/changelog/add-role-to-customers-report
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a Role column to the Analytics > Customers report and its CSV export, showing each customer's WordPress role(s).
diff --git a/plugins/woocommerce/changelog/add-store-api-cart-item-quantity-validation-filter b/plugins/woocommerce/changelog/add-store-api-cart-item-quantity-validation-filter
deleted file mode 100644
index edb2fb5c708..00000000000
--- a/plugins/woocommerce/changelog/add-store-api-cart-item-quantity-validation-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a woocommerce_store_api_cart_item_quantity_validation filter so extensions can validate cart item quantity changes made via the Store API.
diff --git a/plugins/woocommerce/changelog/add-tax-rate-modal-search-pagination b/plugins/woocommerce/changelog/add-tax-rate-modal-search-pagination
deleted file mode 100644
index d2265ceeda3..00000000000
--- a/plugins/woocommerce/changelog/add-tax-rate-modal-search-pagination
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Add search, pagination, and an empty state to the order edit Add tax modal.
diff --git a/plugins/woocommerce/changelog/add-wccom-2873-auto-update-status b/plugins/woocommerce/changelog/add-wccom-2873-auto-update-status
deleted file mode 100644
index d0fafcd79b9..00000000000
--- a/plugins/woocommerce/changelog/add-wccom-2873-auto-update-status
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add an "Automatic updates" column to the My Subscriptions screen that turns auto-updates on or off for installed extensions and themes, and shows "Blocked" when they are on but something else stops the product updating
diff --git a/plugins/woocommerce/changelog/add-woocom-connect-notice-plugin-rows b/plugins/woocommerce/changelog/add-woocom-connect-notice-plugin-rows
deleted file mode 100644
index 1f6486c2c94..00000000000
--- a/plugins/woocommerce/changelog/add-woocom-connect-notice-plugin-rows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add notices under WooCommerce.com extensions on the Plugins screen when the store isn't connected, the extension has no subscription, or its subscription has expired or is about to expire without auto-renew, and make the renew link renew that subscription rather than add the product to the cart
diff --git a/plugins/woocommerce/changelog/bis-features-screen-toggle b/plugins/woocommerce/changelog/bis-features-screen-toggle
deleted file mode 100644
index e31bc92d67b..00000000000
--- a/plugins/woocommerce/changelog/bis-features-screen-toggle
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Move Back in Stock Notifications activation from the WOOCOMMERCE_BIS_ALPHA_ENABLED wp-config constant to a normal feature toggle at WooCommerce → Settings → Advanced → Features → Experimental.
diff --git a/plugins/woocommerce/changelog/blocks-e2e-seed-idempotency b/plugins/woocommerce/changelog/blocks-e2e-seed-idempotency
deleted file mode 100644
index e304b1aaee0..00000000000
--- a/plugins/woocommerce/changelog/blocks-e2e-seed-idempotency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Make the Blocks e2e seed re-runnable and fail loudly on a broken step.
diff --git a/plugins/woocommerce/changelog/codex-fix-product-filters-zero-block-gap b/plugins/woocommerce/changelog/codex-fix-product-filters-zero-block-gap
deleted file mode 100644
index 9e4fbe4de9d..00000000000
--- a/plugins/woocommerce/changelog/codex-fix-product-filters-zero-block-gap
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure Product Filters respect zero block spacing on the frontend.
diff --git a/plugins/woocommerce/changelog/codex-woothme-502-product-filters-sticky-support b/plugins/woocommerce/changelog/codex-woothme-502-product-filters-sticky-support
deleted file mode 100644
index c4721a353e8..00000000000
--- a/plugins/woocommerce/changelog/codex-woothme-502-product-filters-sticky-support
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add sticky positioning support to the Product Filters block.
diff --git a/plugins/woocommerce/changelog/core-e2e-remove-redundant-tests b/plugins/woocommerce/changelog/core-e2e-remove-redundant-tests
deleted file mode 100644
index 3b361ea0005..00000000000
--- a/plugins/woocommerce/changelog/core-e2e-remove-redundant-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove core E2E tests whose coverage exists elsewhere: the duplicated logged-in Checkout Link block, the WordPress-core lost password specs, and seven of eight identical order status filter cases.
diff --git a/plugins/woocommerce/changelog/deprecate-brand-recount-methods b/plugins/woocommerce/changelog/deprecate-brand-recount-methods
deleted file mode 100644
index 92e6ff8dfed..00000000000
--- a/plugins/woocommerce/changelog/deprecate-brand-recount-methods
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Deprecate the WC_Brands recount methods in favor of the shared term recount functions.
diff --git a/plugins/woocommerce/changelog/dev-66603-folloup-deprecate-cycle-start b/plugins/woocommerce/changelog/dev-66603-folloup-deprecate-cycle-start
deleted file mode 100644
index 40ff1c2ca07..00000000000
--- a/plugins/woocommerce/changelog/dev-66603-folloup-deprecate-cycle-start
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Product ordering: start legacy algorithm deprecation cycle.
diff --git a/plugins/woocommerce/changelog/dev-ci-jobs-job-level-ignore b/plugins/woocommerce/changelog/dev-ci-jobs-job-level-ignore
deleted file mode 100644
index e4e05a198d0..00000000000
--- a/plugins/woocommerce/changelog/dev-ci-jobs-job-level-ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: CI configuration only: adds job-level ignore globs to the plugin's config.ci jobs so non-code files stop triggering them.
diff --git a/plugins/woocommerce/changelog/dev-clean-settings-ui-styles b/plugins/woocommerce/changelog/dev-clean-settings-ui-styles
deleted file mode 100644
index bf47496c849..00000000000
--- a/plugins/woocommerce/changelog/dev-clean-settings-ui-styles
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove obsolete Settings UI renderer styles and duplicate DataViews CSS; no merchant-facing change.
diff --git a/plugins/woocommerce/changelog/dev-fix-classic-assets-stylelint-scss-syntax b/plugins/woocommerce/changelog/dev-fix-classic-assets-stylelint-scss-syntax
deleted file mode 100644
index 37285a2c7c8..00000000000
--- a/plugins/woocommerce/changelog/dev-fix-classic-assets-stylelint-scss-syntax
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix the classic-assets stylelint setup to parse SCSS and clean up the violations it surfaced. Tooling and source-formatting only, no functional CSS changes.
diff --git a/plugins/woocommerce/changelog/dev-markup-contract-suppressions b/plugins/woocommerce/changelog/dev-markup-contract-suppressions
deleted file mode 100644
index d1193ff1207..00000000000
--- a/plugins/woocommerce/changelog/dev-markup-contract-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Document intentional product, order, and payment markup contracts with exact coding-standard annotations.
diff --git a/plugins/woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions b/plugins/woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions
deleted file mode 100644
index 963da19163a..00000000000
--- a/plugins/woocommerce/changelog/dev-phpcs-test-hook-sniff-exclusions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Exclude the hook comment and hyphenated hook name phpcs sniffs for tests and remove the redundant inline ignores.
diff --git a/plugins/woocommerce/changelog/dev-remove-autoprefixer-legacy-css b/plugins/woocommerce/changelog/dev-remove-autoprefixer-legacy-css
deleted file mode 100644
index d99619e1f69..00000000000
--- a/plugins/woocommerce/changelog/dev-remove-autoprefixer-legacy-css
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove the no-op autoprefixer step from the legacy assets CSS build and clean the obsolete vendor prefixes it was stripping from the sources. Built CSS is unchanged.
diff --git a/plugins/woocommerce/changelog/dev-remove-ie8-leftovers b/plugins/woocommerce/changelog/dev-remove-ie8-leftovers
deleted file mode 100644
index 6445f68f788..00000000000
--- a/plugins/woocommerce/changelog/dev-remove-ie8-leftovers
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove IE8-era leftovers from the classic-assets build: the ie8 uglify flag, the IE 8/9 browserslist targets, and two dead IE-only CSS hacks. Minified output changes; no behavior change on any supported browser.
diff --git a/plugins/woocommerce/changelog/dev-remove-settings-ui-group-actions b/plugins/woocommerce/changelog/dev-remove-settings-ui-group-actions
deleted file mode 100644
index 31df787c562..00000000000
--- a/plugins/woocommerce/changelog/dev-remove-settings-ui-group-actions
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove unsupported group header actions from the experimental Settings UI schema.
diff --git a/plugins/woocommerce/changelog/dev-remove-unused-grunt-phpcs-clean b/plugins/woocommerce/changelog/dev-remove-unused-grunt-phpcs-clean
deleted file mode 100644
index f9555dc955c..00000000000
--- a/plugins/woocommerce/changelog/dev-remove-unused-grunt-phpcs-clean
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove the unused grunt-phpcs and grunt-contrib-clean packages from the classic-assets Grunt setup; no registered task ever ran them.
diff --git a/plugins/woocommerce/changelog/dev-report-header-advanced-filters-type b/plugins/woocommerce/changelog/dev-report-header-advanced-filters-type
deleted file mode 100644
index 811b74f7296..00000000000
--- a/plugins/woocommerce/changelog/dev-report-header-advanced-filters-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Type the ReportHeader advancedFilters prop with AdvancedFilterConfig from @woocommerce/components.
-
diff --git a/plugins/woocommerce/changelog/dev-resolve-more-npm-alerts b/plugins/woocommerce/changelog/dev-resolve-more-npm-alerts
deleted file mode 100644
index 7e08316f888..00000000000
--- a/plugins/woocommerce/changelog/dev-resolve-more-npm-alerts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update npm dependencies and remove unused build tools to close more Dependabot alerts.
diff --git a/plugins/woocommerce/changelog/dev-revert-classic-assets-node-build b/plugins/woocommerce/changelog/dev-revert-classic-assets-node-build
deleted file mode 100644
index 5b92168f62d..00000000000
--- a/plugins/woocommerce/changelog/dev-revert-classic-assets-node-build
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Revert the @woocommerce/classic-assets node build script and restore the Grunt pipeline. Built assets are unchanged either way.
diff --git a/plugins/woocommerce/changelog/dev-settings-registration-admin-init-priority b/plugins/woocommerce/changelog/dev-settings-registration-admin-init-priority
deleted file mode 100644
index 0bb8d3d1459..00000000000
--- a/plugins/woocommerce/changelog/dev-settings-registration-admin-init-priority
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Settings registration now runs on `admin_init` at priority 999 instead of the default 10, so it runs after other callbacks on that hook rather than before. Code that unhooks it must match the new priority: `remove_action( 'admin_init', array( WC(), 'register_wp_admin_settings' ), 999 )`; the no-priority form that matches in 11.0.1 and 11.1 silently stops matching.
diff --git a/plugins/woocommerce/changelog/dev-settings-request-boundary-suppressions b/plugins/woocommerce/changelog/dev-settings-request-boundary-suppressions
deleted file mode 100644
index 43d65e7015b..00000000000
--- a/plugins/woocommerce/changelog/dev-settings-request-boundary-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Document intentional raw-data boundaries in the settings APIs with exact coding-standard annotations.
diff --git a/plugins/woocommerce/changelog/dev-skip-push-notification-work-without-tokens b/plugins/woocommerce/changelog/dev-skip-push-notification-work-without-tokens
deleted file mode 100644
index b706c2e7619..00000000000
--- a/plugins/woocommerce/changelog/dev-skip-push-notification-work-without-tokens
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Skip push notification scheduling and the loopback request when no push tokens are registered
diff --git a/plugins/woocommerce/changelog/dev-test-bootstrap-disable-code-hacker b/plugins/woocommerce/changelog/dev-test-bootstrap-disable-code-hacker
deleted file mode 100644
index dc1b51278d0..00000000000
--- a/plugins/woocommerce/changelog/dev-test-bootstrap-disable-code-hacker
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Allow running the PHPUnit suite without the code hacker by setting the WC_TEST_DISABLE_CODE_HACKER environment variable, for tools such as mutation testers that need to own the file stream wrapper.
diff --git a/plugins/woocommerce/changelog/docs-analytics-customer-hook-timing b/plugins/woocommerce/changelog/docs-analytics-customer-hook-timing
deleted file mode 100644
index b7a0a1b28b3..00000000000
--- a/plugins/woocommerce/changelog/docs-analytics-customer-hook-timing
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Document Analytics customer creation hook timing and cover repeated customer-history views and imports.
diff --git a/plugins/woocommerce/changelog/docs-enum-get-all-scope b/plugins/woocommerce/changelog/docs-enum-get-all-scope
deleted file mode 100644
index 2def543241a..00000000000
--- a/plugins/woocommerce/changelog/docs-enum-get-all-scope
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Document what Enums get_all() returns compared with the filterable wc_get_*() helpers, including the differing return shapes and the wc- prefix on order statuses.
diff --git a/plugins/woocommerce/changelog/enhancement-53323-analytics-default-status-filters b/plugins/woocommerce/changelog/enhancement-53323-analytics-default-status-filters
deleted file mode 100644
index 3e0d8984f8a..00000000000
--- a/plugins/woocommerce/changelog/enhancement-53323-analytics-default-status-filters
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Introduce two new PHP filters, woocommerce_analytics_settings_default_excluded_order_statuses and woocommerce_analytics_settings_default_actionable_order_statuses, that let plugins change the default order statuses used by Analytics. The filters apply everywhere, not only to the boxes pre-checked on the Analytics Settings screen: on a store that has never saved these options they also change report totals, the order status enum returned by the reports REST controllers, the Activity Panel orders-to-fulfill count, and the Customer History box.
diff --git a/plugins/woocommerce/changelog/fix-28591-coupon-discount-on-edited-order-totals b/plugins/woocommerce/changelog/fix-28591-coupon-discount-on-edited-order-totals
deleted file mode 100644
index 4cb35b098cd..00000000000
--- a/plugins/woocommerce/changelog/fix-28591-coupon-discount-on-edited-order-totals
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix coupons applied in the order editor ignoring manually edited line item totals.
diff --git a/plugins/woocommerce/changelog/fix-29727-csv-importer-plus-in-path b/plugins/woocommerce/changelog/fix-29727-csv-importer-plus-in-path
deleted file mode 100644
index ac5a4b30227..00000000000
--- a/plugins/woocommerce/changelog/fix-29727-csv-importer-plus-in-path
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix product CSV importer failing between steps when the file path contains special characters such as '+', and show a clear error when the CSV file cannot be opened.
diff --git a/plugins/woocommerce/changelog/fix-31068-order-item-qty-validation b/plugins/woocommerce/changelog/fix-31068-order-item-qty-validation
deleted file mode 100644
index 02554704ebd..00000000000
--- a/plugins/woocommerce/changelog/fix-31068-order-item-qty-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Show the browser validation message for negative order item quantities in the admin order editor instead of silently failing, and reject them server-side in the order items AJAX endpoints.
diff --git a/plugins/woocommerce/changelog/fix-31637-rtl-currency-symbol-bidi b/plugins/woocommerce/changelog/fix-31637-rtl-currency-symbol-bidi
deleted file mode 100644
index d5512f6f23a..00000000000
--- a/plugins/woocommerce/changelog/fix-31637-rtl-currency-symbol-bidi
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Direction-isolate the currency symbol in wc_price() so RTL-script symbols (e.g. Lebanese Pound) respect the configured currency position and no longer bleed into surrounding text.
diff --git a/plugins/woocommerce/changelog/fix-31656-order-item-cache-shape b/plugins/woocommerce/changelog/fix-31656-order-item-cache-shape
deleted file mode 100644
index d91a4b1ca38..00000000000
--- a/plugins/woocommerce/changelog/fix-31656-order-item-cache-shape
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure the cached order item data always includes the item type and item ID, so the cache shape is consistent between the order data store and the order item data store.
diff --git a/plugins/woocommerce/changelog/fix-32113-short-description-pagehide b/plugins/woocommerce/changelog/fix-32113-short-description-pagehide
deleted file mode 100644
index 204b45a6269..00000000000
--- a/plugins/woocommerce/changelog/fix-32113-short-description-pagehide
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the product short description editor becoming blank after moving its metabox.
diff --git a/plugins/woocommerce/changelog/fix-33344-unnamed-product-save b/plugins/woocommerce/changelog/fix-33344-unnamed-product-save
deleted file mode 100644
index 609340ac565..00000000000
--- a/plugins/woocommerce/changelog/fix-33344-unnamed-product-save
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve product data when saving a new product without a name in the classic editor by using the default “(no title)” name.
diff --git a/plugins/woocommerce/changelog/fix-35607-product-search-order b/plugins/woocommerce/changelog/fix-35607-product-search-order
deleted file mode 100644
index b02381a73df..00000000000
--- a/plugins/woocommerce/changelog/fix-35607-product-search-order
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prioritize product title matches in default admin searches while preserving broad matches and explicit sorting.
diff --git a/plugins/woocommerce/changelog/fix-36937-installing-rewrite-flush b/plugins/woocommerce/changelog/fix-36937-installing-rewrite-flush
deleted file mode 100644
index 517c2bb8d82..00000000000
--- a/plugins/woocommerce/changelog/fix-36937-installing-rewrite-flush
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Defer rewrite rule flushes raised during WordPress installing-mode requests, when themes and plugins may not be loaded, to the next normal request.
diff --git a/plugins/woocommerce/changelog/fix-37121-sequential-coupon-order b/plugins/woocommerce/changelog/fix-37121-sequential-coupon-order
deleted file mode 100644
index 32289c98853..00000000000
--- a/plugins/woocommerce/changelog/fix-37121-sequential-coupon-order
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Make sequential coupons with equal priorities calculate in application order.
diff --git a/plugins/woocommerce/changelog/fix-37789-exact-attribute-term-search b/plugins/woocommerce/changelog/fix-37789-exact-attribute-term-search
deleted file mode 100644
index a0824db3297..00000000000
--- a/plugins/woocommerce/changelog/fix-37789-exact-attribute-term-search
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure exact global attribute terms remain selectable when partial matches fill the search results.
diff --git a/plugins/woocommerce/changelog/fix-38574-tracker-retry-snapshots b/plugins/woocommerce/changelog/fix-38574-tracker-retry-snapshots
deleted file mode 100644
index fd75e9029a0..00000000000
--- a/plugins/woocommerce/changelog/fix-38574-tracker-retry-snapshots
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Retry failed usage-tracking snapshot deliveries on the next scheduled run instead of silently dropping them for a week.
diff --git a/plugins/woocommerce/changelog/fix-38919-unregister-deleted-attribute-taxonomy b/plugins/woocommerce/changelog/fix-38919-unregister-deleted-attribute-taxonomy
deleted file mode 100644
index 575dc59ff4a..00000000000
--- a/plugins/woocommerce/changelog/fix-38919-unregister-deleted-attribute-taxonomy
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Unregister a global product attribute's runtime taxonomy when the attribute is deleted so its slug can be reused in the same request.
diff --git a/plugins/woocommerce/changelog/fix-39052-normalize-ces-submit-label b/plugins/woocommerce/changelog/fix-39052-normalize-ces-submit-label
deleted file mode 100644
index 8ecafd1fae0..00000000000
--- a/plugins/woocommerce/changelog/fix-39052-normalize-ces-submit-label
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Use the canonical customer effort score submit label property for inline survey dispatches.
diff --git a/plugins/woocommerce/changelog/fix-39112-api-tests-tracking-enabled b/plugins/woocommerce/changelog/fix-39112-api-tests-tracking-enabled
deleted file mode 100644
index 44de4468963..00000000000
--- a/plugins/woocommerce/changelog/fix-39112-api-tests-tracking-enabled
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Run Core API tests with usage tracking enabled in pull request, nightly, and release CI.
diff --git a/plugins/woocommerce/changelog/fix-39462-date-paid-filter-timezone b/plugins/woocommerce/changelog/fix-39462-date-paid-filter-timezone
deleted file mode 100644
index 70a23459767..00000000000
--- a/plugins/woocommerce/changelog/fix-39462-date-paid-filter-timezone
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Make the date_paid/date_completed day filter on the legacy orders list table respect the site timezone, so the listed orders match the requested local day.
diff --git a/plugins/woocommerce/changelog/fix-39652-samesite-password-reset b/plugins/woocommerce/changelog/fix-39652-samesite-password-reset
deleted file mode 100644
index 147c32fbffe..00000000000
--- a/plugins/woocommerce/changelog/fix-39652-samesite-password-reset
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Allow password reset links to work when reset cookies use SameSite=Strict.
diff --git a/plugins/woocommerce/changelog/fix-40443-checkout-notice-validation b/plugins/woocommerce/changelog/fix-40443-checkout-notice-validation
deleted file mode 100644
index 4c6030ea3e3..00000000000
--- a/plugins/woocommerce/changelog/fix-40443-checkout-notice-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent non-error checkout update notices from triggering field validation.
diff --git a/plugins/woocommerce/changelog/fix-40683 b/plugins/woocommerce/changelog/fix-40683
deleted file mode 100644
index 1b1760c9a7e..00000000000
--- a/plugins/woocommerce/changelog/fix-40683
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the Create shipping label button by showing a completion notice and a Reload page button after WooCommerce Shipping is installed and activated.
diff --git a/plugins/woocommerce/changelog/fix-40791-checkout-apostrophe-encoding b/plugins/woocommerce/changelog/fix-40791-checkout-apostrophe-encoding
deleted file mode 100644
index bbc1111beee..00000000000
--- a/plugins/woocommerce/changelog/fix-40791-checkout-apostrophe-encoding
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Encode apostrophes in classic checkout request data.
diff --git a/plugins/woocommerce/changelog/fix-40831-stock-report-export-post-status b/plugins/woocommerce/changelog/fix-40831-stock-report-export-post-status
deleted file mode 100644
index dbe991435c4..00000000000
--- a/plugins/woocommerce/changelog/fix-40831-stock-report-export-post-status
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Analytics: pin the Stock report to published and private products so its CSV export always completes and its download email is sent.
diff --git a/plugins/woocommerce/changelog/fix-41318-hpos-orders-date-filter b/plugins/woocommerce/changelog/fix-41318-hpos-orders-date-filter
deleted file mode 100644
index 973401b4464..00000000000
--- a/plugins/woocommerce/changelog/fix-41318-hpos-orders-date-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix date filtering of the HPOS orders list via links from Analytics reports (order_date_type and day-granularity date params were ignored).
diff --git a/plugins/woocommerce/changelog/fix-41577-nbsp-separator-entities b/plugins/woocommerce/changelog/fix-41577-nbsp-separator-entities
deleted file mode 100644
index 1197c3257c8..00000000000
--- a/plugins/woocommerce/changelog/fix-41577-nbsp-separator-entities
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Display the real character instead of the raw HTML entity when the price thousand or decimal separator is stored as an entity such as in Analytics, admin screens, and blocks.
diff --git a/plugins/woocommerce/changelog/fix-44554-analytics-excluded-long-custom-statuses b/plugins/woocommerce/changelog/fix-44554-analytics-excluded-long-custom-statuses
deleted file mode 100644
index bfaf5b3499c..00000000000
--- a/plugins/woocommerce/changelog/fix-44554-analytics-excluded-long-custom-statuses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Respect excluded order statuses in Analytics reports when a custom status slug exceeds the 20-character storage limit
diff --git a/plugins/woocommerce/changelog/fix-45521-attribute-term-id-order b/plugins/woocommerce/changelog/fix-45521-attribute-term-id-order
deleted file mode 100644
index 4551566b2bd..00000000000
--- a/plugins/woocommerce/changelog/fix-45521-attribute-term-id-order
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Honor the Term ID sort order for product attribute terms and variation dropdowns.
diff --git a/plugins/woocommerce/changelog/fix-45770-order-status-translator-context b/plugins/woocommerce/changelog/fix-45770-order-status-translator-context
deleted file mode 100644
index 63dd8d5d3d3..00000000000
--- a/plugins/woocommerce/changelog/fix-45770-order-status-translator-context
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add translator context to the Orders list table "Status" column so it can be translated independently of the unrelated "Status" strings elsewhere in the admin.
diff --git a/plugins/woocommerce/changelog/fix-46459-core-deprecation-versions b/plugins/woocommerce/changelog/fix-46459-core-deprecation-versions
deleted file mode 100644
index 18591c0c21b..00000000000
--- a/plugins/woocommerce/changelog/fix-46459-core-deprecation-versions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Use WooCommerce Core versions in JavaScript deprecation notices.
diff --git a/plugins/woocommerce/changelog/fix-47008-disabled-button-state b/plugins/woocommerce/changelog/fix-47008-disabled-button-state
deleted file mode 100644
index e4ab5be0f20..00000000000
--- a/plugins/woocommerce/changelog/fix-47008-disabled-button-state
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fade the whole button rather than only its label when a cart or checkout button is disabled, and stop disabled outlined buttons from taking on the dark hover styling.
diff --git a/plugins/woocommerce/changelog/fix-48583-cart-empty-message-translation b/plugins/woocommerce/changelog/fix-48583-cart-empty-message-translation
deleted file mode 100644
index 94660996227..00000000000
--- a/plugins/woocommerce/changelog/fix-48583-cart-empty-message-translation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Store the default Cart page empty cart headings as block pattern references so they follow the site language instead of the install language, and restore the missing "Browse store" link.
diff --git a/plugins/woocommerce/changelog/fix-51088-analytics-translations-combined-file b/plugins/woocommerce/changelog/fix-51088-analytics-translations-combined-file
deleted file mode 100644
index 707183d1175..00000000000
--- a/plugins/woocommerce/changelog/fix-51088-analytics-translations-combined-file
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Regenerate the missing combined translation file for WooCommerce Admin scripts on demand, so Analytics and other admin screens no longer show untranslated strings when the file is absent.
diff --git a/plugins/woocommerce/changelog/fix-51209-rest-uncaught-invalid-product b/plugins/woocommerce/changelog/fix-51209-rest-uncaught-invalid-product
deleted file mode 100644
index ba549463cb8..00000000000
--- a/plugins/woocommerce/changelog/fix-51209-rest-uncaught-invalid-product
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent REST product update and duplicate requests from fatally erroring when given a variation ID, and preserve the stored product type instead of converting the product to simple when the requested type names no known class.
diff --git a/plugins/woocommerce/changelog/fix-52385-core-profiler-mobile-button-spacing b/plugins/woocommerce/changelog/fix-52385-core-profiler-mobile-button-spacing
deleted file mode 100644
index 4704b0e88bf..00000000000
--- a/plugins/woocommerce/changelog/fix-52385-core-profiler-mobile-button-spacing
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the oversized gap between the two buttons on the core profiler welcome screen at mobile widths.
diff --git a/plugins/woocommerce/changelog/fix-53234-repair-corrupted-dashboard-sections b/plugins/woocommerce/changelog/fix-53234-repair-corrupted-dashboard-sections
deleted file mode 100644
index 4c90e88f0ae..00000000000
--- a/plugins/woocommerce/changelog/fix-53234-repair-corrupted-dashboard-sections
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Render the Analytics dashboard and repair the stored preference when the woocommerce_admin_dashboard_sections user meta is corrupted.
diff --git a/plugins/woocommerce/changelog/fix-53303-day-range-in-localized-format b/plugins/woocommerce/changelog/fix-53303-day-range-in-localized-format
deleted file mode 100644
index eaf323fca18..00000000000
--- a/plugins/woocommerce/changelog/fix-53303-day-range-in-localized-format
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the Analytics date range label showing a garbled date in languages whose month names contain digits, such as Japanese.
diff --git a/plugins/woocommerce/changelog/fix-53766-fee-tax_status-non-taxable b/plugins/woocommerce/changelog/fix-53766-fee-tax_status-non-taxable
deleted file mode 100644
index feb7d07ec78..00000000000
--- a/plugins/woocommerce/changelog/fix-53766-fee-tax_status-non-taxable
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Set tax_status to 'none' when creating fee order items from non-taxable cart fees.
diff --git a/plugins/woocommerce/changelog/fix-55817-rtl-pagination-arrows b/plugins/woocommerce/changelog/fix-55817-rtl-pagination-arrows
deleted file mode 100644
index cecfb7cbf2a..00000000000
--- a/plugins/woocommerce/changelog/fix-55817-rtl-pagination-arrows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix reversed pagination arrows on Analytics report tables in RTL locales
diff --git a/plugins/woocommerce/changelog/fix-56112-product-task-menu b/plugins/woocommerce/changelog/fix-56112-product-task-menu
deleted file mode 100644
index 9838de8a947..00000000000
--- a/plugins/woocommerce/changelog/fix-56112-product-task-menu
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Correctly highlight Products submenu items throughout the empty All Products add-product flow.
diff --git a/plugins/woocommerce/changelog/fix-58000-strip-invisible-chars-phone b/plugins/woocommerce/changelog/fix-58000-strip-invisible-chars-phone
deleted file mode 100644
index d1ea3fcf01f..00000000000
--- a/plugins/woocommerce/changelog/fix-58000-strip-invisible-chars-phone
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Strip invisible Unicode characters from phone numbers so pasted numbers are not rejected over characters the customer cannot see, store the cleaned number from the Checkout block and the My Account address form, and stop the classic checkout marking the field invalid. wc_remove_non_displayable_chars() now removes every Unicode default-ignorable code point, including the word joiner (U+2060) and the variation selectors it used to keep.
diff --git a/plugins/woocommerce/changelog/fix-58084-checkout-unavailable-country-select b/plugins/woocommerce/changelog/fix-58084-checkout-unavailable-country-select
deleted file mode 100644
index 3ce95ab1539..00000000000
--- a/plugins/woocommerce/changelog/fix-58084-checkout-unavailable-country-select
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Show a returning customer's saved country as a disabled option in the checkout country dropdown when the store no longer sells or ships to that country
diff --git a/plugins/woocommerce/changelog/fix-60415-uninstall-unschedule-actions b/plugins/woocommerce/changelog/fix-60415-uninstall-unschedule-actions
deleted file mode 100644
index de5e8d5d72f..00000000000
--- a/plugins/woocommerce/changelog/fix-60415-uninstall-unschedule-actions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure WooCommerce scheduled actions are removed on uninstall by bootstrapping Action Scheduler when no other plugin has loaded it.
diff --git a/plugins/woocommerce/changelog/fix-62151-refund-fix-tool-notice b/plugins/woocommerce/changelog/fix-62151-refund-fix-tool-notice
deleted file mode 100644
index 2b76f2d7769..00000000000
--- a/plugins/woocommerce/changelog/fix-62151-refund-fix-tool-notice
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add inbox notice pointing merchants to the full refund data fix tool
diff --git a/plugins/woocommerce/changelog/fix-62620-hpos-order-notes-orphaned b/plugins/woocommerce/changelog/fix-62620-hpos-order-notes-orphaned
deleted file mode 100644
index c210a410bdb..00000000000
--- a/plugins/woocommerce/changelog/fix-62620-hpos-order-notes-orphaned
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Delete orphaned order notes (comments) when an order is permanently deleted with HPOS enabled and sync disabled.
diff --git a/plugins/woocommerce/changelog/fix-64557-transient-version-precision b/plugins/woocommerce/changelog/fix-64557-transient-version-precision
deleted file mode 100644
index 862d857c67c..00000000000
--- a/plugins/woocommerce/changelog/fix-64557-transient-version-precision
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix cache invalidation no-ops when transient versions refresh within the same second.
diff --git a/plugins/woocommerce/changelog/fix-66720-scheduled-sales-churn b/plugins/woocommerce/changelog/fix-66720-scheduled-sales-churn
deleted file mode 100644
index 861f7b01201..00000000000
--- a/plugins/woocommerce/changelog/fix-66720-scheduled-sales-churn
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop the daily scheduled-sales cron reprocessing every completed scheduled sale as both a starting and an ending sale. Developer note: on a store whose only matches were completed sales, all four of wc_before/after_products_starting_sales and wc_before/after_products_ending_sales stop firing rather than firing with a shorter list, and the daily `wc_products_onsale` transient delete and product transient-version bump stop with them. All of these still run whenever a sale genuinely starts or ends.
diff --git a/plugins/woocommerce/changelog/fix-66943-additional-fields-empty-document-object b/plugins/woocommerce/changelog/fix-66943-additional-fields-empty-document-object
deleted file mode 100644
index d5707d73bc1..00000000000
--- a/plugins/woocommerce/changelog/fix-66943-additional-fields-empty-document-object
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix conditional checkout fields when dependency values are missing, contain punctuation, or come from a saved order during payment retries.
diff --git a/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy b/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy
deleted file mode 100644
index 5ecbdc0bdbd..00000000000
--- a/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Update the Import historical data description in Analytics settings to stop referencing activating WooCommerce Admin.
diff --git a/plugins/woocommerce/changelog/fix-67170-historical-data-actions-alignment b/plugins/woocommerce/changelog/fix-67170-historical-data-actions-alignment
deleted file mode 100644
index 6933acbb6cf..00000000000
--- a/plugins/woocommerce/changelog/fix-67170-historical-data-actions-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Left-align the action buttons on the Analytics settings page (Import historical data, and Reset defaults / Save settings) with the rest of the page content on wide viewports.
diff --git a/plugins/woocommerce/changelog/fix-67697-customer-history-excluded-long-statuses b/plugins/woocommerce/changelog/fix-67697-customer-history-excluded-long-statuses
deleted file mode 100644
index 894f73fd16f..00000000000
--- a/plugins/woocommerce/changelog/fix-67697-customer-history-excluded-long-statuses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Respect excluded order statuses in the Customer History metabox when a custom status slug exceeds the 20-character storage limit
diff --git a/plugins/woocommerce/changelog/fix-67704-normalize-coupon-spend-amounts b/plugins/woocommerce/changelog/fix-67704-normalize-coupon-spend-amounts
deleted file mode 100644
index bf6ef8b8869..00000000000
--- a/plugins/woocommerce/changelog/fix-67704-normalize-coupon-spend-amounts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Normalize locale-formatted coupon minimum/maximum spend amounts before validating and storing them in WC_Coupon::set_minimum_amount() and WC_Coupon::set_maximum_amount().
diff --git a/plugins/woocommerce/changelog/fix-67862-woocommerce-template-parts-leaking-on-creation b/plugins/woocommerce/changelog/fix-67862-woocommerce-template-parts-leaking-on-creation
deleted file mode 100644
index e52c34869bc..00000000000
--- a/plugins/woocommerce/changelog/fix-67862-woocommerce-template-parts-leaking-on-creation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Avoid customized WooCommerce template parts taking priority over template parts queried directly
diff --git a/plugins/woocommerce/changelog/fix-67886-product-meta-lookup-join-guard b/plugins/woocommerce/changelog/fix-67886-product-meta-lookup-join-guard
deleted file mode 100644
index d39ed7ed96c..00000000000
--- a/plugins/woocommerce/changelog/fix-67886-product-meta-lookup-join-guard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix product list filters and sorting breaking when an extension joins the wc_product_meta_lookup table under its own alias.
diff --git a/plugins/woocommerce/changelog/fix-68028-deleted-product-lookup b/plugins/woocommerce/changelog/fix-68028-deleted-product-lookup
deleted file mode 100644
index fcba0fcd39b..00000000000
--- a/plugins/woocommerce/changelog/fix-68028-deleted-product-lookup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent fatal errors when product attribute lookup updates run after a product is deleted.
diff --git a/plugins/woocommerce/changelog/fix-68084-plugin-install-error-message b/plugins/woocommerce/changelog/fix-68084-plugin-install-error-message
deleted file mode 100644
index 9f0bcecd994..00000000000
--- a/plugins/woocommerce/changelog/fix-68084-plugin-install-error-message
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Plugin install and activation failure notices now name the plugin once and state the reason WordPress reported (for example an unmet PHP version) instead of generic advice.
diff --git a/plugins/woocommerce/changelog/fix-68092-error-notices-from-plugin-error b/plugins/woocommerce/changelog/fix-68092-error-notices-from-plugin-error
deleted file mode 100644
index 588db584f51..00000000000
--- a/plugins/woocommerce/changelog/fix-68092-error-notices-from-plugin-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Dispatch plugin install/activate failures as error notices instead of success notices when the rejected PluginError is passed to createNoticesFromResponse().
diff --git a/plugins/woocommerce/changelog/fix-68145-skip-themes-rewrite-flush b/plugins/woocommerce/changelog/fix-68145-skip-themes-rewrite-flush
deleted file mode 100644
index 84c5c73b9c8..00000000000
--- a/plugins/woocommerce/changelog/fix-68145-skip-themes-rewrite-flush
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent WP-CLI runs that skip the active theme from consuming queued rewrite flushes and dropping theme-registered rewrite rules.
diff --git a/plugins/woocommerce/changelog/fix-68177-hpos-order-notes-hidden-after-untrash b/plugins/woocommerce/changelog/fix-68177-hpos-order-notes-hidden-after-untrash
deleted file mode 100644
index 127e9ff6146..00000000000
--- a/plugins/woocommerce/changelog/fix-68177-hpos-order-notes-hidden-after-untrash
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore order notes when an HPOS order is untrashed, instead of leaving them permanently hidden.
diff --git a/plugins/woocommerce/changelog/fix-68294-default-category-tooltip-wipes-name-column b/plugins/woocommerce/changelog/fix-68294-default-category-tooltip-wipes-name-column
deleted file mode 100644
index a754ea7569d..00000000000
--- a/plugins/woocommerce/changelog/fix-68294-default-category-tooltip-wipes-name-column
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix default product category row losing Name column and actions on WordPress 7.1.
diff --git a/plugins/woocommerce/changelog/fix-68306-free-shipping-label-in-order-emails b/plugins/woocommerce/changelog/fix-68306-free-shipping-label-in-order-emails
deleted file mode 100644
index 6087f6084c0..00000000000
--- a/plugins/woocommerce/changelog/fix-68306-free-shipping-label-in-order-emails
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Only show "Free!" for Free Shipping in order emails, so zero cost Flat Rate and Local Pickup methods keep their titles, and add the woocommerce_email_order_shipping_show_free_label filter to override it
diff --git a/plugins/woocommerce/changelog/fix-7579-installing-rewrite-call-sites b/plugins/woocommerce/changelog/fix-7579-installing-rewrite-call-sites
deleted file mode 100644
index c95b3acca02..00000000000
--- a/plugins/woocommerce/changelog/fix-7579-installing-rewrite-call-sites
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent endpoint rewrite flushes from persisting incomplete rules during WordPress installation requests.
diff --git a/plugins/woocommerce/changelog/fix-WOO6-151-exclude-password-protected-product-reviews-from-rest-api b/plugins/woocommerce/changelog/fix-WOO6-151-exclude-password-protected-product-reviews-from-rest-api
deleted file mode 100644
index 6b55b31f84e..00000000000
--- a/plugins/woocommerce/changelog/fix-WOO6-151-exclude-password-protected-product-reviews-from-rest-api
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Exclude password-protected product reviews from the Store API
diff --git a/plugins/woocommerce/changelog/fix-WOO6-159-shared-cached-product-reviews b/plugins/woocommerce/changelog/fix-WOO6-159-shared-cached-product-reviews
deleted file mode 100644
index 0c934698879..00000000000
--- a/plugins/woocommerce/changelog/fix-WOO6-159-shared-cached-product-reviews
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Prevent password-protected product reviews from showing up to wrong users when they were cached
-
-
diff --git a/plugins/woocommerce/changelog/fix-WOOAIRR-283-missing-spacing-mini-cart-header-editor b/plugins/woocommerce/changelog/fix-WOOAIRR-283-missing-spacing-mini-cart-header-editor
deleted file mode 100644
index 41dd45b55c1..00000000000
--- a/plugins/woocommerce/changelog/fix-WOOAIRR-283-missing-spacing-mini-cart-header-editor
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Fix missing spacing between parts in the Mini-Cart header when seen in the editor
-
-
diff --git a/plugins/woocommerce/changelog/fix-WOOTHME-462-make-mini-cart-header-smaller b/plugins/woocommerce/changelog/fix-WOOTHME-462-make-mini-cart-header-smaller
deleted file mode 100644
index 988bd927b57..00000000000
--- a/plugins/woocommerce/changelog/fix-WOOTHME-462-make-mini-cart-header-smaller
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update Mini-Cart drawer header style to use smaller font size and align it with the close button
diff --git a/plugins/woocommerce/changelog/fix-WOOTHME-492-product-quantity-extra-style b/plugins/woocommerce/changelog/fix-WOOTHME-492-product-quantity-extra-style
deleted file mode 100644
index fdd8cd97b09..00000000000
--- a/plugins/woocommerce/changelog/fix-WOOTHME-492-product-quantity-extra-style
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for border and shadow styles to the Product Quantity block and also apply them to the Cart quantity selector
diff --git a/plugins/woocommerce/changelog/fix-WOOTHME-504-product-image-border-style b/plugins/woocommerce/changelog/fix-WOOTHME-504-product-image-border-style
deleted file mode 100644
index 614e596970b..00000000000
--- a/plugins/woocommerce/changelog/fix-WOOTHME-504-product-image-border-style
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for border styles to the Product Image block
diff --git a/plugins/woocommerce/changelog/fix-admin-dataviews-uuid-dependency b/plugins/woocommerce/changelog/fix-admin-dataviews-uuid-dependency
deleted file mode 100644
index 689221b6219..00000000000
--- a/plugins/woocommerce/changelog/fix-admin-dataviews-uuid-dependency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Declare the UUID dependency required by WooCommerce Admin builds.
diff --git a/plugins/woocommerce/changelog/fix-analytics-customer-type-import-order b/plugins/woocommerce/changelog/fix-analytics-customer-type-import-order
deleted file mode 100644
index a84f5435a2f..00000000000
--- a/plugins/woocommerce/changelog/fix-analytics-customer-type-import-order
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Report a customer's first order as new in Analytics regardless of the order in which its orders and refunds are imported
diff --git a/plugins/woocommerce/changelog/fix-analytics-disjoint-category-product-filters b/plugins/woocommerce/changelog/fix-analytics-disjoint-category-product-filters
deleted file mode 100644
index 233b829b55f..00000000000
--- a/plugins/woocommerce/changelog/fix-analytics-disjoint-category-product-filters
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Report nothing instead of everything in Analytics when the category and product filters have no product in common. An empty intersection was indistinguishable from an absent product filter, so both filters were dropped. Affects the products, products/stats, variations, variations/stats and orders/stats report endpoints.
diff --git a/plugins/woocommerce/changelog/fix-analytics-settings-report-cache b/plugins/woocommerce/changelog/fix-analytics-settings-report-cache
deleted file mode 100644
index 3a1140dea2e..00000000000
--- a/plugins/woocommerce/changelog/fix-analytics-settings-report-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Refresh Analytics reports after saving report-affecting settings.
diff --git a/plugins/woocommerce/changelog/fix-bis-duplicate-signup-cross-state b/plugins/woocommerce/changelog/fix-bis-duplicate-signup-cross-state
deleted file mode 100644
index 69529562c7f..00000000000
--- a/plugins/woocommerce/changelog/fix-bis-duplicate-signup-cross-state
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Back in Stock duplicate signup detection: match guest and logged-in signups with the same email, ignore cancelled and sent notifications, and keep signups for different variation attributes separate.
diff --git a/plugins/woocommerce/changelog/fix-bis-email-cta-drops-attribute b/plugins/woocommerce/changelog/fix-bis-email-cta-drops-attribute
deleted file mode 100644
index f9139cdd7cc..00000000000
--- a/plugins/woocommerce/changelog/fix-bis-email-cta-drops-attribute
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the back-in-stock notification email CTA dropping the selected "Any" attribute from the product link.
diff --git a/plugins/woocommerce/changelog/fix-bis-form-add-to-cart-with-options-legacy-mode b/plugins/woocommerce/changelog/fix-bis-form-add-to-cart-with-options-legacy-mode
deleted file mode 100644
index b087d89e10e..00000000000
--- a/plugins/woocommerce/changelog/fix-bis-form-add-to-cart-with-options-legacy-mode
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop the Back in Stock form from rendering inside the Add to Cart + Options block, which forced the block into a legacy HTML form.
diff --git a/plugins/woocommerce/changelog/fix-blocks-e2e-template-revert-action b/plugins/woocommerce/changelog/fix-blocks-e2e-template-revert-action
deleted file mode 100644
index 9006cf2dc20..00000000000
--- a/plugins/woocommerce/changelog/fix-blocks-e2e-template-revert-action
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Scope the Blocks E2E template revert action to the requested template card; test-only, no merchant-facing change.
diff --git a/plugins/woocommerce/changelog/fix-blocks-hook-docs-pipeline b/plugins/woocommerce/changelog/fix-blocks-hook-docs-pipeline
deleted file mode 100644
index 6974c89eb53..00000000000
--- a/plugins/woocommerce/changelog/fix-blocks-hook-docs-pipeline
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix the WooCommerce Blocks hook docs pipeline (build:docs) and regenerate the hooks reference (filters.md, actions.md) from the current PHP sources.
diff --git a/plugins/woocommerce/changelog/fix-blocks-interactivity-entries-path-substring b/plugins/woocommerce/changelog/fix-blocks-interactivity-entries-path-substring
deleted file mode 100644
index 054a7bb095c..00000000000
--- a/plugins/woocommerce/changelog/fix-blocks-interactivity-entries-path-substring
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Select interactivity block build assets by file name instead of by substring of the absolute path, so the Blocks build works in checkout directories containing "style", "editor" or "frontend".
diff --git a/plugins/woocommerce/changelog/fix-blueprint-exclude-payment-settings b/plugins/woocommerce/changelog/fix-blueprint-exclude-payment-settings
deleted file mode 100644
index 6091614e365..00000000000
--- a/plugins/woocommerce/changelog/fix-blueprint-exclude-payment-settings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Exclude payment settings from Blueprint exports and clarify this in the export interface.
diff --git a/plugins/woocommerce/changelog/fix-cancel-order-redirect-callback b/plugins/woocommerce/changelog/fix-cancel-order-redirect-callback
deleted file mode 100644
index 335893b567c..00000000000
--- a/plugins/woocommerce/changelog/fix-cancel-order-redirect-callback
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Follow-up to #68141 (unreleased). Move the order cancellation redirect into a separate wp_loaded callback so direct calls to WC_Form_Handler::cancel_order() keep their historical return behavior. No user-facing change.
diff --git a/plugins/woocommerce/changelog/fix-cancel-order-refresh-error b/plugins/woocommerce/changelog/fix-cancel-order-refresh-error
deleted file mode 100644
index 93ce7249ce0..00000000000
--- a/plugins/woocommerce/changelog/fix-cancel-order-refresh-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent a false order cancellation error after shoppers refresh the return page.
diff --git a/plugins/woocommerce/changelog/fix-canonical-product-pagination b/plugins/woocommerce/changelog/fix-canonical-product-pagination
deleted file mode 100644
index ca5859d383f..00000000000
--- a/plugins/woocommerce/changelog/fix-canonical-product-pagination
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix product archive pagination links to the first page.
diff --git a/plugins/woocommerce/changelog/fix-catalog-sorting-label-alignment b/plugins/woocommerce/changelog/fix-catalog-sorting-label-alignment
deleted file mode 100644
index 79e81faf456..00000000000
--- a/plugins/woocommerce/changelog/fix-catalog-sorting-label-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Catalog sorting label vertical alignment
diff --git a/plugins/woocommerce/changelog/fix-checkbox-description-markup b/plugins/woocommerce/changelog/fix-checkbox-description-markup
deleted file mode 100644
index 3b072311bfb..00000000000
--- a/plugins/woocommerce/changelog/fix-checkbox-description-markup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Normalize checkbox description tooltip markup while preserving supported formatting.
diff --git a/plugins/woocommerce/changelog/fix-checkout-autofill-section-prefix b/plugins/woocommerce/changelog/fix-checkout-autofill-section-prefix
deleted file mode 100644
index 89a85071d8e..00000000000
--- a/plugins/woocommerce/changelog/fix-checkout-autofill-section-prefix
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop wrapping block checkout autofill hints in a billing/shipping prefix the HTML autofill grammar rejects. Browsers offer saved values on the email field again, and a field an extension set to "off" stays opted out
diff --git a/plugins/woocommerce/changelog/fix-consistent-stock-threshold-sanitization b/plugins/woocommerce/changelog/fix-consistent-stock-threshold-sanitization
deleted file mode 100644
index 373839c7931..00000000000
--- a/plugins/woocommerce/changelog/fix-consistent-stock-threshold-sanitization
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure low-stock thresholds are stored as non-negative integers.
diff --git a/plugins/woocommerce/changelog/fix-coupon-minimum-amount-validation b/plugins/woocommerce/changelog/fix-coupon-minimum-amount-validation
deleted file mode 100644
index e478d2c1309..00000000000
--- a/plugins/woocommerce/changelog/fix-coupon-minimum-amount-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Validate minimum spend amount does not exceed maximum spend amount in WC_Coupon::set_minimum_amount().
diff --git a/plugins/woocommerce/changelog/fix-current-user-data-rest-fields b/plugins/woocommerce/changelog/fix-current-user-data-rest-fields
deleted file mode 100644
index 78c9a56485a..00000000000
--- a/plugins/woocommerce/changelog/fix-current-user-data-rest-fields
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Include WooCommerce user fields in currentUserData when the REST API has not been initialized.
diff --git a/plugins/woocommerce/changelog/fix-dk-postcode-separator b/plugins/woocommerce/changelog/fix-dk-postcode-separator
deleted file mode 100644
index cdbd6abbcb6..00000000000
--- a/plugins/woocommerce/changelog/fix-dk-postcode-separator
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Accept Danish postcodes that carry the DK prefix with no separator or with a space, matching the separator handling introduced for Latvian postcodes.
diff --git a/plugins/woocommerce/changelog/fix-duplicate-shopify-variant-sku-mapping b/plugins/woocommerce/changelog/fix-duplicate-shopify-variant-sku-mapping
deleted file mode 100644
index da549981cca..00000000000
--- a/plugins/woocommerce/changelog/fix-duplicate-shopify-variant-sku-mapping
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove the duplicated Variant SKU entry from the Shopify importer column mapping.
diff --git a/plugins/woocommerce/changelog/fix-e2e-wccom-connect-third-party-dependency b/plugins/woocommerce/changelog/fix-e2e-wccom-connect-third-party-dependency
deleted file mode 100644
index 44cecdaa472..00000000000
--- a/plugins/woocommerce/changelog/fix-e2e-wccom-connect-third-party-dependency
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Assert the WooCommerce.com connect E2E test against WooCommerce's own OAuth redirect instead of following it out to WordPress.com.
diff --git a/plugins/woocommerce/changelog/fix-e2e-wp-env-cli-cache-race b/plugins/woocommerce/changelog/fix-e2e-wp-env-cli-cache-race
deleted file mode 100644
index e942324335c..00000000000
--- a/plugins/woocommerce/changelog/fix-e2e-wp-env-cli-cache-race
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Read the Settings UI E2E options one at a time so two wp-env processes cannot corrupt its cache; no production change.
diff --git a/plugins/woocommerce/changelog/fix-email-listing-dataviews-styles b/plugins/woocommerce/changelog/fix-email-listing-dataviews-styles
deleted file mode 100644
index 922737f8f1e..00000000000
--- a/plugins/woocommerce/changelog/fix-email-listing-dataviews-styles
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the table styles on the Settings > Emails listing.
diff --git a/plugins/woocommerce/changelog/fix-external-product-category-count b/plugins/woocommerce/changelog/fix-external-product-category-count
deleted file mode 100644
index a25735be1e3..00000000000
--- a/plugins/woocommerce/changelog/fix-external-product-category-count
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Refresh category, tag, and brand counts after an out-of-stock product visibility term is removed.
diff --git a/plugins/woocommerce/changelog/fix-featured-items-image-editor-natural-size b/plugins/woocommerce/changelog/fix-featured-items-image-editor-natural-size
deleted file mode 100644
index d3f58b65850..00000000000
--- a/plugins/woocommerce/changelog/fix-featured-items-image-editor-natural-size
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the real image dimensions in the Featured Product and Featured Category image editor, which opened at a square default after WordPress 6.2 merged the image editing provider into the editor component.
diff --git a/plugins/woocommerce/changelog/fix-features-controller-reentrancy b/plugins/woocommerce/changelog/fix-features-controller-reentrancy
deleted file mode 100644
index de5f765067b..00000000000
--- a/plugins/woocommerce/changelog/fix-features-controller-reentrancy
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent recursive feature definition initialization when hooks check WooCommerce features during translation or option callbacks.
diff --git a/plugins/woocommerce/changelog/fix-harden-back-in-stock-notifications-feature-gate b/plugins/woocommerce/changelog/fix-harden-back-in-stock-notifications-feature-gate
deleted file mode 100644
index f09ae29948d..00000000000
--- a/plugins/woocommerce/changelog/fix-harden-back-in-stock-notifications-feature-gate
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Harden the Back in Stock Notifications feature gate: honor the WOOCOMMERCE_BIS_ALPHA_ENABLED constant until the option migration runs, fail soft in NotificationQuery when the feature is off, make SignupRateLimiter static so SignupService::init() keeps its three-argument signature, and deprecate StockNotifications::init_hooks() in favor of maybe_init_services().
diff --git a/plugins/woocommerce/changelog/fix-hydration-restore-cart-context b/plugins/woocommerce/changelog/fix-hydration-restore-cart-context
deleted file mode 100644
index 3cda2ce4779..00000000000
--- a/plugins/woocommerce/changelog/fix-hydration-restore-cart-context
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the cart context after hydrating a Store API route, so a front-end page render no longer inherits the store-api cart context and its shipping behaviour.
diff --git a/plugins/woocommerce/changelog/fix-idempotent-settings-registration b/plugins/woocommerce/changelog/fix-idempotent-settings-registration
deleted file mode 100644
index 1201003e514..00000000000
--- a/plugins/woocommerce/changelog/fix-idempotent-settings-registration
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix settings groups being registered twice, and settings pages or email classes registered from admin_init callbacks being dropped.
diff --git a/plugins/woocommerce/changelog/fix-identifier-placeholders-orders b/plugins/woocommerce/changelog/fix-identifier-placeholders-orders
deleted file mode 100644
index 2940662e3ac..00000000000
--- a/plugins/woocommerce/changelog/fix-identifier-placeholders-orders
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Interpolate trusted order table names directly instead of using the `%i` placeholder in the order data stores, list table, customer history meta box, and orders REST query, so these queries stay valid on database layers that run on a supported WordPress version but don't implement `%i`.
diff --git a/plugins/woocommerce/changelog/fix-identifier-placeholders-sessions b/plugins/woocommerce/changelog/fix-identifier-placeholders-sessions
deleted file mode 100644
index 2a23759718a..00000000000
--- a/plugins/woocommerce/changelog/fix-identifier-placeholders-sessions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Interpolate trusted session table names directly instead of using the `%i` placeholder, so session queries stay valid on database layers that run on a supported WordPress version but don't implement `%i`.
diff --git a/plugins/woocommerce/changelog/fix-last-quarter-end-date-rollover b/plugins/woocommerce/changelog/fix-last-quarter-end-date-rollover
deleted file mode 100644
index 5cd5e3b221c..00000000000
--- a/plugins/woocommerce/changelog/fix-last-quarter-end-date-rollover
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the last_quarter end date in TimeInterval::get_timeframe_dates(), which used an invalid September 31 and rolled over to October 1, widening the quarter by a day.
diff --git a/plugins/woocommerce/changelog/fix-locale-aware-geographical-cache b/plugins/woocommerce/changelog/fix-locale-aware-geographical-cache
deleted file mode 100644
index 74d68dcc680..00000000000
--- a/plugins/woocommerce/changelog/fix-locale-aware-geographical-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Refresh country, state, and continent names when the active locale changes.
diff --git a/plugins/woocommerce/changelog/fix-lv-postcode-separator b/plugins/woocommerce/changelog/fix-lv-postcode-separator
deleted file mode 100644
index 263f3e2903b..00000000000
--- a/plugins/woocommerce/changelog/fix-lv-postcode-separator
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Accept Latvian postcodes that carry the LV prefix without a hyphen, restoring values that validated before postcode rules were added for Latvia.
diff --git a/plugins/woocommerce/changelog/fix-marketplace-missing-rating-guard b/plugins/woocommerce/changelog/fix-marketplace-missing-rating-guard
deleted file mode 100644
index b558949705f..00000000000
--- a/plugins/woocommerce/changelog/fix-marketplace-missing-rating-guard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Hide the rating block on in-app Marketplace product cards when a product has no rating
diff --git a/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing b/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing
deleted file mode 100644
index ae3596a5d98..00000000000
--- a/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Restore a missing space in the Marketplace Themes tab copy; too small for a release note.
diff --git a/plugins/woocommerce/changelog/fix-mastercard-branding b/plugins/woocommerce/changelog/fix-mastercard-branding
deleted file mode 100644
index b21d035b789..00000000000
--- a/plugins/woocommerce/changelog/fix-mastercard-branding
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Update the Mastercard payment-card label to use the brand's current spelling.
diff --git a/plugins/woocommerce/changelog/fix-mini-cart-pattern-wrappers b/plugins/woocommerce/changelog/fix-mini-cart-pattern-wrappers
deleted file mode 100644
index 7121342cc32..00000000000
--- a/plugins/woocommerce/changelog/fix-mini-cart-pattern-wrappers
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent duplicate Mini-Cart markup when a template part references a block pattern.
diff --git a/plugins/woocommerce/changelog/fix-order-attribution-form-dedup b/plugins/woocommerce/changelog/fix-order-attribution-form-dedup
deleted file mode 100644
index cc10b2ca22d..00000000000
--- a/plugins/woocommerce/changelog/fix-order-attribution-form-dedup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve classic checkout order attribution when duplicate input groups exist outside the checkout form.
diff --git a/plugins/woocommerce/changelog/fix-order-withdrawal-feature-hooks b/plugins/woocommerce/changelog/fix-order-withdrawal-feature-hooks
deleted file mode 100644
index 7870f894ec2..00000000000
--- a/plugins/woocommerce/changelog/fix-order-withdrawal-feature-hooks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Register order withdrawal endpoint hooks only when the feature is enabled.
diff --git a/plugins/woocommerce/changelog/fix-orders-report-export-customer-name-guard b/plugins/woocommerce/changelog/fix-orders-report-export-customer-name-guard
deleted file mode 100644
index 51b757f1d33..00000000000
--- a/plugins/woocommerce/changelog/fix-orders-report-export-customer-name-guard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent the Orders Analytics CSV export from logging warnings and writing a lone space when an order has no customer name.
diff --git a/plugins/woocommerce/changelog/fix-orders-stats-refund-fixture-hour-boundary b/plugins/woocommerce/changelog/fix-orders-stats-refund-fixture-hour-boundary
deleted file mode 100644
index 1a5ba5083ff..00000000000
--- a/plugins/woocommerce/changelog/fix-orders-stats-refund-fixture-hour-boundary
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Pin the refund fixtures' dates in the Orders Stats report tests, closing the half of the hour-boundary flake that pinning the orders alone left open.
diff --git a/plugins/woocommerce/changelog/fix-orders-stats-report-test-hour-boundary b/plugins/woocommerce/changelog/fix-orders-stats-report-test-hour-boundary
deleted file mode 100644
index 430ac44b245..00000000000
--- a/plugins/woocommerce/changelog/fix-orders-stats-report-test-hour-boundary
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Pin date_paid on the Orders Stats report test fixtures so a run that crosses the top of the hour no longer drops orders out of the queried window.
diff --git a/plugins/woocommerce/changelog/fix-outofstock-update-since b/plugins/woocommerce/changelog/fix-outofstock-update-since
deleted file mode 100644
index ef9fe4f1224..00000000000
--- a/plugins/woocommerce/changelog/fix-outofstock-update-since
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update term count release version metadata.
diff --git a/plugins/woocommerce/changelog/fix-password-protected-products-patterns b/plugins/woocommerce/changelog/fix-password-protected-products-patterns
deleted file mode 100644
index d838a80ce36..00000000000
--- a/plugins/woocommerce/changelog/fix-password-protected-products-patterns
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Correctly hide patterns containing product-related blocks when products are password-protected
diff --git a/plugins/woocommerce/changelog/fix-password-reset-preserve-login b/plugins/woocommerce/changelog/fix-password-reset-preserve-login
deleted file mode 100644
index 654263534a0..00000000000
--- a/plugins/woocommerce/changelog/fix-password-reset-preserve-login
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve the current customer's login after a password reset without logging in a different customer.
diff --git a/plugins/woocommerce/changelog/fix-phpcs-relative-sniff-path b/plugins/woocommerce/changelog/fix-phpcs-relative-sniff-path
deleted file mode 100644
index e15f57a53a5..00000000000
--- a/plugins/woocommerce/changelog/fix-phpcs-relative-sniff-path
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Resolve custom PHPCS sniff paths relative to the WooCommerce ruleset.
diff --git a/plugins/woocommerce/changelog/fix-phpstan-baseline-transient-files b/plugins/woocommerce/changelog/fix-phpstan-baseline-transient-files
deleted file mode 100644
index d8151d492e3..00000000000
--- a/plugins/woocommerce/changelog/fix-phpstan-baseline-transient-files
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove two stale PHPStan baseline entries for TransientFilesEngine that no longer match any reported error.
diff --git a/plugins/woocommerce/changelog/fix-plugins-screen-purchase-tracking-script b/plugins/woocommerce/changelog/fix-plugins-screen-purchase-tracking-script
deleted file mode 100644
index bacf22fc880..00000000000
--- a/plugins/woocommerce/changelog/fix-plugins-screen-purchase-tracking-script
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Register the woo-purchase-subscription admin script so its Tracks events fire on the Plugins screen, and mark events from the new notice rows with a no_update property. No merchant-facing change.
diff --git a/plugins/woocommerce/changelog/fix-pos-catalog-response-url b/plugins/woocommerce/changelog/fix-pos-catalog-response-url
deleted file mode 100644
index eab8999f3af..00000000000
--- a/plugins/woocommerce/changelog/fix-pos-catalog-response-url
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure POS catalog download URLs reflect the current site URL.
diff --git a/plugins/woocommerce/changelog/fix-price-html-sanitizer-dir-attr b/plugins/woocommerce/changelog/fix-price-html-sanitizer-dir-attr
deleted file mode 100644
index 7504170d195..00000000000
--- a/plugins/woocommerce/changelog/fix-price-html-sanitizer-dir-attr
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep the dir and translate attributes wc_price() puts on the currency symbol when Product Elements, Wishlist, and Save for later swap price_html client-side, so RTL-script currency symbols keep honoring the currency position setting after hydration.
diff --git a/plugins/woocommerce/changelog/fix-price-separator-sanitize-null b/plugins/woocommerce/changelog/fix-price-separator-sanitize-null
deleted file mode 100644
index 6fe7ede85be..00000000000
--- a/plugins/woocommerce/changelog/fix-price-separator-sanitize-null
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Always return a string from the price separator sanitize filters.
diff --git a/plugins/woocommerce/changelog/fix-product-category-display-type-normalization b/plugins/woocommerce/changelog/fix-product-category-display-type-normalization
deleted file mode 100644
index da0c76d059f..00000000000
--- a/plugins/woocommerce/changelog/fix-product-category-display-type-normalization
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Properly sanitize product category display settings before storage.
diff --git a/plugins/woocommerce/changelog/fix-product-description-recursion-guard b/plugins/woocommerce/changelog/fix-product-description-recursion-guard
deleted file mode 100644
index 3733ca4f769..00000000000
--- a/plugins/woocommerce/changelog/fix-product-description-recursion-guard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent recursive product description formatting between the Product Description block and Store API product schema.
diff --git a/plugins/woocommerce/changelog/fix-product-import-stale-original-id-markers b/plugins/woocommerce/changelog/fix-product-import-stale-original-id-markers
deleted file mode 100644
index 1d572677101..00000000000
--- a/plugins/woocommerce/changelog/fix-product-import-stale-original-id-markers
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Clear product CSV import mapping markers in the last import batch, so an import abandoned during cleanup cannot make a later import resolve its id: references to the wrong products.
diff --git a/plugins/woocommerce/changelog/fix-product-widget-slowdbquery-suppressions b/plugins/woocommerce/changelog/fix-product-widget-slowdbquery-suppressions
deleted file mode 100644
index 13f405f098d..00000000000
--- a/plugins/woocommerce/changelog/fix-product-widget-slowdbquery-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Correct PHPCS slow query suppressions for empty product widget query containers.
diff --git a/plugins/woocommerce/changelog/fix-protected-product-descriptions b/plugins/woocommerce/changelog/fix-protected-product-descriptions
deleted file mode 100644
index 25987ddcb70..00000000000
--- a/plugins/woocommerce/changelog/fix-protected-product-descriptions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Hide product and variation descriptions until the product password is entered.
diff --git a/plugins/woocommerce/changelog/fix-receipt-payment-method-non-string b/plugins/woocommerce/changelog/fix-receipt-payment-method-non-string
deleted file mode 100644
index 14f5a5d517c..00000000000
--- a/plugins/woocommerce/changelog/fix-receipt-payment-method-non-string
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Cast the payment method title to string on printed order receipts so a non-string value from the woocommerce_printable_order_receipt_data filter no longer fatals receipt generation.
diff --git a/plugins/woocommerce/changelog/fix-recently-viewed-widget-query-cap b/plugins/woocommerce/changelog/fix-recently-viewed-widget-query-cap
deleted file mode 100644
index d90d1fdccd3..00000000000
--- a/plugins/woocommerce/changelog/fix-recently-viewed-widget-query-cap
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Limit the Recently Viewed Products widget query to the 15 most recent product IDs from the cookie. This prevents oversized cookies from increasing query workload while preserving normal browsing behavior.
diff --git a/plugins/woocommerce/changelog/fix-refund-marker-migration-docblock b/plugins/woocommerce/changelog/fix-refund-marker-migration-docblock
deleted file mode 100644
index 1c94686c398..00000000000
--- a/plugins/woocommerce/changelog/fix-refund-marker-migration-docblock
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Correct the refund marker migration docblock to explain which reports remain affected after a database error.
diff --git a/plugins/woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc b/plugins/woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc
deleted file mode 100644
index 51f7ecb8e0e..00000000000
--- a/plugins/woocommerce/changelog/fix-refund-returning-customer-clobbered-on-first-order-recalc
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep refund rows' returning_customer NULL when a customer's first order is recalculated, so Analytics > Orders keeps reporting refunds with the refunded order's customer type
diff --git a/plugins/woocommerce/changelog/fix-remove-dead-slowdbquery-suppression b/plugins/woocommerce/changelog/fix-remove-dead-slowdbquery-suppression
deleted file mode 100644
index 18c22443277..00000000000
--- a/plugins/woocommerce/changelog/fix-remove-dead-slowdbquery-suppression
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove an unnecessary coding-standard suppression from product review rating counts.
diff --git a/plugins/woocommerce/changelog/fix-review-avatar-spacing b/plugins/woocommerce/changelog/fix-review-avatar-spacing
deleted file mode 100644
index 556c373e99f..00000000000
--- a/plugins/woocommerce/changelog/fix-review-avatar-spacing
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Remove empty spacing from product reviews when avatars are disabled.
diff --git a/plugins/woocommerce/changelog/fix-settings-ui-dataviews-17-compatibility b/plugins/woocommerce/changelog/fix-settings-ui-dataviews-17-compatibility
deleted file mode 100644
index fd0f6f56144..00000000000
--- a/plugins/woocommerce/changelog/fix-settings-ui-dataviews-17-compatibility
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Load the matching DataForm 17.1 stylesheet only for successfully resolved Settings UI pages.
diff --git a/plugins/woocommerce/changelog/fix-settings-ui-shell-tab-focus-ring b/plugins/woocommerce/changelog/fix-settings-ui-shell-tab-focus-ring
deleted file mode 100644
index 7fc08951469..00000000000
--- a/plugins/woocommerce/changelog/fix-settings-ui-shell-tab-focus-ring
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore WordPress focus and modal styling, identify current navigation links, and preserve other plugins' navigation warnings in the experimental Settings UI.
diff --git a/plugins/woocommerce/changelog/fix-stale-task-redirect-scope b/plugins/woocommerce/changelog/fix-stale-task-redirect-scope
deleted file mode 100644
index e7d561c79e1..00000000000
--- a/plugins/woocommerce/changelog/fix-stale-task-redirect-scope
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Scope the stale task redirect to the Home screen and skip it when task lists have not loaded, so failed fetches or stray task params no longer navigate away.
diff --git a/plugins/woocommerce/changelog/fix-stock-notifications-login-link b/plugins/woocommerce/changelog/fix-stock-notifications-login-link
deleted file mode 100644
index dd4f7a8c0e2..00000000000
--- a/plugins/woocommerce/changelog/fix-stock-notifications-login-link
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the "log in" link in the stock notifications account-required notice pointing to /my-account/my-account/ instead of the My Account page.
diff --git a/plugins/woocommerce/changelog/fix-store-api-batch-cart-session-failure b/plugins/woocommerce/changelog/fix-store-api-batch-cart-session-failure
deleted file mode 100644
index 8677b5752c2..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-batch-cart-session-failure
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent failed Store API batch requests from clearing the shopper's saved cart.
diff --git a/plugins/woocommerce/changelog/fix-store-api-item-data-hidden-type b/plugins/woocommerce/changelog/fix-store-api-item-data-hidden-type
deleted file mode 100644
index bfe2e8e8268..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-item-data-hidden-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Correct the public TypeScript type for the Store API item_data `hidden` flag, which arrives as a string rather than a boolean.
diff --git a/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions b/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions
deleted file mode 100644
index 88acb829ff6..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Store API: the cart items endpoint now publishes and validates extensions registered against `cart-item`, rather than those registered against `product`. The order items schema, which isn't extendable, no longer advertises `product` extensions it never returned.
diff --git a/plugins/woocommerce/changelog/fix-store-api-order-awaiting-payment b/plugins/woocommerce/changelog/fix-store-api-order-awaiting-payment
deleted file mode 100644
index cc36a3d0b0d..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-order-awaiting-payment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure Store API checkout carts clear after redirect payments.
diff --git a/plugins/woocommerce/changelog/fix-store-api-order-item-data-hidden-meta-id b/plugins/woocommerce/changelog/fix-store-api-order-item-data-hidden-meta-id
deleted file mode 100644
index 4a2f3cf73ad..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-order-item-data-hidden-meta-id
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Store API: the order endpoint no longer reports a hidden metadata row's ID on an item_data entry an extension appended. That entry now correctly reports a null `id`.
diff --git a/plugins/woocommerce/changelog/fix-store-api-order-item-data-schema b/plugins/woocommerce/changelog/fix-store-api-order-item-data-schema
deleted file mode 100644
index 26b26e5d647..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-order-item-data-schema
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Store API: the order endpoint now returns item_data as a list, matching the cart endpoint and its own documented schema. Each entry carries its metadata row ID in a new `id` property, null when an extension added the entry without a stored row.
diff --git a/plugins/woocommerce/changelog/fix-store-api-rate-limit-status b/plugins/woocommerce/changelog/fix-store-api-rate-limit-status
deleted file mode 100644
index ba79cc8893c..00000000000
--- a/plugins/woocommerce/changelog/fix-store-api-rate-limit-status
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Return HTTP 429 instead of 400 when Store API requests exceed the rate limit.
diff --git a/plugins/woocommerce/changelog/fix-structured-data-falsy-types b/plugins/woocommerce/changelog/fix-structured-data-falsy-types
deleted file mode 100644
index 7512fea8a6f..00000000000
--- a/plugins/woocommerce/changelog/fix-structured-data-falsy-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix a fatal error when structured data is requested without a type filter on a store whose markup uses multiple schema types.
diff --git a/plugins/woocommerce/changelog/fix-style-attributes-utils-optimizations b/plugins/woocommerce/changelog/fix-style-attributes-utils-optimizations
deleted file mode 100644
index 48009f8ac07..00000000000
--- a/plugins/woocommerce/changelog/fix-style-attributes-utils-optimizations
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: performance
-Comment: Optimize StyleAttributesUtils so unused styles aren't computed
-
-
diff --git a/plugins/woocommerce/changelog/fix-subscription-expiry-date-format b/plugins/woocommerce/changelog/fix-subscription-expiry-date-format
deleted file mode 100644
index 8e7e56ba08f..00000000000
--- a/plugins/woocommerce/changelog/fix-subscription-expiry-date-format
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Show subscription expiry dates in the store's own date format and time zone, rather than an English-only ordinal on the UTC date.
diff --git a/plugins/woocommerce/changelog/fix-tests-base-teardown-singleton-cleanup b/plugins/woocommerce/changelog/fix-tests-base-teardown-singleton-cleanup
deleted file mode 100644
index bcde5390e89..00000000000
--- a/plugins/woocommerce/changelog/fix-tests-base-teardown-singleton-cleanup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Clear the WC singleton cart, cart context, notice queue, and cached country locale in the base test case teardown, and remove the per-class cleanup that is now redundant.
diff --git a/plugins/woocommerce/changelog/fix-timeframe-dates-site-timezone b/plugins/woocommerce/changelog/fix-timeframe-dates-site-timezone
deleted file mode 100644
index 61f73335718..00000000000
--- a/plugins/woocommerce/changelog/fix-timeframe-dates-site-timezone
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Use the site timezone instead of the server timezone for the default reference date in TimeInterval::get_timeframe_dates(), so remote spec timeframe rules select the correct period near period boundaries.
diff --git a/plugins/woocommerce/changelog/fix-toggle-bubble-cleanup b/plugins/woocommerce/changelog/fix-toggle-bubble-cleanup
deleted file mode 100644
index 71b984557a9..00000000000
--- a/plugins/woocommerce/changelog/fix-toggle-bubble-cleanup
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove no longer used Activity Panel components
-
-
diff --git a/plugins/woocommerce/changelog/fix-tracker-unbuildable-snapshot-retries b/plugins/woocommerce/changelog/fix-tracker-unbuildable-snapshot-retries
deleted file mode 100644
index 48d6be9cb02..00000000000
--- a/plugins/woocommerce/changelog/fix-tracker-unbuildable-snapshot-retries
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop rebuilding a WC Tracker snapshot on every daily run when building it fails.
diff --git a/plugins/woocommerce/changelog/fix-update-antom-icon b/plugins/woocommerce/changelog/fix-update-antom-icon
deleted file mode 100644
index 81eae21475f..00000000000
--- a/plugins/woocommerce/changelog/fix-update-antom-icon
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Update Antom payment gateway icon to use partner-supplied brand logo
diff --git a/plugins/woocommerce/changelog/fix-variation-attribute-header-width b/plugins/woocommerce/changelog/fix-variation-attribute-header-width
deleted file mode 100644
index 2b4cea6113a..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-attribute-header-width
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Allow variation attribute selectors to use available header space and wrap on narrow screens.
diff --git a/plugins/woocommerce/changelog/fix-variation-bulk-save-race b/plugins/woocommerce/changelog/fix-variation-bulk-save-race
deleted file mode 100644
index eaf35f94ae6..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-bulk-save-race
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent bulk variation edits from racing unsaved variation changes.
diff --git a/plugins/woocommerce/changelog/fix-variation-password-protection-flag b/plugins/woocommerce/changelog/fix-variation-password-protection-flag
deleted file mode 100644
index 4022fef3485..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-password-protection-flag
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Report inherited password protection correctly for product variations in Store API responses.
diff --git a/plugins/woocommerce/changelog/fix-variation-report-order-pluralization b/plugins/woocommerce/changelog/fix-variation-report-order-pluralization
deleted file mode 100644
index 3c1f0a1e0c3..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-report-order-pluralization
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Internationalization: use the singular form for the variation report order count.
diff --git a/plugins/woocommerce/changelog/fix-variation-selector-custom-attribute-identity b/plugins/woocommerce/changelog/fix-variation-selector-custom-attribute-identity
deleted file mode 100644
index 4ee5f24fcb4..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-selector-custom-attribute-identity
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Variation Selector attribute rows being unselectable, and colliding with each other, for custom (non-taxonomy) product attributes in the editor.
diff --git a/plugins/woocommerce/changelog/fix-variation-selector-placeholder-terms b/plugins/woocommerce/changelog/fix-variation-selector-placeholder-terms
deleted file mode 100644
index 398de8b144d..00000000000
--- a/plugins/woocommerce/changelog/fix-variation-selector-placeholder-terms
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent Variation Selector placeholders from querying the Store API, which could break the editor preview or display unrelated attribute terms.
diff --git a/plugins/woocommerce/changelog/fix-verbose-page-rule-detection b/plugins/woocommerce/changelog/fix-verbose-page-rule-detection
deleted file mode 100644
index 6a8a3fbe8f6..00000000000
--- a/plugins/woocommerce/changelog/fix-verbose-page-rule-detection
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep Shop subpage rewrite rules in sync with the product permalink base.
diff --git a/plugins/woocommerce/changelog/fix-wc-get-orders-day-precision-timezone b/plugins/woocommerce/changelog/fix-wc-get-orders-day-precision-timezone
deleted file mode 100644
index a28fa461364..00000000000
--- a/plugins/woocommerce/changelog/fix-wc-get-orders-day-precision-timezone
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Anchor day-precision date queries on the store's local midnight instead of UTC midnight, so wc_get_orders() and wc_get_products() match the day a merchant means when filtering on date_paid, date_completed, date_on_sale_from and date_on_sale_to. A `start...end` range now covers the whole of its final day, where before it collapsed that day down to a single second, so range queries return one more day of results than they used to.
diff --git a/plugins/woocommerce/changelog/fix-wccom-2840-surface-subscriptions-api-errors b/plugins/woocommerce/changelog/fix-wccom-2840-surface-subscriptions-api-errors
deleted file mode 100644
index 9e2d88eb385..00000000000
--- a/plugins/woocommerce/changelog/fix-wccom-2840-surface-subscriptions-api-errors
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Surface WooCommerce.com API failures on My Subscriptions instead of rendering an empty subscription list, including the rate-limit message for the whole backoff window after an HTTP 429.
diff --git a/plugins/woocommerce/changelog/fix-week-start-setting b/plugins/woocommerce/changelog/fix-week-start-setting
deleted file mode 100644
index 5c853df534a..00000000000
--- a/plugins/woocommerce/changelog/fix-week-start-setting
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Spread the actual @wordpress/date module in the import status bar test mock.
diff --git a/plugins/woocommerce/changelog/fix-woo6-113-auth-callback-suppressions b/plugins/woocommerce/changelog/fix-woo6-113-auth-callback-suppressions
deleted file mode 100644
index 67f9ed23072..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-113-auth-callback-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Reject array values for the wc-auth handshake parameters so they no longer cause a fatal error, and replace legacy WPCS suppression comments in the auth, REST authentication and PayPal IPN handlers with exact PHPCS annotations.
diff --git a/plugins/woocommerce/changelog/fix-woo6-114-download-authorization-suppressions b/plugins/woocommerce/changelog/fix-woo6-114-download-authorization-suppressions
deleted file mode 100644
index 8683a38b93d..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-114-download-authorization-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Treat product download links whose query arguments arrive as arrays as invalid links instead of letting them raise a PHP error.
diff --git a/plugins/woocommerce/changelog/fix-woo6-115-public-interaction-suppressions b/plugins/woocommerce/changelog/fix-woo6-115-public-interaction-suppressions
deleted file mode 100644
index 3013926e02b..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-115-public-interaction-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Product review ratings posted as a fraction below one, such as 0.5, are no longer stored as a rating of 0.
diff --git a/plugins/woocommerce/changelog/fix-woo6-116-mixed-request-validation-suppressions b/plugins/woocommerce/changelog/fix-woo6-116-mixed-request-validation-suppressions
deleted file mode 100644
index 83ad45ecb9c..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-116-mixed-request-validation-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix a fatal error on the order received page when the order key is passed as an array, and replace legacy WPCS suppression comments in the settings save handler, thanks page, conditional tag helpers and terms template with exact PHPCS annotations.
diff --git a/plugins/woocommerce/changelog/fix-woo6-117-extensible-sql-contract-suppressions b/plugins/woocommerce/changelog/fix-woo6-117-extensible-sql-contract-suppressions
deleted file mode 100644
index a470dcf8455..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-117-extensible-sql-contract-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replace legacy WPCS suppression comments on extension-facing SQL and order note queries with scoped phpcs:ignore annotations.
diff --git a/plugins/woocommerce/changelog/fix-woo6-119-context-specific-output-escaping b/plugins/woocommerce/changelog/fix-woo6-119-context-specific-output-escaping
deleted file mode 100644
index 5ae563e6f87..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-119-context-specific-output-escaping
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Escape settings field attributes and currency symbols in legacy report scripts.
diff --git a/plugins/woocommerce/changelog/fix-woo6-120-mis-scoped-output-suppressions b/plugins/woocommerce/changelog/fix-woo6-120-mis-scoped-output-suppressions
deleted file mode 100644
index aa53ef2cc90..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-120-mis-scoped-output-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Escape product titles in the dashboard top-seller report and correct output annotations.
diff --git a/plugins/woocommerce/changelog/fix-woo6-121-hook-docs-and-output-suppressions b/plugins/woocommerce/changelog/fix-woo6-121-hook-docs-and-output-suppressions
deleted file mode 100644
index 9f49c800667..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-121-hook-docs-and-output-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Run the product title in the single product reviews heading through wp_kses_post and replace legacy WPCS output suppressions with documented hooks and exact PHPCS annotations.
diff --git a/plugins/woocommerce/changelog/fix-woo6-122-download-read-failure b/plugins/woocommerce/changelog/fix-woo6-122-download-read-failure
deleted file mode 100644
index 153ddf86e76..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-122-download-read-failure
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Handle read errors while streaming product downloads.
diff --git a/plugins/woocommerce/changelog/fix-woo6-124-widget-html-rendering-suppressions b/plugins/woocommerce/changelog/fix-woo6-124-widget-html-rendering-suppressions
deleted file mode 100644
index a8a072b6e34..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-124-widget-html-rendering-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replace legacy WPCS suppression comments in the widget rendering paths with exact PHPCS annotations, and run the remaining widget form setting labels through wp_kses_post().
diff --git a/plugins/woocommerce/changelog/fix-woo6-126-template-markup-suppressions b/plugins/woocommerce/changelog/fix-woo6-126-template-markup-suppressions
deleted file mode 100644
index 7ed37580a51..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-126-template-markup-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the shipping method label's for attribute so it matches the input ID when a shipping package uses a non-numeric key.
diff --git a/plugins/woocommerce/changelog/fix-woo6-146-qr-login-session-handling b/plugins/woocommerce/changelog/fix-woo6-146-qr-login-session-handling
deleted file mode 100644
index accb03ea126..00000000000
--- a/plugins/woocommerce/changelog/fix-woo6-146-qr-login-session-handling
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Update mobile app QR login session handling.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-102-settings-stale-error b/plugins/woocommerce/changelog/fix-wooairr-102-settings-stale-error
deleted file mode 100644
index ad1a6d2776f..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-102-settings-stale-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Analytics settings so a failed save can be retried and no longer reports an error after it succeeds.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-128-editor-scoped-subtotal-sync b/plugins/woocommerce/changelog/fix-wooairr-128-editor-scoped-subtotal-sync
deleted file mode 100644
index 8f2db0715c6..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-128-editor-scoped-subtotal-sync
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Same-cycle fix for a #67731 regression, never released.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-218-report-export-filename b/plugins/woocommerce/changelog/fix-wooairr-218-report-export-filename
deleted file mode 100644
index 15e1710ee70..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-218-report-export-filename
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ignore array values for the analytics report export filename instead of raising a PHP warning.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-248-locale-filter-recursion b/plugins/woocommerce/changelog/fix-wooairr-248-locale-filter-recursion
deleted file mode 100644
index 55b8c6777e4..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-248-locale-filter-recursion
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop locale filters that read country, state, or continent data from recursing when geographical data is looked up.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-273-stale-attribute-readers b/plugins/woocommerce/changelog/fix-wooairr-273-stale-attribute-readers
deleted file mode 100644
index 32742598cdd..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-273-stale-attribute-readers
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep product responses, admin variation screens and CSV exports working after one of a product's global attributes is deleted.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-31-stale-combined-translations b/plugins/woocommerce/changelog/fix-wooairr-31-stale-combined-translations
deleted file mode 100644
index 688a831266b..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-31-stale-combined-translations
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Same-cycle regression from #67548, never present in a stable release; a Fix entry would describe a bug no 11.1.x upgrader experienced.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc b/plugins/woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc
deleted file mode 100644
index 40b9a685706..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-48-taxes-report-columns-bc
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Analytics: restore the released unqualified parent_id form of the Taxes orders_count column carried by the woocommerce_admin_report_columns filter, and invalidate report caches on the first-ever save of the analytics date type.
diff --git a/plugins/woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids b/plugins/woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids
deleted file mode 100644
index df022dfbd83..00000000000
--- a/plugins/woocommerce/changelog/fix-wooairr-97-restore-recently-viewed-query-ids
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the full Recently Viewed Products cookie ID list for widget query filters to preserve extension compatibility.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-1113-revenue-tax-refunded-orders b/plugins/woocommerce/changelog/fix-wooplug-1113-revenue-tax-refunded-orders
deleted file mode 100644
index 568bc75e75b..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-1113-revenue-tax-refunded-orders
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Exclude refunds of never-paid or never-completed orders from Revenue analytics filtered by paid or completed date, so manually refunded failed orders no longer produce phantom returns, negative net sales and uncollected tax amounts. Applies to refunds synced after this fix; previously imported rows update on re-sync or historical data re-import.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-3391-stale-task-redirect b/plugins/woocommerce/changelog/fix-wooplug-3391-stale-task-redirect
deleted file mode 100644
index 83efe7c387b..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-3391-stale-task-redirect
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Redirect missing WooCommerce Admin task routes to Home instead of leaving a blank screen.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-4518-duplicate-manual-order-customers b/plugins/woocommerce/changelog/fix-wooplug-4518-duplicate-manual-order-customers
deleted file mode 100644
index e3574cf441a..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-4518-duplicate-manual-order-customers
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent duplicate customer entries in Analytics after manually creating guest orders without an email address.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-529-refunded-order-count b/plugins/woocommerce/changelog/fix-wooplug-529-refunded-order-count
deleted file mode 100644
index c64c8b102bf..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-529-refunded-order-count
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Customers report aggregates and numeric filters for refunds and parented orders.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type b/plugins/woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type
deleted file mode 100644
index 1e393de1b1e..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-6420-taxes-report-date-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Analytics: report the Taxes report period by the configured date type (default date paid) so its order counts and tax totals reconcile with the Orders and Revenue reports.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7516-rtl-currency-symbol-isolation b/plugins/woocommerce/changelog/fix-wooplug-7516-rtl-currency-symbol-isolation
deleted file mode 100644
index a5d00398ac3..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7516-rtl-currency-symbol-isolation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Fix RTL currency symbols not respecting the currency position setting in the Checkout blocks
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7556-rest-product-query-suppressions b/plugins/woocommerce/changelog/fix-wooplug-7556-rest-product-query-suppressions
deleted file mode 100644
index 30b53256c2d..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7556-rest-product-query-suppressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replace legacy WPCS suppression comments on REST product and variation meta queries with explicit phpcs:ignore annotations that record why postmeta remains the correct path.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7557-report-aggregation-queries b/plugins/woocommerce/changelog/fix-wooplug-7557-report-aggregation-queries
deleted file mode 100644
index 1f0dbce88be..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7557-report-aggregation-queries
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Count the customer and review report totals with aggregate queries instead of one query per bucket.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7558-original-id-cache b/plugins/woocommerce/changelog/fix-wooplug-7558-original-id-cache
deleted file mode 100644
index 3a0cf376017..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7558-original-id-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Cache CSV importer original-ID lookups within each import batch, so CSVs with repeated IDs or many product references (grouped, upsell, cross-sell) no longer run the same postmeta query for every occurrence.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7559-product-widget-sorting b/plugins/woocommerce/changelog/fix-wooplug-7559-product-widget-sorting
deleted file mode 100644
index bded2163fc6..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7559-product-widget-sorting
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Sort the products widget by sales and the top rated products widget by rating through the product lookup table instead of post meta.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7653-variation-inherited-image b/plugins/woocommerce/changelog/fix-wooplug-7653-variation-inherited-image
deleted file mode 100644
index acc571df393..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7653-variation-inherited-image
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Variation gallery: stop persisting the inherited parent image on variation save, prefer variation-owned galleries on the storefront, and clean up previously frozen variation thumbnails.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7659-order-key-array-guards b/plugins/woocommerce/changelog/fix-wooplug-7659-order-key-array-guards
deleted file mode 100644
index 964c0ecbcb8..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7659-order-key-array-guards
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Treat array-valued order keys as invalid on the order pay, cancel and PayPal return paths instead of raising a PHP error.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-7691-stock-notifications-rest-settings b/plugins/woocommerce/changelog/fix-wooplug-7691-stock-notifications-rest-settings
deleted file mode 100644
index 316c41832b6..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-7691-stock-notifications-rest-settings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Expose the Customer Stock Notifications settings through the REST settings API by registering them outside the admin context.
diff --git a/plugins/woocommerce/changelog/fix-wooplug-791-separator-numeric-validation b/plugins/woocommerce/changelog/fix-wooplug-791-separator-numeric-validation
deleted file mode 100644
index 5b2dbc91a3f..00000000000
--- a/plugins/woocommerce/changelog/fix-wooplug-791-separator-numeric-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent numbers from being saved as the thousand or decimal separator in currency settings.
diff --git a/plugins/woocommerce/changelog/fix-wooprd-3593-settings-ui-components b/plugins/woocommerce/changelog/fix-wooprd-3593-settings-ui-components
deleted file mode 100644
index 40761354a07..00000000000
--- a/plugins/woocommerce/changelog/fix-wooprd-3593-settings-ui-components
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Validate Settings UI schemas and script handles before mounting, with a complete classic fallback for server-side failures.
diff --git a/plugins/woocommerce/changelog/fix-wooprd-3594-settings-value-boundary b/plugins/woocommerce/changelog/fix-wooprd-3594-settings-value-boundary
deleted file mode 100644
index d399e9d160b..00000000000
--- a/plugins/woocommerce/changelog/fix-wooprd-3594-settings-value-boundary
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve classic setting names, values, and visibility rules while canonicalizing typed Settings UI fields.
diff --git a/plugins/woocommerce/changelog/fix-wooprd-3596-settings-ui-save-button b/plugins/woocommerce/changelog/fix-wooprd-3596-settings-ui-save-button
deleted file mode 100644
index f70fe9b04d4..00000000000
--- a/plugins/woocommerce/changelog/fix-wooprd-3596-settings-ui-save-button
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep the Settings UI Save button disabled when a visibility toggle restores the original values.
diff --git a/plugins/woocommerce/changelog/fix-yoast-replace-editor-reentry b/plugins/woocommerce/changelog/fix-yoast-replace-editor-reentry
deleted file mode 100644
index 8b3359abf44..00000000000
--- a/plugins/woocommerce/changelog/fix-yoast-replace-editor-reentry
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the block email editor loading in a broken state when a plugin (e.g. Yoast SEO Premium) calls WP_Screen::get() from admin_enqueue_scripts, re-entering the replace_editor filter mid-render
diff --git a/plugins/woocommerce/changelog/fix-zero-variation-sale-adjustment b/plugins/woocommerce/changelog/fix-zero-variation-sale-adjustment
deleted file mode 100644
index 869ba40bd14..00000000000
--- a/plugins/woocommerce/changelog/fix-zero-variation-sale-adjustment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve variation sale prices when a bulk decrease from regular prices is empty or invalid.
diff --git a/plugins/woocommerce/changelog/flush-product-count-cache-on-plugin-activation b/plugins/woocommerce/changelog/flush-product-count-cache-on-plugin-activation
deleted file mode 100644
index 46407e85707..00000000000
--- a/plugins/woocommerce/changelog/flush-product-count-cache-on-plugin-activation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Flush product count cache on plugin (de)activation so custom product statuses appear immediately.
diff --git a/plugins/woocommerce/changelog/move-customers-csv-role-column-to-end b/plugins/woocommerce/changelog/move-customers-csv-role-column-to-end
deleted file mode 100644
index a2555354bd5..00000000000
--- a/plugins/woocommerce/changelog/move-customers-csv-role-column-to-end
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Amends unreleased #67653 (CSV Role column order); its changelog entry already describes the shipped behavior.
-
-
diff --git a/plugins/woocommerce/changelog/optimize-template-customization-e2e-rest b/plugins/woocommerce/changelog/optimize-template-customization-e2e-rest
deleted file mode 100644
index 6f8b916efa2..00000000000
--- a/plugins/woocommerce/changelog/optimize-template-customization-e2e-rest
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Speed up block template customization end-to-end tests using REST API setup and cleanup.
diff --git a/plugins/woocommerce/changelog/patch-2 b/plugins/woocommerce/changelog/patch-2
deleted file mode 100644
index 29905874255..00000000000
--- a/plugins/woocommerce/changelog/patch-2
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Remove unused render_order_downloads_column_headers parameter
-
-
diff --git a/plugins/woocommerce/changelog/perf-58284-purchasable-variations-candidate-scan b/plugins/woocommerce/changelog/perf-58284-purchasable-variations-candidate-scan
deleted file mode 100644
index a538a6dcc77..00000000000
--- a/plugins/woocommerce/changelog/perf-58284-purchasable-variations-candidate-scan
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Check likely-purchasable variations first in WC_Product_Variable::has_purchasable_variations() so listings and Store API responses stop hydrating every variation of each variable product.
diff --git a/plugins/woocommerce/changelog/performance-67913-cap-prices-transient-size b/plugins/woocommerce/changelog/performance-67913-cap-prices-transient-size
deleted file mode 100644
index 4bd8de00a49..00000000000
--- a/plugins/woocommerce/changelog/performance-67913-cap-prices-transient-size
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Cap variable product prices transient size.
diff --git a/plugins/woocommerce/changelog/performance-admin-ajax-inbox-note-cleanup b/plugins/woocommerce/changelog/performance-admin-ajax-inbox-note-cleanup
deleted file mode 100644
index 243042f3275..00000000000
--- a/plugins/woocommerce/changelog/performance-admin-ajax-inbox-note-cleanup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Avoid running Inbox Note cleanup during admin initialization.
diff --git a/plugins/woocommerce/changelog/performance-products-reordering-ajax b/plugins/woocommerce/changelog/performance-products-reordering-ajax
deleted file mode 100644
index 3ae1fecaec7..00000000000
--- a/plugins/woocommerce/changelog/performance-products-reordering-ajax
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: performance
-
-Fixed ordering products performance (N-query pattern).
diff --git a/plugins/woocommerce/changelog/performance-scope-product-import-cleanup b/plugins/woocommerce/changelog/performance-scope-product-import-cleanup
deleted file mode 100644
index e7d4737b194..00000000000
--- a/plugins/woocommerce/changelog/performance-scope-product-import-cleanup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Avoid site-wide orphan cleanup after product CSV imports.
diff --git a/plugins/woocommerce/changelog/performance-tuneup-product-caches-invalidation b/plugins/woocommerce/changelog/performance-tuneup-product-caches-invalidation
deleted file mode 100644
index dc7e50cdf95..00000000000
--- a/plugins/woocommerce/changelog/performance-tuneup-product-caches-invalidation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: performance
-
-Tune terms and post meta cache invalidation during product saving.
diff --git a/plugins/woocommerce/changelog/pr-37557 b/plugins/woocommerce/changelog/pr-37557
deleted file mode 100644
index b14931cf8fe..00000000000
--- a/plugins/woocommerce/changelog/pr-37557
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Corrected the `@since` tag for WC_Coupon::set_status() from 3.0.0 to 6.2.0
\ No newline at end of file
diff --git a/plugins/woocommerce/changelog/pr-402-users-endpoint-field-permissions b/plugins/woocommerce/changelog/pr-402-users-endpoint-field-permissions
deleted file mode 100644
index d6d5f305829..00000000000
--- a/plugins/woocommerce/changelog/pr-402-users-endpoint-field-permissions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Return is_super_admin and woocommerce_meta fields in users REST endpoint only for requests in 'edit' context, and only when requesting own user or with 'list_users' capability.
diff --git a/plugins/woocommerce/changelog/pr-64361 b/plugins/woocommerce/changelog/pr-64361
deleted file mode 100644
index d9a11366752..00000000000
--- a/plugins/woocommerce/changelog/pr-64361
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add woocommerce_order_removed_coupon action hook to WC_Order::remove_coupon() for parity with WC_Cart and the existing woocommerce_order_applied_coupon hook.
diff --git a/plugins/woocommerce/changelog/prepare-order-item-deletion-query b/plugins/woocommerce/changelog/prepare-order-item-deletion-query
deleted file mode 100644
index e74f7d0e90a..00000000000
--- a/plugins/woocommerce/changelog/prepare-order-item-deletion-query
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prepare order-item deletion queries with an integer placeholder.
diff --git a/plugins/woocommerce/changelog/qatar-postcode-not-required b/plugins/woocommerce/changelog/qatar-postcode-not-required
deleted file mode 100644
index 6df73ed2532..00000000000
--- a/plugins/woocommerce/changelog/qatar-postcode-not-required
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Hide the postcode field and make the state optional for Qatar at checkout.
diff --git a/plugins/woocommerce/changelog/ralucaStan-saved-for-later-cart-template b/plugins/woocommerce/changelog/ralucaStan-saved-for-later-cart-template
deleted file mode 100644
index c9daf34561d..00000000000
--- a/plugins/woocommerce/changelog/ralucaStan-saved-for-later-cart-template
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Saved for Later declares its auto-injection after the Cart block via block.json blockHooks, injects wherever the Cart block is used, stays registered while the feature is off to prevent an unsupported-block notice, and allows only one instance per page
diff --git a/plugins/woocommerce/changelog/refactor-bounded-settings-ui-cleanup b/plugins/woocommerce/changelog/refactor-bounded-settings-ui-cleanup
deleted file mode 100644
index a8d8d561794..00000000000
--- a/plugins/woocommerce/changelog/refactor-bounded-settings-ui-cleanup
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Document Settings UI registration replacement and existing save adapter choices.
diff --git a/plugins/woocommerce/changelog/refactor-wooplug-656-split-orders-stats-tests b/plugins/woocommerce/changelog/refactor-wooplug-656-split-orders-stats-tests
deleted file mode 100644
index c5b0778ce8c..00000000000
--- a/plugins/woocommerce/changelog/refactor-wooplug-656-split-orders-stats-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Split the legacy Orders Stats report test class into focused test classes under tests/php/src, with no change in coverage
diff --git a/plugins/woocommerce/changelog/remove-abandoned-cart-recovery-feature b/plugins/woocommerce/changelog/remove-abandoned-cart-recovery-feature
deleted file mode 100644
index a18ea31141b..00000000000
--- a/plugins/woocommerce/changelog/remove-abandoned-cart-recovery-feature
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove the experimental abandoned cart recovery feature.
diff --git a/plugins/woocommerce/changelog/remove-agentic-checkout-api b/plugins/woocommerce/changelog/remove-agentic-checkout-api
deleted file mode 100644
index 652142a22cb..00000000000
--- a/plugins/woocommerce/changelog/remove-agentic-checkout-api
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Remove the experimental Agentic Checkout API.
diff --git a/plugins/woocommerce/changelog/remove-obsolete-block-patterns b/plugins/woocommerce/changelog/remove-obsolete-block-patterns
deleted file mode 100644
index 3f2fa55d4fa..00000000000
--- a/plugins/woocommerce/changelog/remove-obsolete-block-patterns
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove 20 WooCommerce patterns from the pattern library.
diff --git a/plugins/woocommerce/changelog/remove-old-blocks-release-testing b/plugins/woocommerce/changelog/remove-old-blocks-release-testing
deleted file mode 100644
index d3bcca1e564..00000000000
--- a/plugins/woocommerce/changelog/remove-old-blocks-release-testing
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove archived Blocks release testing documentation and its index links.
diff --git a/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet b/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet
deleted file mode 100644
index 638a640d655..00000000000
--- a/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove an unused Reviews by Product editor stylesheet.
diff --git a/plugins/woocommerce/changelog/revert-pr-68036 b/plugins/woocommerce/changelog/revert-pr-68036
deleted file mode 100644
index d0beae8ce2b..00000000000
--- a/plugins/woocommerce/changelog/revert-pr-68036
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Revert PR #68036, see WOOAIRR-226
diff --git a/plugins/woocommerce/changelog/role-column-last-in-customers-table b/plugins/woocommerce/changelog/role-column-last-in-customers-table
deleted file mode 100644
index f9783f6b0d3..00000000000
--- a/plugins/woocommerce/changelog/role-column-last-in-customers-table
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Aligns the browser-side Customers CSV with the server export order from #67843; the Role column feature (#67653) is unreleased so no shipped behavior changes.
-
-
diff --git a/plugins/woocommerce/changelog/rsm-437-bis-notification-image-overflow b/plugins/woocommerce/changelog/rsm-437-bis-notification-image-overflow
deleted file mode 100644
index 8f9ecc67bbb..00000000000
--- a/plugins/woocommerce/changelog/rsm-437-bis-notification-image-overflow
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Constrain the product image on the stock notification edit screen so it no longer overflows its column and overlaps the Update button.
diff --git a/plugins/woocommerce/changelog/rsm-437-bis-playwright-coverage b/plugins/woocommerce/changelog/rsm-437-bis-playwright-coverage
deleted file mode 100644
index d311afbcafb..00000000000
--- a/plugins/woocommerce/changelog/rsm-437-bis-playwright-coverage
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add Playwright e2e coverage for the Back in Stock Notifications signup, email, and admin management flows.
diff --git a/plugins/woocommerce/changelog/test-add-csv-upload-helper-unit-tests b/plugins/woocommerce/changelog/test-add-csv-upload-helper-unit-tests
deleted file mode 100644
index b2df7330baf..00000000000
--- a/plugins/woocommerce/changelog/test-add-csv-upload-helper-unit-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add unit tests for CSVUploadHelper.
diff --git a/plugins/woocommerce/changelog/test-rest-api-orders-refunds b/plugins/woocommerce/changelog/test-rest-api-orders-refunds
deleted file mode 100644
index 39dad34f3ea..00000000000
--- a/plugins/woocommerce/changelog/test-rest-api-orders-refunds
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add REST orders and refunds controller tests asserting persisted state, status transitions, search, collection filters and ordering.
diff --git a/plugins/woocommerce/changelog/test-rest-api-shipping-reports-webhooks-customers b/plugins/woocommerce/changelog/test-rest-api-shipping-reports-webhooks-customers
deleted file mode 100644
index 4b4e041bd24..00000000000
--- a/plugins/woocommerce/changelog/test-rest-api-shipping-reports-webhooks-customers
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add REST shipping, reports, webhooks and customers tests covering lifecycles, default-zone guards and report response contracts against persisted state.
diff --git a/plugins/woocommerce/changelog/test-rest-api-taxes b/plugins/woocommerce/changelog/test-rest-api-taxes
deleted file mode 100644
index 79551a20f42..00000000000
--- a/plugins/woocommerce/changelog/test-rest-api-taxes
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add REST taxes controller tests covering tax class and tax rate CRUD and batch lifecycles against persisted state.
diff --git a/plugins/woocommerce/changelog/testops-234-add-to-cart-form b/plugins/woocommerce/changelog/testops-234-add-to-cart-form
deleted file mode 100644
index 46246c2b6f0..00000000000
--- a/plugins/woocommerce/changelog/testops-234-add-to-cart-form
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce Add to Cart Form E2E tests from 13 to 8; Jest owns the quantity stepper's clamping, change-event dispatch, decimal rounding, and input defaults.
diff --git a/plugins/woocommerce/changelog/testops-234-add-to-cart-with-options b/plugins/woocommerce/changelog/testops-234-add-to-cart-with-options
deleted file mode 100644
index 9d8048070cd..00000000000
--- a/plugins/woocommerce/changelog/testops-234-add-to-cart-with-options
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Jest coverage for the four Add to Cart with Options Interactivity API stores, plus PHPUnit coverage for the legacy form markup and the grouped-product quantity handler. No E2E tests are removed.
diff --git a/plugins/woocommerce/changelog/testops-234-blocks-seed-convergence b/plugins/woocommerce/changelog/testops-234-blocks-seed-convergence
deleted file mode 100644
index 587f0ea4131..00000000000
--- a/plugins/woocommerce/changelog/testops-234-blocks-seed-convergence
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Make the Blocks E2E seed reset the shipping zones, tax classes, and tax settings it depends on, and document switching between the Core and Blocks E2E profiles. Test infrastructure only.
-
diff --git a/plugins/woocommerce/changelog/testops-234-cart-checkout-extensibility b/plugins/woocommerce/changelog/testops-234-cart-checkout-extensibility
deleted file mode 100644
index 7cbcdb3e571..00000000000
--- a/plugins/woocommerce/changelog/testops-234-cart-checkout-extensibility
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Move 4 extension cart update E2E tests to Jest and PHPUnit, covering the extensionCartUpdate wrapper, the cart thunk, the notice context, and the CartExtensions route; keep one browser title per spec.
-
diff --git a/plugins/woocommerce/changelog/testops-234-cart-checkout-notices b/plugins/woocommerce/changelog/testops-234-cart-checkout-notices
deleted file mode 100644
index 4f69e76e001..00000000000
--- a/plugins/woocommerce/changelog/testops-234-cart-checkout-notices
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Move 7 Cart and Checkout notice template E2E tests to a new NoticesTest PHPUnit matrix, keeping two block-theme browser titles and one classic-theme browser title.
-
diff --git a/plugins/woocommerce/changelog/testops-234-catalog-sorting b/plugins/woocommerce/changelog/testops-234-catalog-sorting
deleted file mode 100644
index 053d8e5a33c..00000000000
--- a/plugins/woocommerce/changelog/testops-234-catalog-sorting
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Jest coverage for the Catalog Sorting block's registration, dynamic save callback and editor placeholder. No E2E test is removed.
diff --git a/plugins/woocommerce/changelog/testops-234-classic-style-loading-cache b/plugins/woocommerce/changelog/testops-234-classic-style-loading-cache
deleted file mode 100644
index 81306a99d01..00000000000
--- a/plugins/woocommerce/changelog/testops-234-classic-style-loading-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move the classic-theme block style decision cache from a function-local static to a BlockTypesController instance property so it can be isolated in PHP tests.
diff --git a/plugins/woocommerce/changelog/testops-234-customer-account-block b/plugins/woocommerce/changelog/testops-234-customer-account-block
deleted file mode 100644
index 4978b1ce9ba..00000000000
--- a/plugins/woocommerce/changelog/testops-234-customer-account-block
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Jest coverage for the Customer Account block's sidebar settings and PHPUnit coverage for the accessible name its link exposes, which nothing covered before.
diff --git a/plugins/woocommerce/changelog/testops-234-delete-redundant-blocks-e2e-tests b/plugins/woocommerce/changelog/testops-234-delete-redundant-blocks-e2e-tests
deleted file mode 100644
index 8200dad092b..00000000000
--- a/plugins/woocommerce/changelog/testops-234-delete-redundant-blocks-e2e-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove 7 redundant blocks E2E tests already covered by PHPUnit and Jest unit tests.
-
diff --git a/plugins/woocommerce/changelog/testops-234-on-sale-badge b/plugins/woocommerce/changelog/testops-234-on-sale-badge
deleted file mode 100644
index 1bcc464b0aa..00000000000
--- a/plugins/woocommerce/changelog/testops-234-on-sale-badge
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce On-Sale Badge E2E tests from 6 to 1; PHPUnit owns the sale check and the alignment classes.
-
diff --git a/plugins/woocommerce/changelog/testops-234-patterns-editor b/plugins/woocommerce/changelog/testops-234-patterns-editor
deleted file mode 100644
index e351582eb44..00000000000
--- a/plugins/woocommerce/changelog/testops-234-patterns-editor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce pattern editor E2E tests from 4 to 1; the synced block theme pattern title stays as the pattern editor canary.
-
diff --git a/plugins/woocommerce/changelog/testops-234-product-collection-registration b/plugins/woocommerce/changelog/testops-234-product-collection-registration
deleted file mode 100644
index 816f2a60cdc..00000000000
--- a/plugins/woocommerce/changelog/testops-234-product-collection-registration
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Jest coverage for __experimentalRegisterProductCollection, covering falsy-value preservation, invalid-input rejection, prop-injection scoping and reference-context routing. No E2E test is removed.
diff --git a/plugins/woocommerce/changelog/testops-234-product-filters-block b/plugins/woocommerce/changelog/testops-234-product-filters-block
deleted file mode 100644
index 135e1f86a9c..00000000000
--- a/plugins/woocommerce/changelog/testops-234-product-filters-block
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce Product Filters E2E tests from 9 to 3; PHPUnit owns the attribute filter's options and counts, and Jest owns the store's attribute toggle.
-
diff --git a/plugins/woocommerce/changelog/testops-234-product-gallery b/plugins/woocommerce/changelog/testops-234-product-gallery
deleted file mode 100644
index 2e23ca08f78..00000000000
--- a/plugins/woocommerce/changelog/testops-234-product-gallery
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce Product Gallery E2E tests from 12 to 8; Jest owns the block's registered defaults and its Single Product ancestry.
-
diff --git a/plugins/woocommerce/changelog/testops-234-product-results-count b/plugins/woocommerce/changelog/testops-234-product-results-count
deleted file mode 100644
index d1b5d9cab62..00000000000
--- a/plugins/woocommerce/changelog/testops-234-product-results-count
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Add Jest coverage for the Product Results Count block's registration and PHPUnit coverage for its rendered result count. No E2E test is removed.
diff --git a/plugins/woocommerce/changelog/testops-234-refresh-block-manifest-copies b/plugins/woocommerce/changelog/testops-234-refresh-block-manifest-copies
deleted file mode 100644
index 4fc5da81787..00000000000
--- a/plugins/woocommerce/changelog/testops-234-refresh-block-manifest-copies
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Refresh generated block.json copies deterministically so PHP test metadata matches the source manifests.
-
diff --git a/plugins/woocommerce/changelog/testops-234-remove-duplicate-register-product-collection-tests b/plugins/woocommerce/changelog/testops-234-remove-duplicate-register-product-collection-tests
deleted file mode 100644
index 7fb5d26b4dc..00000000000
--- a/plugins/woocommerce/changelog/testops-234-remove-duplicate-register-product-collection-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove 16 duplicated Product Collection registration E2E tests.
-
diff --git a/plugins/woocommerce/changelog/testops-234-remove-role-smoke-duplicate b/plugins/woocommerce/changelog/testops-234-remove-role-smoke-duplicate
deleted file mode 100644
index 2ea9f3b53b9..00000000000
--- a/plugins/woocommerce/changelog/testops-234-remove-role-smoke-duplicate
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove the duplicate Blocks role smoke E2E spec. The admin, customer, and guest sessions it loaded are already exercised by the retained Blocks editor, My Account, and storefront journeys.
-
diff --git a/plugins/woocommerce/changelog/testops-234-unregister-block-types b/plugins/woocommerce/changelog/testops-234-unregister-block-types
deleted file mode 100644
index 37e2b022fb5..00000000000
--- a/plugins/woocommerce/changelog/testops-234-unregister-block-types
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Extend the unregister-block-types unrestricted-context test to cover Catalog Sorting and Product Results Count.
diff --git a/plugins/woocommerce/changelog/testops-288-block-email-rendering-source b/plugins/woocommerce/changelog/testops-288-block-email-rendering-source
deleted file mode 100644
index c0d3b73b7ba..00000000000
--- a/plugins/woocommerce/changelog/testops-288-block-email-rendering-source
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Trim block email rendering-source coverage to one browser journey; two rules move to their PHPUnit owners.
-
diff --git a/plugins/woocommerce/changelog/testops-288-checkout-link b/plugins/woocommerce/changelog/testops-288-checkout-link
deleted file mode 100644
index 643b2e15274..00000000000
--- a/plugins/woocommerce/changelog/testops-288-checkout-link
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Reduce Checkout Link E2E tests from 5 to 3 and rewrite CheckoutLinkTest from 2 methods to 9; PHPUnit owns the invalid coupon, invalid product and malformed list cases, and a new browser test covers the logged-in redirect.
diff --git a/plugins/woocommerce/changelog/testops-288-checkout-shortcode-flows b/plugins/woocommerce/changelog/testops-288-checkout-shortcode-flows
deleted file mode 100644
index f32b80e1b06..00000000000
--- a/plugins/woocommerce/changelog/testops-288-checkout-shortcode-flows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Make checkout payment-method selectors exact in two retained E2E specs.
-
diff --git a/plugins/woocommerce/changelog/testops-288-colour-picker b/plugins/woocommerce/changelog/testops-288-colour-picker
deleted file mode 100644
index 34fcca5280c..00000000000
--- a/plugins/woocommerce/changelog/testops-288-colour-picker
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Strengthen the colour picker swatch E2E test to pin the painted box in both the pre-WP 7.0 and WP 7.0 states, so the box-sizing half of the compatibility rule is covered.
-
diff --git a/plugins/woocommerce/changelog/testops-288-customer-payment-page b/plugins/woocommerce/changelog/testops-288-customer-payment-page
deleted file mode 100644
index 726a8b5599b..00000000000
--- a/plugins/woocommerce/changelog/testops-288-customer-payment-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Make the customer payment page's payment-method selector exact.
-
diff --git a/plugins/woocommerce/changelog/testops-288-linked-products b/plugins/woocommerce/changelog/testops-288-linked-products
deleted file mode 100644
index 20328ac95a1..00000000000
--- a/plugins/woocommerce/changelog/testops-288-linked-products
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Cut the linked products E2E spec from 4 titles to 2; clearing up-sells and cross-sells now covered by WC_Meta_Box_Product_Data_Linked_Products_Test.
-
diff --git a/plugins/woocommerce/changelog/testops-288-paypal-standard b/plugins/woocommerce/changelog/testops-288-paypal-standard
deleted file mode 100644
index 16e591c7222..00000000000
--- a/plugins/woocommerce/changelog/testops-288-paypal-standard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Isolate the PayPal Standard E2E fixture's settings per test and reload the settings page after onboarding, so both retained browser titles pass from any starting state; no coverage moves between layers.
-
diff --git a/plugins/woocommerce/changelog/testops-288-post-comments-fixture b/plugins/woocommerce/changelog/testops-288-post-comments-fixture
deleted file mode 100644
index 18a2923edca..00000000000
--- a/plugins/woocommerce/changelog/testops-288-post-comments-fixture
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: The WordPress post comments E2E spec now creates and deletes its own post instead of relying on the default Hello world post, which no longer exists in the shared E2E environment.
-
diff --git a/plugins/woocommerce/changelog/testops-288-product-images b/plugins/woocommerce/changelog/testops-288-product-images
deleted file mode 100644
index 0e0dc4f2781..00000000000
--- a/plugins/woocommerce/changelog/testops-288-product-images
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Cut the product images E2E spec from 6 titles to 3; image and gallery persistence and rendering now covered by WC_Meta_Box_Product_Images_Test.
-
diff --git a/plugins/woocommerce/changelog/testops-288-products-admin-export b/plugins/woocommerce/changelog/testops-288-products-admin-export
deleted file mode 100644
index 6e3449c6d9a..00000000000
--- a/plugins/woocommerce/changelog/testops-288-products-admin-export
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Cut the product export E2E spec from 4 titles to 1; the export screen's rendering and the exporter's row scoping now covered by WC_Admin_Product_Export_View_Test and WC_Product_CSV_Exporter_Test.
-
diff --git a/plugins/woocommerce/changelog/update-SingleProductTemplateTests-utils b/plugins/woocommerce/changelog/update-SingleProductTemplateTests-utils
deleted file mode 100644
index 83674761e63..00000000000
--- a/plugins/woocommerce/changelog/update-SingleProductTemplateTests-utils
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Create strip_whitespace and strip_whitespace_and_password_form_ids utils for SingleProductTemplateTests to avoid repeating the same logic in every test
-
-
diff --git a/plugins/woocommerce/changelog/update-action-scheduler-via-automation b/plugins/woocommerce/changelog/update-action-scheduler-via-automation
deleted file mode 100644
index 226deb55ebd..00000000000
--- a/plugins/woocommerce/changelog/update-action-scheduler-via-automation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update the Action Scheduler package to version 4.1.0.
diff --git a/plugins/woocommerce/changelog/update-catalog-sorting-content-width b/plugins/woocommerce/changelog/update-catalog-sorting-content-width
deleted file mode 100644
index 5f19e8f275d..00000000000
--- a/plugins/woocommerce/changelog/update-catalog-sorting-content-width
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Size the Catalog Sorting block to the selected option.
diff --git a/plugins/woocommerce/changelog/update-extract-dual-api-to-plugin b/plugins/woocommerce/changelog/update-extract-dual-api-to-plugin
deleted file mode 100644
index ece3006ace3..00000000000
--- a/plugins/woocommerce/changelog/update-extract-dual-api-to-plugin
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Move the experimental dual API engine out of WooCommerce core into the WooCommerce Dual API plugin.
diff --git a/plugins/woocommerce/changelog/update-mini-cart-default-labels b/plugins/woocommerce/changelog/update-mini-cart-default-labels
deleted file mode 100644
index 3e2c7c48e58..00000000000
--- a/plugins/woocommerce/changelog/update-mini-cart-default-labels
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update the default Mini-Cart labels.
diff --git a/plugins/woocommerce/changelog/update-patterns-category-name b/plugins/woocommerce/changelog/update-patterns-category-name
deleted file mode 100644
index df80648b21e..00000000000
--- a/plugins/woocommerce/changelog/update-patterns-category-name
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Rename patterns category from WooCommerce to Shop
diff --git a/plugins/woocommerce/changelog/update-payment-partner-recommendations-tracker-drift b/plugins/woocommerce/changelog/update-payment-partner-recommendations-tracker-drift
deleted file mode 100644
index 1823e4844e6..00000000000
--- a/plugins/woocommerce/changelog/update-payment-partner-recommendations-tracker-drift
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update GoCardless, Airwallex, and Viva.com Smart Checkout payments extension suggestions.
diff --git a/plugins/woocommerce/changelog/update-php-dev-dependency-security-patches b/plugins/woocommerce/changelog/update-php-dev-dependency-security-patches
deleted file mode 100644
index f002b0c10a8..00000000000
--- a/plugins/woocommerce/changelog/update-php-dev-dependency-security-patches
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update PHP development dependencies to versions that resolve reported security advisories.
diff --git a/plugins/woocommerce/changelog/update-plugin-directory-screenshots b/plugins/woocommerce/changelog/update-plugin-directory-screenshots
deleted file mode 100644
index 194915e2859..00000000000
--- a/plugins/woocommerce/changelog/update-plugin-directory-screenshots
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update the plugin directory product screenshots with the correct heading design.
diff --git a/plugins/woocommerce/changelog/update-react-number-format-5 b/plugins/woocommerce/changelog/update-react-number-format-5
deleted file mode 100644
index 21220332741..00000000000
--- a/plugins/woocommerce/changelog/update-react-number-format-5
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update react-number-format from 4.9.3 to 5.4.5.
diff --git a/plugins/woocommerce/changelog/update-remove-heliopay-payment-recommendation b/plugins/woocommerce/changelog/update-remove-heliopay-payment-recommendation
deleted file mode 100644
index 0444b0bbbf0..00000000000
--- a/plugins/woocommerce/changelog/update-remove-heliopay-payment-recommendation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove Helio Pay as official and suggested payments extension.
diff --git a/plugins/woocommerce/changelog/update-vendored-graphql-php-security b/plugins/woocommerce/changelog/update-vendored-graphql-php-security
deleted file mode 100644
index e61d5c4ee9b..00000000000
--- a/plugins/woocommerce/changelog/update-vendored-graphql-php-security
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update the vendored webonyx/graphql-php to 15.32.3 to limit parser recursion and field comparisons.
diff --git a/plugins/woocommerce/changelog/wc-36802-assigned-issue b/plugins/woocommerce/changelog/wc-36802-assigned-issue
deleted file mode 100644
index d55ec79e8f7..00000000000
--- a/plugins/woocommerce/changelog/wc-36802-assigned-issue
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Add a variation bulk action to set sale prices from regular prices.
diff --git a/plugins/woocommerce/changelog/wc-67498-front-page-filters-design b/plugins/woocommerce/changelog/wc-67498-front-page-filters-design
deleted file mode 100644
index d7aa6e38e6a..00000000000
--- a/plugins/woocommerce/changelog/wc-67498-front-page-filters-design
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Product Filters on a Shop page set as the static front page.
diff --git a/plugins/woocommerce/changelog/wc-product-filter-inline-style-enqueue b/plugins/woocommerce/changelog/wc-product-filter-inline-style-enqueue
deleted file mode 100644
index 217566842c7..00000000000
--- a/plugins/woocommerce/changelog/wc-product-filter-inline-style-enqueue
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Fix Product Filter responsive styles in unified editor assets.
-
-
diff --git a/plugins/woocommerce/changelog/wccom-2879-forced-autoupdate-passthrough b/plugins/woocommerce/changelog/wccom-2879-forced-autoupdate-passthrough
deleted file mode 100644
index e47f38370b9..00000000000
--- a/plugins/woocommerce/changelog/wccom-2879-forced-autoupdate-passthrough
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Honor the WooCommerce.com `autoupdate` flag on plugin and theme updates, so a critical extension release can be installed automatically when the package is installable. Theme update items now also report their PHP requirement, so an automatic update is skipped on an incompatible PHP version.
diff --git a/plugins/woocommerce/changelog/wccom-2879-update-check-installed-version b/plugins/woocommerce/changelog/wccom-2879-update-check-installed-version
deleted file mode 100644
index 5670827fb9d..00000000000
--- a/plugins/woocommerce/changelog/wccom-2879-update-check-installed-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Send the installed version of each WooCommerce.com extension in the update-check request.
diff --git a/plugins/woocommerce/changelog/wccom-2882-marketplace-tab-focus-ring b/plugins/woocommerce/changelog/wccom-2882-marketplace-tab-focus-ring
deleted file mode 100644
index a44caf92d6e..00000000000
--- a/plugins/woocommerce/changelog/wccom-2882-marketplace-tab-focus-ring
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Remove the stray blue box drawn around the selected Marketplace tab on WordPress 7.1.
diff --git a/plugins/woocommerce/changelog/wccom-2892-quality-badge-compact-card-placement b/plugins/woocommerce/changelog/wccom-2892-quality-badge-compact-card-placement
deleted file mode 100644
index a9a2b4ce540..00000000000
--- a/plugins/woocommerce/changelog/wccom-2892-quality-badge-compact-card-placement
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Move the quality badge above the price on in-app marketplace cards (between the name and the price on compact cards), centre compact card content vertically, and pin the price row to the bottom of regular cards.
diff --git a/plugins/woocommerce/changelog/wccom-2941-product-card-click-quality-badge b/plugins/woocommerce/changelog/wccom-2941-product-card-click-quality-badge
deleted file mode 100644
index 3c961ae00a7..00000000000
--- a/plugins/woocommerce/changelog/wccom-2941-product-card-click-quality-badge
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Marketplace: report whether a product card shows the quality badge in the card click tracking event.
diff --git a/plugins/woocommerce/changelog/woo6-108-resolve-high-npm-alerts b/plugins/woocommerce/changelog/woo6-108-resolve-high-npm-alerts
deleted file mode 100644
index a7cf738dc2f..00000000000
--- a/plugins/woocommerce/changelog/woo6-108-resolve-high-npm-alerts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update npm dependencies that resolve high-severity security advisories.
diff --git a/plugins/woocommerce/changelog/woo6-109-npm-security-tooling b/plugins/woocommerce/changelog/woo6-109-npm-security-tooling
deleted file mode 100644
index e818f82aaa3..00000000000
--- a/plugins/woocommerce/changelog/woo6-109-npm-security-tooling
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove deprecated Request dependencies, upgrade release tooling, and refresh compatible npm dependencies to close critical and high security alerts.
diff --git a/plugins/woocommerce/changelog/woo6-109-storybook-10 b/plugins/woocommerce/changelog/woo6-109-storybook-10
deleted file mode 100644
index 0b7a8b3812c..00000000000
--- a/plugins/woocommerce/changelog/woo6-109-storybook-10
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Upgrade Storybook development tooling to version 10.
diff --git a/plugins/woocommerce/changelog/wooa7s-1541-customer-filter-tag-label b/plugins/woocommerce/changelog/wooa7s-1541-customer-filter-tag-label
deleted file mode 100644
index 67beb1324ce..00000000000
--- a/plugins/woocommerce/changelog/wooa7s-1541-customer-filter-tag-label
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Analytics: label a customer filter tag with the username or email when the customer is registered without a name. Affects the Downloads and Customers reports.
diff --git a/plugins/woocommerce/changelog/wooa7s-1541-downloads-customer-filter b/plugins/woocommerce/changelog/wooa7s-1541-downloads-customer-filter
deleted file mode 100644
index 0ed57fa8011..00000000000
--- a/plugins/woocommerce/changelog/wooa7s-1541-downloads-customer-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Analytics: search the Downloads report's advanced filter by customer name, username or email instead of username only.
diff --git a/plugins/woocommerce/changelog/wooa7s-1857-repeatable-report-downloads b/plugins/woocommerce/changelog/wooa7s-1857-repeatable-report-downloads
deleted file mode 100644
index 0953941cdcd..00000000000
--- a/plugins/woocommerce/changelog/wooa7s-1857-repeatable-report-downloads
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep emailed Analytics report exports downloadable for a week instead of deleting them on the first request.
diff --git a/plugins/woocommerce/changelog/wooairr-126-product-filters-block-gap-guard b/plugins/woocommerce/changelog/wooairr-126-product-filters-block-gap-guard
deleted file mode 100644
index f446968e2ae..00000000000
--- a/plugins/woocommerce/changelog/wooairr-126-product-filters-block-gap-guard
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent invalid Product Filters block spacing values from being rendered.
diff --git a/plugins/woocommerce/changelog/wooairr-278-rest-endpoint-slug-sanitize-test b/plugins/woocommerce/changelog/wooairr-278-rest-endpoint-slug-sanitize-test
deleted file mode 100644
index 47f29fa7203..00000000000
--- a/plugins/woocommerce/changelog/wooairr-278-rest-endpoint-slug-sanitize-test
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add a regression test covering that the stock notifications My Account endpoint slug is sanitized when saved through the REST settings API.
diff --git a/plugins/woocommerce/changelog/wooplug-1772-per-order-guest-names b/plugins/woocommerce/changelog/wooplug-1772-per-order-guest-names
deleted file mode 100644
index 589e6e614a9..00000000000
--- a/plugins/woocommerce/changelog/wooplug-1772-per-order-guest-names
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Show each guest order's billing name in Analytics when orders share an email address.
diff --git a/plugins/woocommerce/changelog/wooplug-2191-post-action-webhook-validation b/plugins/woocommerce/changelog/wooplug-2191-post-action-webhook-validation
deleted file mode 100644
index b064391f682..00000000000
--- a/plugins/woocommerce/changelog/wooplug-2191-post-action-webhook-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Validate post-action webhooks using the affected post ID instead of request-global post type state.
diff --git a/plugins/woocommerce/changelog/wooplug-4995-stock-notifications-tracker-data b/plugins/woocommerce/changelog/wooplug-4995-stock-notifications-tracker-data
deleted file mode 100644
index 08e4333859a..00000000000
--- a/plugins/woocommerce/changelog/wooplug-4995-stock-notifications-tracker-data
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Add customer stock notifications settings and notification counts to the WooCommerce usage tracker snapshot.
diff --git a/plugins/woocommerce/changelog/wooplug-4996-stock-notifications-signup-rate-limiter b/plugins/woocommerce/changelog/wooplug-4996-stock-notifications-signup-rate-limiter
deleted file mode 100644
index b6e7e4ef42e..00000000000
--- a/plugins/woocommerce/changelog/wooplug-4996-stock-notifications-signup-rate-limiter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Rate limit stock notification sign-ups per client and e-mail address.
diff --git a/plugins/woocommerce/changelog/wooplug-59489-coupon-error-event b/plugins/woocommerce/changelog/wooplug-59489-coupon-error-event
deleted file mode 100644
index 01429c2355e..00000000000
--- a/plugins/woocommerce/changelog/wooplug-59489-coupon-error-event
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add errored_coupon and errored_coupon_in_checkout JS events fired when a coupon fails to apply on the classic cart and checkout pages.
diff --git a/plugins/woocommerce/changelog/wooplug-6456-add-date-field-type b/plugins/woocommerce/changelog/wooplug-6456-add-date-field-type
deleted file mode 100644
index d71c1277085..00000000000
--- a/plugins/woocommerce/changelog/wooplug-6456-add-date-field-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for the `date` field type in the additional checkout fields API.
diff --git a/plugins/woocommerce/changelog/wooplug-6456-checkout-field-types b/plugins/woocommerce/changelog/wooplug-6456-checkout-field-types
deleted file mode 100644
index 5202aaf7fe4..00000000000
--- a/plugins/woocommerce/changelog/wooplug-6456-checkout-field-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move additional checkout field type behavior into per-type classes, and field value storage into a trait, with no change in behavior.
diff --git a/plugins/woocommerce/changelog/wooplug-6456-date-field-min-max b/plugins/woocommerce/changelog/wooplug-6456-date-field-min-max
deleted file mode 100644
index 7c71a2897f5..00000000000
--- a/plugins/woocommerce/changelog/wooplug-6456-date-field-min-max
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add `min` and `max` options to `date` additional checkout fields, accepting an absolute date or an ISO 8601-2 duration relative to today such as `P1D` or `-P18Y`.
diff --git a/plugins/woocommerce/changelog/wooplug-6456-date-field-schema-validation b/plugins/woocommerce/changelog/wooplug-6456-date-field-schema-validation
deleted file mode 100644
index a6a0e086c1d..00000000000
--- a/plugins/woocommerce/changelog/wooplug-6456-date-field-schema-validation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Allow additional date fields in Checkout block to use JSON Schema in validation.
diff --git a/plugins/woocommerce/changelog/wooplug-7407-non-sticky-admin-header b/plugins/woocommerce/changelog/wooplug-7407-non-sticky-admin-header
deleted file mode 100644
index ad482ab27aa..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7407-non-sticky-admin-header
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Make the WooCommerce Admin header non-sticky on all pages.
diff --git a/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools b/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools
deleted file mode 100644
index 0a6fdb576ad..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent product editor content from showing through the sticky editor tools.
diff --git a/plugins/woocommerce/changelog/wooplug-7525-track-product-sorting-usage b/plugins/woocommerce/changelog/wooplug-7525-track-product-sorting-usage
deleted file mode 100644
index 8e4bd10c574..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7525-track-product-sorting-usage
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add tracking for product sorting views and manual reordering.
diff --git a/plugins/woocommerce/changelog/wooplug-7542-match-global-unique-id b/plugins/woocommerce/changelog/wooplug-7542-match-global-unique-id
deleted file mode 100644
index 019dc5b1d55..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7542-match-global-unique-id
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Use GTIN, UPC, EAN, or ISBN as the match key for existing product and variation CSV updates when ID and SKU are absent, and let a variation row identified only by one create a new variation.
diff --git a/plugins/woocommerce/changelog/wooplug-7554-add-tooling-catalog b/plugins/woocommerce/changelog/wooplug-7554-add-tooling-catalog
deleted file mode 100644
index 1ec9ccca2ab..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7554-add-tooling-catalog
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Use the tooling catalog for shared Babel, PostCSS, and webpack versions.
diff --git a/plugins/woocommerce/changelog/wooplug-7615-bis-form-hidden-attribute b/plugins/woocommerce/changelog/wooplug-7615-bis-form-hidden-attribute
deleted file mode 100644
index 3aa059fcee8..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7615-bis-form-hidden-attribute
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Back in Stock: hide the sign-up form with the hidden attribute so it stays hidden for in-stock variations on themes that replace the WooCommerce stylesheet.
diff --git a/plugins/woocommerce/changelog/wooplug-7656-configurable-endpoint-slug b/plugins/woocommerce/changelog/wooplug-7656-configurable-endpoint-slug
deleted file mode 100644
index e85e59d28ca..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7656-configurable-endpoint-slug
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a Stock notifications setting under Settings > Advanced > Account endpoints, so the My Account endpoint slug can be renamed or cleared to turn the page off.
diff --git a/plugins/woocommerce/changelog/wooplug-7663-bis-normalize-customer-emails b/plugins/woocommerce/changelog/wooplug-7663-bis-normalize-customer-emails
deleted file mode 100644
index 8fa211343c4..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7663-bis-normalize-customer-emails
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Normalize customer emails in Back in Stock Notifications so signups and lookups match regardless of letter case, rewrite existing rows in the same form, and fix lookups for emails containing a single quote.
diff --git a/plugins/woocommerce/changelog/wooplug-7667-bis-my-account-template-no-internals b/plugins/woocommerce/changelog/wooplug-7667-bis-my-account-template-no-internals
deleted file mode 100644
index b1f76f18ec8..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7667-bis-my-account-template-no-internals
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Prepare the My Account stock notifications template data in MyAccountView instead of calling MyAccountEndpoint from the template. The feature is unreleased, so there is no user-facing change.
diff --git a/plugins/woocommerce/changelog/wooplug-7704-stock-notifications-tests-off-by-default b/plugins/woocommerce/changelog/wooplug-7704-stock-notifications-tests-off-by-default
deleted file mode 100644
index 6c32be2588a..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7704-stock-notifications-tests-off-by-default
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Stop force-enabling the Back In Stock Notifications feature for the whole PHPUnit suite; affected tests now enable it themselves (no runtime change).
diff --git a/plugins/woocommerce/changelog/wooplug-7718-bis-remove-account-creation b/plugins/woocommerce/changelog/wooplug-7718-bis-remove-account-creation
deleted file mode 100644
index e5ed35e6abb..00000000000
--- a/plugins/woocommerce/changelog/wooplug-7718-bis-remove-account-creation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove account creation from Back in Stock guest sign-ups and stop linking guest sign-ups to existing accounts by email.
diff --git a/plugins/woocommerce/changelog/wooprd-3662-remove-activity-panel b/plugins/woocommerce/changelog/wooprd-3662-remove-activity-panel
deleted file mode 100644
index 01d2e5cdbb3..00000000000
--- a/plugins/woocommerce/changelog/wooprd-3662-remove-activity-panel
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Remove the Activity panel from WooCommerce pages while keeping the Inbox on Woo Home.
diff --git a/plugins/woocommerce/changelog/wpcs-replacement b/plugins/woocommerce/changelog/wpcs-replacement
deleted file mode 100644
index 928e1d14fb6..00000000000
--- a/plugins/woocommerce/changelog/wpcs-replacement
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replace legacy WPCS suppression comments with PHPCS directives.