You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/woocommerce/readme.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,9 @@ WooCommerce comes with some sample data you can use to see how products look; im
213
213
* Fix - Fixes the broken checkout block margin for twenty twenty and twenty twenty one themes. [#59277](https://github.com/woocommerce/woocommerce/pull/59277)
214
214
* Fix - Fix experimental Mini-Cart block to show placeholder image for products without images. [#59761](https://github.com/woocommerce/woocommerce/pull/59761)
215
215
* 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)
216
+
* Fix - Fix missing cart preview data in the site editor [#60160](https://github.com/woocommerce/woocommerce/pull/60160)
216
217
* Fix - Fix missing focus outline in Add to Cart + Options variation selector pills [#59012](https://github.com/woocommerce/woocommerce/pull/59012)
218
+
* Fix - Fix Payments Settings WooPayments test-to-live flow when site is installed in a subdirectory. [#60166](https://github.com/woocommerce/woocommerce/pull/60166)
217
219
* Fix - Fix Products Table block powered by the iAPI. [#59592](https://github.com/woocommerce/woocommerce/pull/59592)
218
220
* Fix - Fix stale data issues with offline payment gateways settings [#59392](https://github.com/woocommerce/woocommerce/pull/59392)
219
221
* 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)
@@ -224,6 +226,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
224
226
* 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)
225
227
* Fix - Move product button add to cart strings from interactivity state to context [#59037](https://github.com/woocommerce/woocommerce/pull/59037)
226
228
* Fix - Onboarding button will direct to core profiler if incomplete [#59648](https://github.com/woocommerce/woocommerce/pull/59648)
229
+
* 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)
227
230
* Fix - Prevent html entities showing incorrectly in FormattedMonetaryAmount component [#59011](https://github.com/woocommerce/woocommerce/pull/59011)
228
231
* 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)
229
232
* 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)
@@ -258,6 +261,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
258
261
* Fix - Use only the plural form in the MiniCart Title Items Counter block. [#59636](https://github.com/woocommerce/woocommerce/pull/59636)
259
262
* Add - Add "Products by Category" and "Products by Tag" collections to Product Collection block. [#58440](https://github.com/woocommerce/woocommerce/pull/58440)
260
263
* Add - Add an experimental feature toggle for the Interactivity API-powered Mini Cart. [#59782](https://github.com/woocommerce/woocommerce/pull/59782)
264
+
* Add - Add a tool to repair coupons lookup table with zero discount amounts [#60145](https://github.com/woocommerce/woocommerce/pull/60145)
261
265
* 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)
262
266
* Add - Added disabled add-to-cart button for product variations in blockified-add-to-cart [#59110](https://github.com/woocommerce/woocommerce/pull/59110)
263
267
* Add - Added `global_unique_id` property to the `line_items` object for the orders endpoint. [#54024](https://github.com/woocommerce/woocommerce/pull/54024)
@@ -314,6 +318,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
314
318
* Tweak - Check if product suggestions should be fetched whenever someone views a WC Admin page. [#59726](https://github.com/woocommerce/woocommerce/pull/59726)
315
319
* Tweak - Ensure email previews uses the plugin_id for transients [#59446](https://github.com/woocommerce/woocommerce/pull/59446)
316
320
* 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)
321
+
* Tweak - Fix background mismatch between Embedded KYC and LYS container. [#60148](https://github.com/woocommerce/woocommerce/pull/60148)
317
322
* 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)
318
323
* 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)
319
324
* Tweak - Skip steps that change the Site Visibility to Live when importing a Blueprint. [#59579](https://github.com/woocommerce/woocommerce/pull/59579)
@@ -336,5 +341,4 @@ WooCommerce comes with some sample data you can use to see how products look; im
336
341
* Enhancement - Only include WordPress.org themes in the Blueprint export steps. [#57888](https://github.com/woocommerce/woocommerce/pull/57888)
337
342
* Enhancement - Order-pay page can also use the session choosen gateway [#47100](https://github.com/woocommerce/woocommerce/pull/47100)
338
343
339
-
340
344
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
0 commit comments