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

Commit

Permalink
Update changelog and testing notes after release 10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Jul 18, 2023
1 parent c4f796e commit 7c8eecb
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/internal-developers/testing/releases/1061.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Testing notes and ZIP for release 10.6.1

Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12071467/woocommerce-gutenberg-products-block.zip)


## WooCommerce Core

### Product Filters > Fix Performance issue and Fatal error on stores with a high volume of products [#10198](https://github.com/woocommerce/woocommerce-blocks/pull/10198)

1. Make sure you have products in your store with attributes and stock status (You can do so by simply importing the sample products from the core of Woo).
2. Create a new post.
3. Insert the Products (Beta) block.
4. Insert the Filter by Attribute, Filter by Stock and Filter by Price
5. Make sure all filters have the "Display product count" setting enabled (it is disabled by default).

<img width="309" alt="Screenshot 2023-07-13 at 20 09 31" src="https://github.com/woocommerce/woocommerce-blocks/assets/15730971/749275ca-94f9-4990-99f2-f302aaa4aab0">

6. Save the post and go to the front-end
7. Make sure you can use all filters as expected and without any problems/errors: the product counts should match the number of existing products in the store with the filtered criteria, not just what is displayed on the page.
8. Repeat all steps from 2 to 7, but using the Products Collection block instead of Products (beta). Make sure all filters work as expected.

### Stop reading Product IDs from asset store in filter blocks [#10195](https://github.com/woocommerce/woocommerce-blocks/pull/10195)

1. Go to Editor
2. Add Filters pattern
3. Add Products (Beta) block
4. Save and go to frontend
5. Play around with filters

Expected: Make sure you can use all filters as expected and without any problems/errors: the product counts should match the number of existing products in the store with the filtered criteria, not just what is displayed on the page.

### Fix margin issue with the Proceed to checkout button on the site editor [#10182](https://github.com/woocommerce/woocommerce-blocks/pull/10182)

1. Install and activate a block theme (e.g. Twenty Twenty Three)
2. Edit the Cart page
3. Check the Proceed to Checkout button has some padding around it
4. Switch to a non block theme page (e.g. Storefront)
5. Check that the Proceed to Checkout button has the same padding around it

| Before | After |
|--------------------------------------------------------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Screenshot 2023-07-12 at 09 59 20](https://github.com/woocommerce/woocommerce-blocks/assets/3966773/6130d5bc-9e9b-487d-a2a3-9d2a46ced417) | ![Screenshot 2023-07-12 at 12 57 32](https://github.com/woocommerce/woocommerce-blocks/assets/3966773/48681cef-6517-4c52-af71-7d78d0dbd02e) |




1 change: 1 addition & 0 deletions docs/internal-developers/testing/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Every release includes specific testing instructions for new features and bug fi
- [10.4.6](./1046.md)
- [10.5.0](./1050.md)
- [10.6.0](./1060.md)
- [10.6.1](./1061.md)


<!-- FEEDBACK -->
Expand Down
11 changes: 11 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

== Changelog ==

= 10.6.1 - 2023-07-17 =

#### Bug Fixes

- Improve performance and fix memory exhaustion errors that could be triggered for stores with a high volume of products using the Products (Beta) or Products Collection blocks. ([#10198](https://github.com/woocommerce/woocommerce-blocks/pull/10198))
- Fix a visual bug with margins around the Proceed to Checkout button on the Cart block. ([10182](https://github.com/woocommerce/woocommerce-blocks/pull/10182))
- Fixed formatting for addresses sent to the Store API. ([#10242](https://github.com/woocommerce/woocommerce-blocks/pull/10242))

#### Security
- Update CORS handling in Store API

= 10.6.0 - 2023-07-07 =

#### Enhancements
Expand Down

0 comments on commit 7c8eecb

Please sign in to comment.