Commit 86c916a910 for woocommerce

commit 86c916a9107c459f0867954263f8a2e8151de4d3
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Sep 17 15:15:06 2025 +0100

    Update changelog.txt after 10.2.0 (#60977)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

diff --git a/changelog.txt b/changelog.txt
index 8821497668..4aa3279880 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,169 @@
 == Changelog ==

+= 10.2.0 2025-09-17 =
+
+**WooCommerce**
+
+* Fix - Added support for AVIF images to CLI migrator [#60426](https://github.com/woocommerce/woocommerce/pull/60426)
+* Fix - Add id and aria-label attributes to Photoswipe dialog [#59981](https://github.com/woocommerce/woocommerce/pull/59981)
+* Fix - Address MySQL 5.5.5 incompatibility issue [#59805](https://github.com/woocommerce/woocommerce/pull/59805)
+* Fix - Add to Cart + Options: allow setting grouped product children quantity to 0 [#60543](https://github.com/woocommerce/woocommerce/pull/60543)
+* Fix - Add type check for product to prevent fatals in WC_Comments::clear_transients method. [#60277](https://github.com/woocommerce/woocommerce/pull/60277)
+* Fix - Announce Product Collection and Add to Cart + Options error notices to screen readers [#60171](https://github.com/woocommerce/woocommerce/pull/60171)
+* Fix - Better updates the pending updates count in the Marketplace My Subscriptions tab. [#56158](https://github.com/woocommerce/woocommerce/pull/56158)
+* Fix - Cart Cross Sells: Fix warning about missing queryId [#60679](https://github.com/woocommerce/woocommerce/pull/60679)
+* Fix - Clear template cache on email template edit via admin [#59852](https://github.com/woocommerce/woocommerce/pull/59852)
+* Fix - Decode shipping rate names to correct display of special characters on Block Cart and Checkout [#60206](https://github.com/woocommerce/woocommerce/pull/60206)
+* Fix - Don't make Product Price block interactive if all variations have the same price [#60545](https://github.com/woocommerce/woocommerce/pull/60545)
+* Fix - Ensure address 1 inherits the correct label from locale [#59952](https://github.com/woocommerce/woocommerce/pull/59952)
+* Fix - Ensure inner blocks rerender when validation data store changes [#60385](https://github.com/woocommerce/woocommerce/pull/60385)
+* Fix - Ensure products with 0 price are displayed corectly in the order summary [#60636](https://github.com/woocommerce/woocommerce/pull/60636)
+* Fix - Ensure screen reader announcements are not interrupted when removing items from the Mini-Cart drawer. [#60256](https://github.com/woocommerce/woocommerce/pull/60256)
+* Fix - Fallback to displaying store notices via the `wp_footer` hook if the `wp_body_open` hook didn't fire. This improves compatibility with themes that haven't been updated to include the `wp_body_open` hook. [#59729](https://github.com/woocommerce/woocommerce/pull/59729)
+* Fix - Fix case typo in wc_format_decimal function. [#60288](https://github.com/woocommerce/woocommerce/pull/60288)
+* Fix - Fix class name inconsistencies in Single Product block components to ensure proper BEM naming conventions. [#60124](https://github.com/woocommerce/woocommerce/pull/60124)
+* Fix - Fixed 'Open drawer when adding' option not working on first try when there are multiple mini cart blocks on a page with conflicting opwn drawer setting. [#59874](https://github.com/woocommerce/woocommerce/pull/59874)
+* Fix - Fixed accessibility for all classic store notices added by the `wc_add_notice` function. [#60253](https://github.com/woocommerce/woocommerce/pull/60253)
+* Fix - Fixed coupon amount validation when creating/updating a coupon via the REST API. [#60012](https://github.com/woocommerce/woocommerce/pull/60012)
+* Fix - Fixed incorrect count for brands through the /wp-json/wc/v3/products/brands endpoint. The product_brand taxonomy was using WordPress's default _update_post_term_count callback instead of WooCommerce's custom _wc_term_recount function, and was not included in the wc_change_term_counts filter. This caused brand counts to return 0 instead of the correct count. [#60158](https://github.com/woocommerce/woocommerce/pull/60158)
+* Fix - Fixed the rendering issue with rtl currency symbols which was causing the product price UI to break. [#58134](https://github.com/woocommerce/woocommerce/pull/58134)
+* Fix - Fix fatal error on wrong data format sent to WC_Customer [#59929](https://github.com/woocommerce/woocommerce/pull/59929)
+* Fix - Fix handling of prereleases in isWcVersion(). [#60371](https://github.com/woocommerce/woocommerce/pull/60371)
+* Fix - Fix iAPI minicart variable products. [#60497](https://github.com/woocommerce/woocommerce/pull/60497)
+* Fix - Fix incorrect net sales in analytics product reports for partial and full refunds [#58744](https://github.com/woocommerce/woocommerce/pull/58744)
+* Fix - Fix issue where variation, product, customers, taxes, and coupon reports where showing duplicate entries across pages. [#60258](https://github.com/woocommerce/woocommerce/pull/60258)
+* Fix - Fix JavaScript error in admin settings when using shortcode checkout by adding null check before addEventListener call. [#59753](https://github.com/woocommerce/woocommerce/pull/59753)
+* Fix - Fix missing padding for checkout actions block [#60569](https://github.com/woocommerce/woocommerce/pull/60569)
+* Fix - Fix most-popular number items getting sliced down to 4 items after switching tab [#60283](https://github.com/woocommerce/woocommerce/pull/60283)
+* Fix - Fix padding for checkout steps when step numbers are enabled [#60473](https://github.com/woocommerce/woocommerce/pull/60473)
+* Fix - Fix PHPUnit test failure in WC_Tracks role properties test by ensuring roles are recreated after uninstallation test [#60320](https://github.com/woocommerce/woocommerce/pull/60320)
+* Fix - Fix race condition for woocommerce_admin_reports_list filter, preventing dynamically registered reports from being recognized [#59897](https://github.com/woocommerce/woocommerce/pull/59897)
+* Fix - Fix REST API coupon validation for percentage amounts over 100%. Resolves issue where percentage coupons with amounts > 100 were created with 0.00 amount instead of returning validation error. [#60067](https://github.com/woocommerce/woocommerce/pull/60067)
+* Fix - Fix returning customer detection for guest orders with existing email addresses [#60141](https://github.com/woocommerce/woocommerce/pull/60141)
+* Fix - Fix testing payments documentation links in WooPayments NOX modals to use the updated "test-accounts" URL instead of the deprecated "sandbox-mode" URL. [#60088](https://github.com/woocommerce/woocommerce/pull/60088)
+* Fix - Fix the Mini-Cart badge being transparent in some themes [#59963](https://github.com/woocommerce/woocommerce/pull/59963)
+* Fix - Fix white background color hardcoding in block email template header for improved styling consistency [#59907](https://github.com/woocommerce/woocommerce/pull/59907)
+* Fix - Fix WordPress footer display on WooCommerce admin pages [#60176](https://github.com/woocommerce/woocommerce/pull/60176)
+* Fix - Handled the invalid product id once the product is deleted or moved to draft in featured item blocks . [#59033](https://github.com/woocommerce/woocommerce/pull/59033)
+* Fix - Make button animation show up in the Add to Cart + Options even when 'Enable AJAX add to cart buttons' setting is disabled [#60098](https://github.com/woocommerce/woocommerce/pull/60098)
+* Fix - Make sure iAPI powered Mini-Cart shows all product values when used with certain other blocks on the same page [#60482](https://github.com/woocommerce/woocommerce/pull/60482)
+* Fix - Mini Cart - Avoid error when adding products without a description. [#60518](https://github.com/woocommerce/woocommerce/pull/60518)
+* Fix - Mini Cart - Respect "Including tax" option in "Display prices during cart and checkout" [#60540](https://github.com/woocommerce/woocommerce/pull/60540)
+* Fix - Mini Cart: Hide product image if it does not exist. [#60493](https://github.com/woocommerce/woocommerce/pull/60493)
+* Fix - Move iAPI mini-cart overlay to the `body` [#60464](https://github.com/woocommerce/woocommerce/pull/60464)
+* Fix - Prevent skeletons when an express payment method is active in the Cart block [#60496](https://github.com/woocommerce/woocommerce/pull/60496)
+* Fix - Prevent the Add to Cart button words to break into several lines [#59972](https://github.com/woocommerce/woocommerce/pull/59972)
+* Fix - Prevent woocommerce_cancel_unpaid_orders being queued as unique so it recurs after the stock hold limit [#60625](https://github.com/woocommerce/woocommerce/pull/60625)
+* Fix - Product Filters: Fixes loading skeleton styling for Checkbox List block. [#59899](https://github.com/woocommerce/woocommerce/pull/59899)
+* Fix - Product Filters: gracefully handle invalid items [#59607](https://github.com/woocommerce/woocommerce/pull/59607)
+* Fix - Product Filters: properly handle special characters in filter option label. [#59807](https://github.com/woocommerce/woocommerce/pull/59807)
+* Fix - Product Gallery: Fix ghost scrollbar in thumbnails issue [#60274](https://github.com/woocommerce/woocommerce/pull/60274)
+* Fix - Product Price: fix product price not being diaplyed in Single Product template in editor [#60653](https://github.com/woocommerce/woocommerce/pull/60653)
+* Fix - Remove 'allows modifying the template parts' e2e test from Add to Cart + Options [#60042](https://github.com/woocommerce/woocommerce/pull/60042)
+* Fix - Remove duplicate quantity filters applied on get_min_purchase_quantity and get_max_purchase_quantity [#60221](https://github.com/woocommerce/woocommerce/pull/60221)
+* Fix - Remove extra space in iAPI minicart [#60537](https://github.com/woocommerce/woocommerce/pull/60537)
+* Fix - Reset quantities when adding to cart a grouped product fails with the Add to Cart + Options block [#60132](https://github.com/woocommerce/woocommerce/pull/60132)
+* Fix - Revert delayed initial rendering for checkout blocks [#60509](https://github.com/woocommerce/woocommerce/pull/60509)
+* Fix - Set the WOOCOMMERCE_CART constant on update cart AJAX routes [#60467](https://github.com/woocommerce/woocommerce/pull/60467)
+* Fix - Show appender when the Add to Cart + Options have no inner blocks and make the Add to Cart Button count update when selecting an out-of-stock variation [#60073](https://github.com/woocommerce/woocommerce/pull/60073)
+* Fix - Upgrade pelago/emogrifier to v8.0 [#60489](https://github.com/woocommerce/woocommerce/pull/60489)
+* Fix - When applying and removing coupons, leave address data alone in checkout to prevent invalid values being replaced with values from server. [#60106](https://github.com/woocommerce/woocommerce/pull/60106)
+* Add - Add GraphQL product data fetching with cursor pagination to WooCommerce CLI Migrator for Shopify platform. Enables fetching detailed product information including variants, images, and metadata through new --fetch command with --limit and --after flags. [#59941](https://github.com/woocommerce/woocommerce/pull/59941)
+* Add - Add Interactive Star Rating Selector to Product Review Form [#60213](https://github.com/woocommerce/woocommerce/pull/60213)
+* Add - Add PlatformRegistry service to CLI Migrator with dependency injection integration [#59778](https://github.com/woocommerce/woocommerce/pull/59778)
+* Add - Add Shopify platform to CLI Migrator as built-in migration option [#59778](https://github.com/woocommerce/woocommerce/pull/59778)
+* Add - Display PayPal Standard migration notice. [#60563](https://github.com/woocommerce/woocommerce/pull/60563)
+* Add - Implement Product Data Mapping for WooCommerce CLI Migrator [#59968](https://github.com/woocommerce/woocommerce/pull/59968)
+* Add - Introduce alpha version of Back in Stock Notifications under constant gate [#59947](https://github.com/woocommerce/woocommerce/pull/59947)
+* Add - Migrator: Shopify client to fetch count [#59935](https://github.com/woocommerce/woocommerce/pull/59935)
+* Add - Migrator CLI scaffolding and feature flag [#59741](https://github.com/woocommerce/woocommerce/pull/59741)
+* Add - Next/Previous Buttons: add support for RTL languages [#60154](https://github.com/woocommerce/woocommerce/pull/60154)
+* Add - Next Previous Buttons: Make block usable as inner block in different parent blocks (i1: for now just by providing iAPI store name from the parent) [#60013](https://github.com/woocommerce/woocommerce/pull/60013)
+* Add - Product Collection: Add Carousel layout [#60267](https://github.com/woocommerce/woocommerce/pull/60267)
+* Add - Product Filters: Add taxonomy filter support for product queries. [#59499](https://github.com/woocommerce/woocommerce/pull/59499)
+* Add - Remove experimental blocks feature gate for the Taxonomy Filter block [#60225](https://github.com/woocommerce/woocommerce/pull/60225)
+* Add - The block email template now checks for a site logo and uses it when available; otherwise, it defaults to the site title. [#59624](https://github.com/woocommerce/woocommerce/pull/59624)
+* Update - Add an API endpoint to get the installed status of a product. [#60051](https://github.com/woocommerce/woocommerce/pull/60051)
+* Update - Add custom log level threshold for Email Editor logging set to `WC_Log_Levels::WARNING` as default. [#60255](https://github.com/woocommerce/woocommerce/pull/60255)
+* Update - Added products controller and importer for Migrator CLI [#60316](https://github.com/woocommerce/woocommerce/pull/60316)
+* Update - Add progressive loading to the cart block [#59667](https://github.com/woocommerce/woocommerce/pull/59667)
+* Update - Add to Cart + Options: default attributes are now selected instantly on page load [#60395](https://github.com/woocommerce/woocommerce/pull/60395)
+* Update - Email editor: set post type for registered personalization tags. [#60072](https://github.com/woocommerce/woocommerce/pull/60072)
+* Update - Email editor: set Woo email pattern post types. [#60015](https://github.com/woocommerce/woocommerce/pull/60015)
+* Update - Hide Products by Category, by Tag and by Brand templates from the default list if they hadn't been customized [#60191](https://github.com/woocommerce/woocommerce/pull/60191)
+* Update - Make Next/Previous Buttons nautral block and not inner block of Product Gallery [#60008](https://github.com/woocommerce/woocommerce/pull/60008)
+* Update - Make Product SKU and Product Details blocks update based on the selected variation in the Add to Cart + Options block [#60075](https://github.com/woocommerce/woocommerce/pull/60075)
+* Update - Move the resposibility of cred inputs from Registry to Platforms [#60420](https://github.com/woocommerce/woocommerce/pull/60420)
+* Update - Product Description: remove inline editing [#59969](https://github.com/woocommerce/woocommerce/pull/59969)
+* Update - Product Filters: Add hierarchical category support to product taxonomy filtering - when filtering by parent categories, products from child categories are now included in results. [#59878](https://github.com/woocommerce/woocommerce/pull/59878)
+* Update - Product Gallery: make the inner blocks registered properly [#59936](https://github.com/woocommerce/woocommerce/pull/59936)
+* Update - Product Image: improve Editor experience with placeholder image [#59785](https://github.com/woocommerce/woocommerce/pull/59785)
+* Update - Provide more detailed error messages for plugin connection failures, along with error-specific actions [#60207](https://github.com/woocommerce/woocommerce/pull/60207)
+* Update - Register the Email Content block as a standard WC block and rename it from `woo/email-content` to `woocommerce/email-content` [#60554](https://github.com/woocommerce/woocommerce/pull/60554)
+* Update - Remove 'add-to-cart-with-options-stepper' feature flag [#60043](https://github.com/woocommerce/woocommerce/pull/60043)
+* Update - Remove Add to Cart Button hardcoded size from Add to Cart + Options template parts [#60413](https://github.com/woocommerce/woocommerce/pull/60413)
+* Update - Restore 70/30 variant assignment split between MailPoet and Klaviyo extensions [#60476](https://github.com/woocommerce/woocommerce/pull/60476)
+* Update - Show animation in Add to Cart + Options button when adding grouped products to cart [#60170](https://github.com/woocommerce/woocommerce/pull/60170)
+* Update - Update Product Details block registration to be available in the post editor. [#59686](https://github.com/woocommerce/woocommerce/pull/59686)
+* Update - Update region picker empty value and label to match its behaviour. [#59353](https://github.com/woocommerce/woocommerce/pull/59353)
+* Update - Use CSS variables for Product Gallery sizes [#60045](https://github.com/woocommerce/woocommerce/pull/60045)
+* Update - Use the Product collection block for cross-sells in the Cart block [#60278](https://github.com/woocommerce/woocommerce/pull/60278)
+* Update - Use the WordPress core template registration API to register WooCommerce templates [#60191](https://github.com/woocommerce/woocommerce/pull/60191)
+* Dev - Added ImportSession from DataLiberation [#60237](https://github.com/woocommerce/woocommerce/pull/60237)
+* Dev - Added shopify platform tests [#59843](https://github.com/woocommerce/woocommerce/pull/59843)
+* Dev - Added test for quantity handling [#60353](https://github.com/woocommerce/woocommerce/pull/60353)
+* Dev - Add ListCommand and platform interfaces to the Data Migrator feature. [#59775](https://github.com/woocommerce/woocommerce/pull/59775)
+* Dev - Add msw package to implement integration tests [#59767](https://github.com/woocommerce/woocommerce/pull/59767)
+* Dev - Fix ESLint unit test configuration. [#59967](https://github.com/woocommerce/woocommerce/pull/59967)
+* Dev - Fix failure in `COTMigrationUtilTest` test. [#60327](https://github.com/woocommerce/woocommerce/pull/60327)
+* Dev - Fix flaky test test_json_search_customers [#60071](https://github.com/woocommerce/woocommerce/pull/60071)
+* Dev - Fix warnings in `WC_Admin_Tests_Admin_Helper` unit test. [#60391](https://github.com/woocommerce/woocommerce/pull/60391)
+* Dev - Introduce entity-based data fetching system for WooCommerce blocks, refactoring product data retrieval to use WordPress Core Data API patterns for improved consistency and performance. [#60074](https://github.com/woocommerce/woocommerce/pull/60074)
+* Dev - Load AddressProviderController earlier to allow hooks to register [#60032](https://github.com/woocommerce/woocommerce/pull/60032)
+* Dev - Migrate the product price block to fetch product data via the `@wordpress/core-data` package. [#60101](https://github.com/woocommerce/woocommerce/pull/60101)
+* Dev - Migrate the product rating block to fetch product data via the `@wordpress/core-data` package. [#60127](https://github.com/woocommerce/woocommerce/pull/60127)
+* Dev - Migrate the product summary block to fetch product data via the `@wordpress/core-data` package. [#60494](https://github.com/woocommerce/woocommerce/pull/60494)
+* Dev - Refactor Attribute and Status filter blocks to use shared DisplayStyleSwitcher component instead of duplicate implementations. [#59900](https://github.com/woocommerce/woocommerce/pull/59900)
+* Dev - Refactor CLI Migrator commands to improve separation of concerns by moving credential setup to CredentialManager, platform resolution to PlatformRegistry, and eliminating BaseCommand inheritance. [#59778](https://github.com/woocommerce/woocommerce/pull/59778)
+* Dev - Remove deprecated legacy NOX payment selection screen codebase. [#60444](https://github.com/woocommerce/woocommerce/pull/60444)
+* Dev - Remove withProductSelector HOC from product element blocks. [#60107](https://github.com/woocommerce/woocommerce/pull/60107)
+* Dev - Resolved SCSS load order warnings between Payments Settings and Launch Your Store chunks. [#60456](https://github.com/woocommerce/woocommerce/pull/60456)
+* Dev - Skip skip/test_json_search_customers test for now [#60216](https://github.com/woocommerce/woocommerce/pull/60216)
+* Dev - This change moves extensibility documentation from GitHub markdown pages to the central /docs folder for display on developer.woocommerce.com/docs [#60110](https://github.com/woocommerce/woocommerce/pull/60110)
+* Dev - Update CLI Migrator test suite to match refactored architecture and fix coding standards violations. [#59784](https://github.com/woocommerce/woocommerce/pull/59784)
+* Dev - Update pending jobs to run all groups in flaky batch queue tests [#60021](https://github.com/woocommerce/woocommerce/pull/60021)
+* Tweak - Experimental: Show preview taxonomy filter options in hierarchy order. [#60144](https://github.com/woocommerce/woocommerce/pull/60144)
+* Tweak - Product Filters: Remove taxonomy/attribute selection controls from inspector settings and modernize UI with ToolsPanel components [#59898](https://github.com/woocommerce/woocommerce/pull/59898)
+* Tweak - Taxonomy Filter: use singular label for shorter variation name and consistency. [#60317](https://github.com/woocommerce/woocommerce/pull/60317)
+* Tweak - Unify Variation Selector: Attribute Options iAPI stores with the Add to Cart + Options store [#59659](https://github.com/woocommerce/woocommerce/pull/59659)
+* Tweak - Update ‘Set up payments’ task completion logic to mark as complete only after successful onboarding in Launch your store. [#60083](https://github.com/woocommerce/woocommerce/pull/60083)
+* Performance - Cache data while preparing WooPayments card info, allow the `wc_order_payment_card_info` filter to take precedence over the built-in fallback. [#60257](https://github.com/woocommerce/woocommerce/pull/60257)
+* Performance - Limit loading legacy single product scripts only for legacy blocks [#60223](https://github.com/woocommerce/woocommerce/pull/60223)
+* Performance - Optimize query to get name of deleted product for Analytics product reports. [#60419](https://github.com/woocommerce/woocommerce/pull/60419)
+* Performance - Product Variations: Move post_excerpt updates from view time to write time [#59795](https://github.com/woocommerce/woocommerce/pull/59795)
+* Enhancement - Add "Filter" suffix to all product filter block titles and variations [#59831](https://github.com/woocommerce/woocommerce/pull/59831)
+* Enhancement - Add hierarchical data structure support to filter options of the Product Filters block, starting with List and Taxonomy filter options. [#60142](https://github.com/woocommerce/woocommerce/pull/60142)
+* Enhancement - Add margin and padding supports to minicart block [#59872](https://github.com/woocommerce/woocommerce/pull/59872)
+* Enhancement - Allow the ability to override the method used to apply inline styles to html emails dynamic content. [#58813](https://github.com/woocommerce/woocommerce/pull/58813)
+* Enhancement - Enhance responsive design of the Launch Your Store flow for mobile and tablet devices. [#58973](https://github.com/woocommerce/woocommerce/pull/58973)
+* Enhancement - Fixed scroll position issue by ensuring the Offline Gateways page always loads at the top. [#60442](https://github.com/woocommerce/woocommerce/pull/60442)
+* Enhancement - Improve loading behaviour of the checkout blocks [#60020](https://github.com/woocommerce/woocommerce/pull/60020)
+* Enhancement - Introduce `aria-label` argument to the function `wc_dropdown_variation_attribute_options()` [#60265](https://github.com/woocommerce/woocommerce/pull/60265)
+* Enhancement - Make add to cart with options block validation extensible [#60113](https://github.com/woocommerce/woocommerce/pull/60113)
+* Enhancement - Optimize hierarchical taxonomy ordering for Product Filter Taxonomy block with new TaxonomyHierarchyData class [#60076](https://github.com/woocommerce/woocommerce/pull/60076)
+* Enhancement - Product Gallery: allow changing Product Image aspect ratio [#59790](https://github.com/woocommerce/woocommerce/pull/59790)
+* Enhancement - Refined RTL styles on the NOX page to provide a more consistent user experience. [#60500](https://github.com/woocommerce/woocommerce/pull/60500)
+* Enhancement - Use store's locale when rendering email preview in settings [#60499](https://github.com/woocommerce/woocommerce/pull/60499)
+* Fix - Fix: ensure we only dequeue legacy assets for block themes. [#60781](https://github.com/woocommerce/woocommerce/pull/60781)
+* Fix - Fix Cart and Checkout blocks layout issues when parent element has flexbox properties [#60737](https://github.com/woocommerce/woocommerce/pull/60737)
+* Fix - Support variations and custom data in iAPI-powered minicart [#60709](https://github.com/woocommerce/woocommerce/pull/60709)
+* Tweak - Update More payment options link to open the WooCommerce.com marketplace instead of in-app [#60736](https://github.com/woocommerce/woocommerce/pull/60736)
+* Fix - Fix individually sold products not being added to cart when they are children of a grouped product [#60906](https://github.com/woocommerce/woocommerce/pull/60906)
+* Update - Add tool to Status > Tools page for fixing the refund logic. [#60814](https://github.com/woocommerce/woocommerce/pull/60814)
+* Tweak - Update other payment gateways section title to ‘More payment options’ on the Payments page. [#60865](https://github.com/woocommerce/woocommerce/pull/60865)
+* Fix - WooCommerce: Fix sync order products refund test [#60934](https://github.com/woocommerce/woocommerce/pull/60934)
+
+
 = 10.1.2 2025-08-27 =

 **WooCommerce**