Updated Release Testing Instructions WooCommerce 5.3 (markdown)
parent
5b07f53822
commit
3405ac1e2e
|
@ -100,3 +100,28 @@ PR: https://github.com/woocommerce/woocommerce/pull/29480
|
|||
|
||||
PR: https://github.com/woocommerce/woocommerce/pull/29181
|
||||
|
||||
1. Review WooCommerce > Settings > Advanced
|
||||
1. Ensure page dropdowns are searchable selects.
|
||||
1. Ensure you can clear the currently selected page.
|
||||
1. Ensure you can only select one page at a time.
|
||||
1. Ensure excludes are working correctly. For example cart page should not show checkout page as available. And checkout page should not show cart page as available.
|
||||
1. Ensure you see the page ID next to the page name.
|
||||
1. Ensure page dropdowns still save correctly
|
||||
1. Go to the frontend and ensure these pages are indeed set correctly by loading them.
|
||||
|
||||
#### Update the tax rate meta when recalculating and updating order tax items
|
||||
|
||||
PR: https://github.com/woocommerce/woocommerce/pull/27985
|
||||
|
||||
1. Enable taxes and set an applicable 10% tax rate. https://d.pr/i/Rwuijd
|
||||
1. Manually create an order with a pending payment status and a simple product. Calculate totals and create order. https://d.pr/i/lzGjRq
|
||||
1. Change the tax rate to 5%. https://d.pr/i/wPvs98
|
||||
1. Recalculate the order totals using the recalculate button in the edit order line item metabox. The tax amount is recalculated correctly. https://d.pr/i/aF0Ypt
|
||||
|
||||
#### Added parameter to function wc_downloadable_file_permission and filter hook woocommerce_downloadable_file_permission
|
||||
|
||||
PR: https://github.com/woocommerce/woocommerce/pull/23188
|
||||
|
||||
1. Create an order for a downloadable product.
|
||||
1. Open the order details in the admin area, and revoke access to the download for the user ("Revoke access" button in the "Downloadable product permissions" box)
|
||||
1. Try to grant access to the same product again and the permission is successfully granted.
|
Loading…
Reference in New Issue