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 for release 11.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Nov 14, 2023
1 parent 839deb2 commit c8eb657
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/internal-developers/testing/releases/1148.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Testing notes and ZIP for release 11.4.8

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

## WooCommerce Core

### Bug Fixes

#### Ensure that incompatible notices are displayed in Safari ([11736](https://github.com/woocommerce/woocommerce-blocks/pull/11736))

1. Install and activate [helper-plugin-1.zip](https://github.com/woocommerce/woocommerce-blocks/files/12701036/helper-plugin-1.zip)
2. Create a test page and add the Cart block.
3. Create a test page and add the Checkout block.
4. Open both test pages using Safari.
5. Click on the Cart block resp. the Checkout block and verify that the incompatible extension notice is visible.
6. Repeat the previous step using Chrome, Firefox and Opera.

<table>
<tr>
<td valign="top">Before:
<br><br>
<img width="1281" alt="Screenshot 2023-11-10 at 21 43 01" src="https://github.com/woocommerce/woocommerce-blocks/assets/3323310/5a68914b-5306-40fd-8270-af880120aa72">
</td>
<td valign="top">After:
<br><br>
<img width="1282" alt="Screenshot 2023-11-10 at 21 42 18" src="https://github.com/woocommerce/woocommerce-blocks/assets/3323310/8718c04b-fb9e-4db7-af71-c84d8e304fc1">
</td>
</tr>
</table>
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 @@ -190,6 +190,7 @@ Every release includes specific testing instructions for new features and bug fi
- [11.4.5](./1145.md)
- [11.4.6](./1146.md)
- [11.4.7](./1147.md)
- [11.4.8](./1148.md)
- [11.5.0](./1150.md)
- [11.5.1](./1151.md)
- [11.5.4](./1154.md)
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

- Remove bullet points and unnecessary padding from `SearchListControl`. ([11444](https://github.com/woocommerce/woocommerce-blocks/pull/11444))

= 11.4.8 - 2023-11-10 =

#### Bug Fixes

- Ensure that incompatible notices are displayed in Safari. [11736](https://github.com/woocommerce/woocommerce-blocks/pull/11736)

= 11.4.7 - 2023-11-09 =

#### Bug Fixes
Expand Down

0 comments on commit c8eb657

Please sign in to comment.