4.7.1 – 2020-11-24
This is a minor fix release that addresses compatibility issues with taxonomy templates. It also introduces a fix to “prevent variations without attributes from being added to the cart that was originally planned for 4.8.0“.
Cinch WooCommerce Support customers are already updated and good to go.
WooCommerce
- Fix – Prevent variable product to be added to cart until a valid variation is selected first. #28103
- Fix – Restored support for custom
taxonomy-product_cat-<SLUG>.php
andtaxonomy-product_tag-<SLUG>.php
templates. #28377 - Fix – Display overrides of
taxonomy-product_<cat|tag>.php
andcontent-product_cat.php
templates in Status page. #28378 - Dev – Apply
woocommerce_cart_needs_payment
filter inWC_Checkout::process_checkout()
to make backwards compatible. #28281