Release: 7.7.0 (https://github.com/woocommerce/woocommerce-blocks/pull/6448)
* Empty commit for release pull request * Add changelog for the 7.7.0 release * Add testing notes for the 7.7.0 release * Fix being able to remove Cart Totals block (https://github.com/woocommerce/woocommerce-blocks/pull/6449) * Update .zip link for the 7.7.0 release * Revert changes to webpack build output (https://github.com/woocommerce/woocommerce-blocks/pull/6456) * revert changes to webpack file * fix loading of chunks * revert changes to assets api as well * include chunks from other blocks * bail early if there is no build folder * check if current folder exist (https://github.com/woocommerce/woocommerce-blocks/pull/6460) * Update the 7.7.0 release .zip file * Bumping version strings to new version. Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Alex Florisca <alex.florisca@automattic.com> Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
parent
f031f8f83a
commit
7f32bc4c14
|
@ -0,0 +1,34 @@
|
|||
## Testing notes and ZIP for release 7.7.0
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8777633/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## Feature plugin and package inclusion in WooCommerce
|
||||
|
||||
### Add the `Fixed image` and `Repeated image` media controls to the Featured Product block. ([6344](https://github.com/woocommerce/woocommerce-blocks/pull/6344))
|
||||
|
||||
1. Create a new page and add a `Featured Product`.
|
||||
2. On the block settings go to `Media Settings` and toggle `Fixed image` and `Repeated image` and save.
|
||||
3. Check the rendered product on the frontend is correct and matches the one on the edit page.
|
||||
4. Edit the block again, repeat the steps above with different combinations on `Fixed image`, `Repeated image` and any other configuration.
|
||||
|
||||
### Remove bold styles from All Products block. ([6436](https://github.com/woocommerce/woocommerce-blocks/pull/6436))
|
||||
|
||||
| Before | After |
|
||||
| ------ | ----- |
|
||||
| ![imatge](https://user-images.githubusercontent.com/3616980/169530618-49b0a06f-a034-4858-a26e-12b5db419715.png) | ![imatge](https://user-images.githubusercontent.com/3616980/169530682-d5e6a5f4-594f-496e-91e3-d0497d3c697f.png) |
|
||||
|
||||
1. Create a post or page and add the All Products block. Optionally, edit the inner blocks and add the Product Summary inner block (this will make the issue more visible).
|
||||
2. Preview the post in the frontend.
|
||||
3. Verify product price and product summary are not bold.
|
||||
4. Verify there are no regressions in the All Products block and in the Shop page.
|
||||
|
||||
### Fix an issue where the Cart & Checkout could have some of the locked inner blocks removed. ([6419](https://github.com/woocommerce/woocommerce-blocks/pull/6419))
|
||||
|
||||
1. Install WordPress beta tester plugin and update to WP 6.0.
|
||||
2. Go to the Cart page in the editor.
|
||||
3. Click on list view.
|
||||
4. Try to unlock every inner block with a padlock icon next to it. This should not be possible.
|
||||
6. Try to delete any of the inner blocks with a padlock next to it. This should not be possible.
|
||||
7. Go to the Checkout page in the editor.
|
||||
8. Try to unlock every inner block with a padlock icon next to it (except Order Note block, this is locked for moving, but not for removing). This should not be possible.
|
||||
6. Try to delete any of the inner blocks with a padlock next to it. This should not be possible.
|
|
@ -71,6 +71,7 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [7.4.2](./742.md)
|
||||
- [7.5.0](./750.md)
|
||||
- [7.6.0](./760.md)
|
||||
- [7.7.0](./770.md)
|
||||
|
||||
<!-- FEEDBACK -->
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/block-library",
|
||||
"title": "WooCommerce Blocks",
|
||||
"author": "Automattic",
|
||||
"version": "7.7.0-dev",
|
||||
"version": "7.7.0",
|
||||
"description": "WooCommerce blocks for the Gutenberg editor.",
|
||||
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
|
||||
"keywords": [
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
|
|||
Requires at least: 5.9
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 7.7.0-dev
|
||||
Stable tag: 7.7.0
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -86,6 +86,18 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 7.7.0 - 2022-05-24 =
|
||||
|
||||
#### Enhancements
|
||||
|
||||
- Add the `Fixed image` and `Repeated image` media controls to the Featured Product block. ([6344](https://github.com/woocommerce/woocommerce-blocks/pull/6344))
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Remove bold styles from All Products block. ([6436](https://github.com/woocommerce/woocommerce-blocks/pull/6436))
|
||||
- Fix an issue where the Cart & Checkout could have some of the locked inner blocks removed. ([6419](https://github.com/woocommerce/woocommerce-blocks/pull/6419))
|
||||
- Fix broken translation in Cart/Checkout blocks. ([6420](https://github.com/woocommerce/woocommerce-blocks/pull/6420))
|
||||
|
||||
= 7.6.0 - 2022-05-09 =
|
||||
|
||||
#### Enhancements
|
||||
|
|
|
@ -106,7 +106,7 @@ class Package {
|
|||
NewPackage::class,
|
||||
function ( $container ) {
|
||||
// leave for automated version bumping.
|
||||
$version = '7.7.0-dev';
|
||||
$version = '7.7.0';
|
||||
return new NewPackage(
|
||||
$version,
|
||||
dirname( __DIR__ ),
|
||||
|
|
|
@ -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: 7.7.0-dev
|
||||
* Version: 7.7.0
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woo-gutenberg-products-block
|
||||
|
|
Loading…
Reference in New Issue