Version: 4.12.0
* WordPress 6.1 compatible.
* WooCommerce 7.2 compatible.
* Requires at least WordPress 5.8.
* Requires at least WooCommerce 6.0.
* Using WP_Rewrite's $pagination_base instead of hardcoded 'page' as pagination permalink base.
* Added the woocommerce_product_search_pagination_base filter.
* Guarded non-accurate filter response optimizations against producing empty or incomplete content when errors occur during buffer processing.
* WordPress 6.0 compatible.
* WooCommerce 6.9 compatible.
* Fixed an issue where certain inline scripts were dropped on subsequent wp_enqueue_scripts invocations, thus live search and filtering would not work, observed with block-based themes.
* Fixed inappropriate price limits obtained in certain execution flows where the post_status for the product post type was inadequate for the $wp_query.
* WordPress 6.0 compatible.
* WooCommerce 6.7 compatible.
* Updated indexer for PHP 8.x compatibility fixing PHP Deprecated: Automatic conversion of false to array is deprecated
* WordPress 6.0 compatible.
* WooCommerce 6.4 compatible.
* Resolves an issue where a product menu item could cause the price filter to extend the price limits to the full range of products.
* Accessibility improvement to avoid prematurely hiding results provided by the Product Search Field when long clicks or secondary clicks are used.
* Organized the extension's settings sections into its Settings submenu within the new WooCommerce Admin menu.
* Resolved an issue where excluded terms would have no effect with WPML.
* Added the woocommerce_product_search_request_term_ids_include filter.
* Added the woocommerce_product_search_request_term_ids_exclude filter.
* Fixes price slider handle positions should reflect correct current values set when present in page request.
* Fixes price slider's upper limit handle should react on first change.