-
Notifications
You must be signed in to change notification settings - Fork 470
Release testing instructions: Storefront 3.4.0
Bartosz Budzanowski edited this page Jan 27, 2021
·
1 revision
Fix escape function in comments template #1587
- Go to Settings > Discussion and set the option Break comments into pages with to 5.
- Add 6 comments to a post.
- Verify the aria-label of #comment-nav-below has text.
Fix missing icons #1588
This PR fixes multiple bugs:
- Bug #1586 First test:
- Verify stars in rated products are correctly displayed in PHP-based grid blocks (ie: Products by Category), All Products block and Review blocks.
- Bug #1586 Second test:
- Force WC to show an error, you can do that in the Checkout block submitting the form with an empty address.
- Verify the icon in the notice is displayed.
- Bug #1519
- Rename your
/wp-content/plugins/
folder to/wp-content/modules/
. - Add these lines to
wp-config.php
:
define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/wp-content/modules' );
define( 'WP_PLUGIN_URL', 'https://{yoursite.com}/wp-content/modules' );
- Verify icons are displayed across the store.