Updated Release Testing Instructions WooCommerce 6.2 (markdown)

rodelgc 2022-01-19 12:46:51 +08:00
parent e230a8fb97
commit e16716a721
1 changed files with 13 additions and 0 deletions

@ -139,6 +139,8 @@ On a new site, with English language settings:
1. Verify that text highlights have the same salmon color.
### 2002 Theme: Fix font sizes in single product tabs area, review form styling. [#31632](https://github.com/woocommerce/woocommerce/pull/31632)
1. Switch to WP 5.9 beta.
1. Switch to 2022 theme.
1. Create a simple physical product that has weight and dimensions.
1. Also make sure that reviews are enabled in this product.
1. Add a review to this product.
@ -156,6 +158,17 @@ On a new site, with English language settings:
:point_up: <strong>After</strong> vertical alignment of right column fixed, (applies) prices in bold, "sold by" alignment and text decoration fixed to match cart **(Note: the vertical lines on the left of the after was a cropping mistake)**
### Center product cards (2022 Theme) [#31626](https://github.com/woocommerce/woocommerce/pull/31626)
1. Switch to WP 5.9 beta.
1. Switch to 2022 theme.
1. Verify the product cards in various places in the store, like in the Products and Product Category pages. Their alignment is now centered, font family is now sans-serif for the product titles as shown in the screenshot below:
<strong>After</strong> → centered, product title is sans-serif, color is primary accent color.
<img width="1051" alt="after" src="https://user-images.githubusercontent.com/3594411/149205661-41ac9bec-e352-4360-aafc-521f7f7b8401.png">
<strong>Before</strong> → left aligned, title is serif, color is black (not obviously a link).
<img width="1073" alt="before" src="https://user-images.githubusercontent.com/3594411/149205589-719250e8-cb72-4c08-9c66-cb7bcfd9938a.png">
## WooCommerce API Updates:
### Add status field in the Coupons API