Skip to content

Release: Prepare the changelog for 10.1 #60185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions plugins/woocommerce/changelog/60149-fix-product-button-state

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/woocommerce/changelog/fix-editor-cart-preview

This file was deleted.

This file was deleted.

6 changes: 5 additions & 1 deletion plugins/woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Fix - Fixes the broken checkout block margin for twenty twenty and twenty twenty one themes. [#59277](https://github.com/woocommerce/woocommerce/pull/59277)
* Fix - Fix experimental Mini-Cart block to show placeholder image for products without images. [#59761](https://github.com/woocommerce/woocommerce/pull/59761)
* Fix - Fix iAPI-powered Mini-Cart block to limit product descriptions to 15 words maximum, matching the behavior of the current Mini-Cart block. [#59763](https://github.com/woocommerce/woocommerce/pull/59763)
* Fix - Fix missing cart preview data in the site editor [#60160](https://github.com/woocommerce/woocommerce/pull/60160)
* Fix - Fix missing focus outline in Add to Cart + Options variation selector pills [#59012](https://github.com/woocommerce/woocommerce/pull/59012)
* Fix - Fix Payments Settings WooPayments test-to-live flow when site is installed in a subdirectory. [#60166](https://github.com/woocommerce/woocommerce/pull/60166)
* Fix - Fix Products Table block powered by the iAPI. [#59592](https://github.com/woocommerce/woocommerce/pull/59592)
* Fix - Fix stale data issues with offline payment gateways settings [#59392](https://github.com/woocommerce/woocommerce/pull/59392)
* Fix - Fix the "Account Number" column in BACS to display either the account number or the IBAN [#59724](https://github.com/woocommerce/woocommerce/pull/59724)
Expand All @@ -224,6 +226,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Fix - Make sure Add to Cart button state updates when changing variation in the Add to Cart + Options block [#59158](https://github.com/woocommerce/woocommerce/pull/59158)
* Fix - Move product button add to cart strings from interactivity state to context [#59037](https://github.com/woocommerce/woocommerce/pull/59037)
* Fix - Onboarding button will direct to core profiler if incomplete [#59648](https://github.com/woocommerce/woocommerce/pull/59648)
* Fix - Prevent added to cart notice to appear when adding variable products to cart via the Add to Cart + Options block [#60058](https://github.com/woocommerce/woocommerce/pull/60058)
* Fix - Prevent html entities showing incorrectly in FormattedMonetaryAmount component [#59011](https://github.com/woocommerce/woocommerce/pull/59011)
* Fix - Prevent issue where quantity would not update correctly after being edited on the client and receiving an update from the data store. [#59537](https://github.com/woocommerce/woocommerce/pull/59537)
* Fix - Prevent lazy loading in product images in transactional emails to ensure proper display in email clients [#59007](https://github.com/woocommerce/woocommerce/pull/59007)
Expand Down Expand Up @@ -258,6 +261,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Fix - Use only the plural form in the MiniCart Title Items Counter block. [#59636](https://github.com/woocommerce/woocommerce/pull/59636)
* Add - Add "Products by Category" and "Products by Tag" collections to Product Collection block. [#58440](https://github.com/woocommerce/woocommerce/pull/58440)
* Add - Add an experimental feature toggle for the Interactivity API-powered Mini Cart. [#59782](https://github.com/woocommerce/woocommerce/pull/59782)
* Add - Add a tool to repair coupons lookup table with zero discount amounts [#60145](https://github.com/woocommerce/woocommerce/pull/60145)
* Add - Add block transform from "Add to Cart with Options" block to the "Add to Cart + Options" block. [#59343](https://github.com/woocommerce/woocommerce/pull/59343)
* Add - Added disabled add-to-cart button for product variations in blockified-add-to-cart [#59110](https://github.com/woocommerce/woocommerce/pull/59110)
* Add - Added `global_unique_id` property to the `line_items` object for the orders endpoint. [#54024](https://github.com/woocommerce/woocommerce/pull/54024)
Expand Down Expand Up @@ -314,6 +318,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Tweak - Check if product suggestions should be fetched whenever someone views a WC Admin page. [#59726](https://github.com/woocommerce/woocommerce/pull/59726)
* Tweak - Ensure email previews uses the plugin_id for transients [#59446](https://github.com/woocommerce/woocommerce/pull/59446)
* Tweak - Extra defensive coding in JS when editing products with some of the "standard" product fields removed from the UI [#59567](https://github.com/woocommerce/woocommerce/pull/59567)
* Tweak - Fix background mismatch between Embedded KYC and LYS container. [#60148](https://github.com/woocommerce/woocommerce/pull/60148)
* Tweak - Fix inconsistent shortcode display in WooCommerce Status pages section. This improvement ensures consistent formatting of shortcode display in the WooCommerce Status "WooCommerce pages" box, making all shortcodes appear with square brackets for better clarity and consistency. [#59687](https://github.com/woocommerce/woocommerce/pull/59687)
* Tweak - Renamed the “Single Product” block to simply “Product”, allowing it to more readily surface within the inserter search results. [#58754](https://github.com/woocommerce/woocommerce/pull/58754)
* Tweak - Skip steps that change the Site Visibility to Live when importing a Blueprint. [#59579](https://github.com/woocommerce/woocommerce/pull/59579)
Expand All @@ -336,5 +341,4 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Enhancement - Only include WordPress.org themes in the Blueprint export steps. [#57888](https://github.com/woocommerce/woocommerce/pull/57888)
* Enhancement - Order-pay page can also use the session choosen gateway [#47100](https://github.com/woocommerce/woocommerce/pull/47100)


[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).