Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WooCommerce Blocks package to 7.2.0 #32075

Merged
merged 2 commits into from Mar 17, 2022

Conversation

mikejolley
Copy link
Member

@mikejolley mikejolley commented Mar 15, 2022

This pull updates the WooCommerce Blocks plugin to 7.2.0. It includes changes from WooCommerce Blocks 7.0.0-7.2.0 and is intended to target WooCommerce 6.4 for release. This supercedes #32033.

Details from all the different releases included in this pull:

Blocks 7.0.0

Release PR
Testing Instruction
Release Post

Blocks 7.1.0

Release PR
Testing Instruction
Release Post

Blocks 7.2.0

Release PR
Testing Instruction
Release Post

Changelog entry

The following changelog entries are only those that impact existing blocks and functionality surfaced to users:

Enhancements

  • Add Global Styles support to the Product Price block. (5950)
  • Add Global Styles support to the Add To Cart Button block. (5816)
  • Store API - Introduced wc/store/v1 namespace. (5911)
  • Renamed WooCommerce block templates to more e-commerce related names. (5935)
  • Featured Product block: Add the ability to reset to a previously set custom background image. (5886)
  • Add a remove image button to the WooCommerce Feature Category block. (5719)
  • Add support for the global style for the On-Sale Badge block. (5565)
  • Add support for the global style for the Attribute Filter block. (5557)
  • Category List block: Add support for global style. (5516)

Bug Fixes

  • Fixed typo in wooocommerce_store_api_validate_add_to_cart and wooocommerce_store_api_validate_cart_item hook names. (5926)
  • Fix loading WC core translations in locales where WC Blocks is not localized for some strings. (5910)
  • Fixed an issue where clear customizations functionality was not working for WooCommerce templates. (5746)
  • Fixed hover and focus states for button components. (5712)
  • Add to Cart button on Products listing blocks will respect the "Redirect to the cart page after successful addition" setting. (5708)
  • Fixes Twenty Twenty Two issues with sales price and added to cart "View Cart" call out styling in the "Products by Category" block. (5684)
  • StoreAPI: Clear all wc notice types in the cart validation context #5983

Various

  • Remove v1 string from Store Keys. (5987)
  • Introduce the InvalidCartException for handling cart validation. (5904)
  • Renamed Store API custom headers to remove X-WC-Store-API prefixes. #5983
  • Normalised Store API error codes #5992
  • Deprecated woocommerce_blocks_checkout_order_processed in favour of woocommerce_store_api_checkout_order_processed
  • Deprecated woocommerce_blocks_checkout_update_order_meta in favour of woocommerce_store_api_checkout_update_order_meta
  • Deprecated woocommerce_blocks_checkout_update_order_from_request in favour of woocommerce_store_api_checkout_update_order_from_request

Changelog entry

Dev - Update WooCommerce Blocks version to 7.2.0

@mikejolley mikejolley added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label Mar 15, 2022
@mikejolley mikejolley added this to the 6.4.0 milestone Mar 15, 2022
@jonathansadowski jonathansadowski added the release: cherry-pick Commits from this PR also needs to be added to current release branch. label Mar 17, 2022
@jonathansadowski
Copy link
Contributor

Adding the release: cherry-pick label, as we now automatically cut the release branch.

Copy link
Contributor

@ObliviousHarmony ObliviousHarmony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests are passing, thanks for this!

@ObliviousHarmony ObliviousHarmony merged commit b63091b into trunk Mar 17, 2022
@ObliviousHarmony ObliviousHarmony deleted the update/woocommerce-blocks-7.2.0 branch March 17, 2022 22:11
@github-actions
Copy link
Contributor

Hi @ObliviousHarmony, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:

  • Add the release: add changelog label
  • Add the release: add testing instructions label

@ObliviousHarmony ObliviousHarmony added release: add changelog Mark all PRs that have not had their changelog entries added. [auto] and removed release: cherry-pick Commits from this PR also needs to be added to current release branch. release: add changelog Mark all PRs that have not had their changelog entries added. [auto] labels Mar 21, 2022
senadir added a commit that referenced this pull request Mar 23, 2022
This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075.

Details from all the different releases included in this pull:

## Blocks 7.2.1
[Release PR](woocommerce/woocommerce-blocks#6072)
[Testing Instruction](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/releases/721.md)

### Changelog entry

#### The following changelog entries are only those that impact existing blocks and functionality surfaced to users:

#### Bug fixes

- Don't trigger class deprecations notices if headers are already sent [#6074](woocommerce/woocommerce-blocks#6074)

### Changelog entry
> Dev - Update WooCommerce Blocks version to 7.2.1
ObliviousHarmony added a commit that referenced this pull request Mar 29, 2022
…7.2.1

This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075.
chihsuan pushed a commit that referenced this pull request Mar 29, 2022
This pull updates the WooCommerce Blocks plugin to 7.2.1. It is intended to target WooCommerce 6.4 for release. This supercedes #32075.

Details from all the different releases included in this pull:

## Blocks 7.2.1
[Release PR](woocommerce/woocommerce-blocks#6072)
[Testing Instruction](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/releases/721.md)

### Changelog entry

#### The following changelog entries are only those that impact existing blocks and functionality surfaced to users:

#### Bug fixes

- Don't trigger class deprecations notices if headers are already sent [#6074](woocommerce/woocommerce-blocks#6074)

### Changelog entry
> Dev - Update WooCommerce Blocks version to 7.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: woocommerce Issues related to the WooCommerce Core plugin.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants