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

Release: 6.3.2 #5178

Merged
merged 46 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d8296d1
Empty commit for release pull request
invalid-email-address Nov 16, 2021
3d2f378
Update readme.txt with release changelog
nielslange Nov 16, 2021
286d5fb
Add testing instructions for 6.3.0 release
nielslange Nov 16, 2021
12a5468
Update testing instructions as MD tables didn't work
nielslange Nov 16, 2021
0a22a3c
Update testing instructions
nielslange Nov 16, 2021
b334ecd
Update testing instructions
nielslange Nov 16, 2021
2af5c63
Update testing instructions
nielslange Nov 16, 2021
6287e25
Update readme.txt
nielslange Nov 16, 2021
70a918c
Update docs/testing/releases/630.md
nielslange Nov 16, 2021
d192480
Update readme.txt
nielslange Nov 16, 2021
9dccdee
Update release zip in testing note
nielslange Nov 16, 2021
633ad1a
Update testing instructions
nielslange Nov 16, 2021
24ff0f1
Remove feature gate condition for Legacy Template block (#5158)
Aljullu Nov 16, 2021
ec0ebd2
Update testing instructions
nielslange Nov 17, 2021
cebefde
Merge branch 'release/6.3.0' of github.com:woocommerce/woocommerce-gu…
nielslange Nov 17, 2021
9e9f1a7
Update testing instructions
nielslange Nov 17, 2021
02519f4
Update testing instructions
nielslange Nov 17, 2021
3de327c
Update readme.txt
nielslange Nov 17, 2021
8008e27
Update testing instructions
nielslange Nov 17, 2021
a8791ef
Update testing instructions
nielslange Nov 17, 2021
9988008
Update release zip in testing note
nielslange Nov 17, 2021
ddcde98
Update testing instructions for SE templates
frontdevde Nov 17, 2021
18cbe70
Update testing instructions for SE templates II
frontdevde Nov 17, 2021
3313950
Update testing instructions
nielslange Nov 17, 2021
4c8d74f
Bumping version strings to new version.
nielslange Nov 17, 2021
1d9ca4b
Empty commit for release pull request
invalid-email-address Nov 17, 2021
a6c4fd0
Fix state validation to compare state codes, and only validate if a c…
mikejolley Nov 16, 2021
a274933
Fix 'Country is required' error on the Cart block when updating shipp…
alexflorisca Nov 16, 2021
c2cd5fe
Make order note block removable (#5139)
senadir Nov 16, 2021
584fd60
Mini Cart block fatal error caused by append_script_and_deps_src (#5142)
mikejolley Nov 16, 2021
0581474
Replace do_action_deprecated with the WC equivalent (#5151)
opr Nov 16, 2021
9b162b3
Remove feature gate condition for Legacy Template block (#5158)
Aljullu Nov 16, 2021
5f31c29
Update readme.txt
nielslange Nov 17, 2021
66add76
Update testing instructions
nielslange Nov 17, 2021
f14815f
Bumping version strings to new version.
nielslange Nov 17, 2021
0079924
Empty commit for release pull request
invalid-email-address Nov 17, 2021
b9b60da
Update readme.txt
frontdevde Nov 17, 2021
14e1979
Add testing instructions
frontdevde Nov 17, 2021
b8d960d
Add testing notes to README.md
frontdevde Nov 17, 2021
746d5ee
Hide WooCommmerce block templates from Edit Post template dropdown (#…
tjcafferkey Nov 17, 2021
c9e8432
Legacy Template Block: Remove the deletion lock (#5166)
sunyatasattva Nov 17, 2021
c8118ef
Update release zip
frontdevde Nov 17, 2021
984cf82
Update release zip
frontdevde Nov 17, 2021
6de45ab
Update testing instructions
nielslange Nov 18, 2021
52cf627
Bumping version strings to new version.
nielslange Nov 18, 2021
c108c95
Merge branch 'trunk' into release/6.3.2
nielslange Nov 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/testing/releases/632.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Testing notes and ZIP for release 6.3.2

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

## Feature plugin and package inclusion in WooCommerce

### Legacy Template Block: allow users to delete the block. ([5176](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5176))

1. Install and activate version 11.9.1 of [the Gutenberg plugin](https://wordpress.org/plugins/gutenberg/).
2. Install and activate a FSE enabled theme, such as [the TT1 Blocks theme](https://wordpress.org/themes/tt1-blocks/).
3. Load the Site Editor (Appearance → Editor). Open the left editor sidebar navigation by clicking the WordPress logo in the top left. In the Templates → General Templates section select the `Product Archive Page` template.
4. Confirm you can load the template in the editor and it looks as expected in large/small viewports.
5. Select the Legacy Template Block and click `Remove WooCommerce Legacy Template`.
6. Confirm that the block gets deleted in the editor.
1 change: 1 addition & 0 deletions docs/testing/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ Every release includes specific testing instructions for new features and bug fi
- [6.2.0](./620.md)
- [6.3.0](./630.md)
- [6.3.1](./631.md)
- [6.3.2](./632.md)
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

== Changelog ==

= 6.3.2 - 2021-11-17 =

#### Enhancements

- Legacy Template Block: allow users to delete the block. ([5176](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5176))

#### Bug Fixes

- Removed WooCommerce block templates from appearing in the template dropdown for a page or post. ([5167](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5167))

= 6.3.1 - 2021-11-17 =

#### Bug Fixes
Expand Down