WooCommerce – Nested Category Layout – Version – 1.20.1

2024.02.07 – version 1.20.1
* Fix – Ensure that WooCommerce attribute filters would work consistently with the nested category layout template
2024.02.02 – version 1.20.0
* Tweak – Do not display categories that have no products in the nested category content template
* Fix – Ensure to use `remove_action` instead of `remove_filter` with `woocommerce_product_query`
* Fix – Bail from applying filters in the main search query
* Fix – Suppress the WooCommerce loop template on pages managed by the plugin to avoid empty HTML elements
* Misc – Code hardening and improvements