* 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.
* WordPress 6.0 compatible.
* WooCommerce 6.3 compatible.
* Revised restrictive term processing limits, potentially yielding incomplete results.
* Improved tag filter consistency avoiding the inclusion of tags which are not related to products within the current context.
* Improved filter query performance slightly with added restrictions that exclude marker entries (related to count and term queries).
* Corrected tag product counts for those with no related products within current context, to show zero when applicable.
* Avoid confusion over notice related to reports provided, removing it on the extension's reports.
* Fixed Request-URI Too Long errors caused by input field generation bug on Queries report.
* Added the CSV export feature to the report on Queries.
* WordPress 6.0 compatible.
* WooCommerce 6.2 compatible.
* Requires at least WordPress 5.6.
* Requires at least WooCommerce 5.8.
* Updated documentation links.
* Updated the Product Search Field block to include the WPML Language Filter option.
* Reverted block registration to desired order as the block registry does not offer them in reverse order anymore (tested with WP 5.9 & WP 6.0).
* WordPress 5.9 compatible.
* WooCommerce 6.1 compatible.
* Requires at least WooCommerce 5.6.
* Attributes from variable products that are not used for variations are added to the index for their variations.
* Indexer administrative section reloads hourly to renew status nonce.
* Fixed depth not taken into account when rendering hierarchical term filters.
* Fixed option show ancestors had no effect when disabled and rendering a product category filter.
* Fixes a comparison bug in the redirect_canonical filter used to avoid redirect loops in certain circumstances.
* Increased the implicit limit of items for category and attribute filter dropdowns (using 100000 to override the default used by the selectize component's maxOptions parameter).
* Added the woocommerce_product_search_selectize_max_options filter.
* WordPress 5.8 compatible.
* WooCommerce 5.9 compatible.
* Requires at least WooCommerce 5.5.
* Added the woocommerce_product_search_use_engine filter.
* Added compatibility with the WooCommerce Composite Products extension (skip handling its AJAX requests).