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

Commit

Permalink
Release: 10.0.5 (#9588)
Browse files Browse the repository at this point in the history
* Empty commit for release pull request

* Fix Mini-Cart block conflict with Page Optimize and Product Bundles (II) (#9586)

* Add 10.0.5 changelog

* Update versiosn to 10.0.5

* Fix 10.0.4 testing notes markdown

* Add 10.0.5 testing notes

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Albert Juhé Lluveras <[email protected]>
  • Loading branch information
3 people authored May 30, 2023
1 parent 24c0e73 commit 4fd636b
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "WooCommerce blocks for the Gutenberg editor.",
"homepage": "https://woocommerce.com/",
"type": "wordpress-plugin",
"version": "10.0.4",
"version": "10.0.5",
"keywords": [
"gutenberg",
"woocommerce",
Expand Down
9 changes: 6 additions & 3 deletions docs/internal-developers/testing/releases/1004.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.

### Use 'enqueue_block_assets' action when is available [(9332)](https://github.com/woocommerce/woocommerce-blocks/pull/9332)

*Pre-requisites*
#### Pre-requisites

- Make sure to have some other plugins installed and activated (for example: Stripe)

*Testing on the Site Editor*
#### Testing on the Site Editor

1. Be sure that you have the Gutenberg trunk installed.
2. Open the Site Editor, and open the Single Product Template.
3. See that the placeholder image is loaded.
4. Disable the Gutenberg plugin.
5. Open the Site Editor, and open the Single Product Template.
6. See that the placeholder image is loaded.

*Testing on the frontend*
#### Testing on the frontend

1. With the Stripe plugin activated, go to your store;
6. Add a product to the cart;
6. Check if you are able to finish an order without errors;
18 changes: 18 additions & 0 deletions docs/internal-developers/testing/releases/1005.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Testing notes and ZIP for release 10.0.5

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

## WooCommerce Core

### Fix Mini-Cart block conflict with Page Optimize and Product Bundles. [(9586)](https://github.com/woocommerce/woocommerce-blocks/pull/9586)

1. Make sure you have WC core 7.7.
2. Enable a block theme.
3. Add the Mini-Cart block to the header of your store.
4. Install the Page Optimize and Product Bundles plugins (no need to change anything in their configuration).
5. Go to a page in the frontend that doesn't have any blocks besides the Mini-Cart you added to the header.
6. Open the Mini-Cart and verify there is no JS error:

Before | After
--- | ---
![image](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/307b07c5-0c59-4d04-9599-8cc38691ead9) | ![image](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/108f21c1-a658-4441-9bad-910ec701bb36)
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 @@ -141,6 +141,7 @@ Every release includes specific testing instructions for new features and bug fi
- [10.0.2](./1002.md)
- [10.0.3](./1003.md)
- [10.0.4](./1004.md)
- [10.0.5](./1005.md)


<!-- FEEDBACK -->
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@woocommerce/block-library",
"title": "WooCommerce Blocks",
"author": "Automattic",
"version": "10.0.4",
"version": "10.0.5",
"description": "WooCommerce blocks for the Gutenberg editor.",
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
"keywords": [
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 7.3
Stable tag: 10.0.4
Stable tag: 10.0.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -80,6 +80,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

== Changelog ==

= 10.0.5 - 2023-05-04 =

#### Bug Fixes

- Fix a conflict between the Mini-Cart block and the Page Optimize and Product Bundles extensions. ([9586](https://github.com/woocommerce/woocommerce-blocks/pull/9586))

= 10.0.4 - 2023-05-04 =

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static function container( $reset = false ) {
NewPackage::class,
function ( $container ) {
// leave for automated version bumping.
$version = '10.0.4';
$version = '10.0.5';
return new NewPackage(
$version,
dirname( __DIR__ ),
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-gutenberg-products-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Blocks
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
* Description: WooCommerce blocks for the Gutenberg editor.
* Version: 10.0.4
* Version: 10.0.5
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woo-gutenberg-products-block
Expand Down

0 comments on commit 4fd636b

Please sign in to comment.