# Testing notes and ZIP for release 11.4.2
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13179867/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### Enhancements
#### Improve the button size on the "Product Collection 4 Column" pattern. [11433](https://github.com/woocommerce/woocommerce-blocks/pull/11433)
1. Create a new page or post.
2. Insert the `Product Collection 4 Column` pattern.
3. Check the `Add to cart` buttons look like in the after screenshot below.
| Before | After |
| ------ | ----- |
| | |
#### Improve the "Minimal header" pattern spacing and title. [11434](https://github.com/woocommerce/woocommerce-blocks/pull/11434)
1. Create a new page or post and insert the `Minimal header` pattern.
2. Check it matches the screenshot below.
| Mobile |
| ------ |
| |
| Desktop |
| ------ |
| |
### Improve the Testimonials 3 columns pattern. [11430](https://github.com/woocommerce/woocommerce-blocks/pull/11430)
1. Create a new page or post.
2. Insert the `Testimonials 3 columns` pattern.
3. Check the reviewer names are not duplicated.
| Before | After |
| ------ | ----- |
| | |
### Add overlay to the "Featured Category Triple" pattern. [11428](https://github.com/woocommerce/woocommerce-blocks/pull/11428)
1. Create a new page or post.
2. Insert the `Featured Category Triple` pattern.
3. Check each of the images have an overlay with 30% opacity.
| Before | After |
| ------ | ----- |
| | |
### Improve the "Footer with 3 Menus" pattern. [11379](https://github.com/woocommerce/woocommerce-blocks/pull/11379)
1. Create a new page or post.
2. Insert the `Footer with 3 menus` pattern.
3. Check that it looks like the design.
| Desktop |
| ------ |
| |
| Mobile |
| ------ |
| |
### Update the "Large footer" pattern. [11413](https://github.com/woocommerce/woocommerce-blocks/pull/11413)
1. Create a new page or post.
2. Insert the `Large Footer` pattern.
3. Check that it looks like the design.
| Desktop |
| ------ |
| |
| Mobile |
| ------ |
| |
### Improve the "Essential Header". [11449](https://github.com/woocommerce/woocommerce-blocks/pull/11449)
1. Create a new page or post and insert the `Essential Header`.
2. Check it looks like the video below.
### Improve the mobile view for the Minimal header pattern. [11463](https://github.com/woocommerce/woocommerce-blocks/pull/11463)
1. Create a new page or post and insert the `Minimal header` pattern.
2. Check the mobile view looks like the after screenshot below.
| Before | After |
| ------ | ----- |
| | |
### Update the Footer with simple menu and cart pattern. [11409](https://github.com/woocommerce/woocommerce-blocks/pull/11409)
1. Create a new page or post.
2. Insert the `Footer with simple menu and cart` pattern.
3. Check that it looks like the design.
## Should be tested by the development team exclusively
### Update the patterns content after a plugin update. [11210](https://github.com/woocommerce/woocommerce-blocks/pull/11210)
1. Create a Jurassic Ninja site with WooCommerce.
2. Connect JetPack.
3. Install the plugin zip from this PR ()
5. Install the [woo-ai](https://github.com/woocommerce/woocommerce-blocks/files/12882468/woo-ai.zip) plugin.
6. Go to your store `/wp-admin/admin.php?page=wc-settings&tab=advanced§ion=features` and enter a description for your store (like `A store selling books and magazines`).
#### Simulating plugin update
1. Go to the file editor and in WooCommerce Blocks plugin, in the `woocommerce-gutenberg-products-block.php` file modify the `woocommerce-gutenberg-products-block.php` plugin file and change the `* Version: 11.4.0-dev` comment to some lower version `* Version: 10`.
2. Go to your store plugin's page, you should see the `WooCommerce Blocks` plugin with the version you just changed and a message to update the plugin.
3. Click on it to update the plugin.
4. Go to the Scheduled Actions and make sure a new `woocommerce_update_patterns_content` action is scheduled.