Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 76bb009

Browse files
committed
Cherry picked: Fix a problem that causes an infinite loop when inserting Cart block in wordpress.com (7367)
1 parent 2276ad8 commit 76bb009

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/internal-developers/testing/releases/870.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,13 @@ modes
389389
> Font size: 14px
390390
> Font weight: normal
391391
> Text decoration: none
392+
393+
### Fix a problem that causes an infinite loop when inserting Cart block in wordpress.com ([7367](https://github.com/woocommerce/woocommerce-blocks/pull/7367))
394+
395+
#### User Facing Testing
396+
397+
1. Get a zip of this plugin (from below) and upload it to a wordpress.com website.
398+
2. Go to the editor and try to insert Cart, it should work.
399+
3. Make sure no block is missing.
400+
401+
<img width="1279" alt="image" src="https://user-images.githubusercontent.com/14235870/195155762-297acdd8-6180-4231-ba9a-5fac07092cc4.png">

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
104104
- Prevent locked inner blocks from sometimes displaying twice. ([6676](https://github.com/woocommerce/woocommerce-blocks/pull/6676))
105105
- Improve visual consistency between block links. ([7357](https://github.com/woocommerce/woocommerce-blocks/pull/7357))
106106
- StoreApi `/checkout` endpoint now returns HTTP 402 instead of HTTP 400 when payment fails. ([7273](https://github.com/woocommerce/woocommerce-blocks/pull/7273))
107+
- Fix a problem that causes an infinite loop when inserting Cart block in wordpress.com. ([7367](https://github.com/woocommerce/woocommerce-blocks/pull/7367))
107108

108109
= 8.6.0 - 2022-09-26 =
109110

0 commit comments

Comments
 (0)