* Update - WordPress 6.9 compatible.
* Update - WooCommerce 10.5 compatible.
* Dev - Menu icon revised (structural improvements).
* Add - Added support for passing additional class(es) to the Product Search Field block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Search block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Attribute block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Brand block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Category block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Price block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Products block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Rating block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Reset block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Sale block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Stock block, shortcode and API function.
* Add - Added support for passing additional class(es) to the Product Filter Tag block, shortcode and API function.
* Update - Improved processing to filter out variations that do not match their parent's post_status.
* Dev - Added the woocommerce_product_search_engine_stage_posts_correlate_variations filter.
* Update - WordPress 6.9 compatible.
* Update - WooCommerce 10.4 compatible.
* Update - Updated to Blocks API 3 and iframe editor compatibility.
* Fix - Search weight column header collapsed with empty column content.
* Dev - Added the woocommerce_product_search_admin_admin_head filter.
* Dev - Added output escaping on instances where it was missing.
* Dev - Improved translations processing and performance.
* Fix - Missing block translations are now provided.
* Dev - Added script translation files.
* Add - The reports on searches and queries are now available in the added Search Reports menu.
* Dev - Enable SQL_BIG_SELECTS during search report exports.
* Dev - Search report links point to own menu and corresponding sections.
* Dev - Requests for search reports in legacy reports are redirected to their corresponding sections.
* Dev - Reports stylesheet added.
* Update - WordPress 6.9 compatible.
* Update - WooCommerce 10.4 compatible.
* Update - Revised colors.
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.3 compatible.
* Update - Limit where the welcome notice is displayed to a set of sensible predetermined sections.
* Dev - Validation hints on smaller.invalid.
* Dev - Validation hints on greater.invalid.
* Dev - Validation hints on variable.undefined.
* Dev - Validation fixes on property.unresolvableType.
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.2 compatible.
* Dev - Namespaced Product Search Field parameters to circumvent a bug introduced in WooCommerce 10.2 that interferes with URL parameters.
* Fix - Fixed assistant failed to capture chosen widgets to add.
* Fix - More link in Product Search Field results not showing due to incorrect condition.
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.2 compatible.
* Update - Requires at least WordPress 6.5.
* Update - Requires at least WooCommerce 9.5.
* Dev - Revised status codes in worker.
* Dev - Updated script and style handles used for selectize resources to use the wps- prefix.
* Dev - Dropped the integation with the deprecated WooCommerce Navigation.
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.1 compatible.
* Dev - Improved indexing performance in general and particularly for large sets of terms.
* Dev - Improved indexing resilience with limited time allocations for script execution.
* Dev - Added the woocommerce_product_search_indexer_preprocess_terms_limit filter.
* Dev - Added the woocommerce_product_search_indexer_work_break filter.
* Dev - Added validation hints.
* Dev - Fixed minor code doc issues.
* Dev - Added instances of missing translation calls.
* Dev - Added missing placeholder substitution in several instances of warnings to log; search filter widget; search widget.
* Dev - Removed superfluous parameter passed to remove_filter call.
* Dev - Fixed and instance of a wrong replacement function called for mb_substr().
* Dev - Removed superfluous parameter passed to product has_options call.
* Dev - Updated the base cache class methods.
* Dev - Fixed potential issues with undefined variables depending on code execution paths.
* Dev - Fixed instances of undefined constants due to syntax/typos.
* Dev - Fixed action instead of filter registered for posts_search filter.
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.0 compatible.
* Dev - Added the woocommerce_product_search_filter_price_min_max_display filter.
* Update - WordPress 6.7 compatible.
* Update - WooCommerce 9.6 compatible.
* Update - Added the Requires Plugins header, requiring WooCommerce.
* Update - Updated the translation template.
* Update - Updated the included translations.
* Update - Revised wording of some informational messages.
* Update - Limit where the welcome notice is displayed more to minimize exposure on unrelated sections.
* Fix - Avoids Uncaught URIError: malformed URI sequence for certain search queries containing %.
* Fix - Added missing parameter to a method_exists call.
* Fix - Added missing placeholder to log entry.
* Fix - Uniform placeholder enumeration in log entry.
* Fix - Removed duplicate assignment using unset variable.
* Dev - Added missing return statements to widget's form methods.
* Fix - Fixed parameter unset in array.
* Dev - Postponed translation loading to init action to avoid "Function _load_textdomain_just_in_time was called incorrectly. ..."
* Dev - Avoid unnecessary warnings on file cache misses when custom error handlers are installed.
* Dev - PHP Compatibility validation html_entity_decode() explicit setting of $flags parameter.
* Dev - PHP Compatibility validation replaced uses of \ValueError (available as of PHP 8) with \Error in line with declared minimum PHP 7.4.
* Dev - Unified acquisition of current URL, validation and avoid PHP warnings in circumstances where HTTP_HOST or REQUEST_URI are not present in $_SERVER (e.g. WP-CLI).
* Dev - Security validation WordPress.Security.EscapeOutput.UnsafePrintingFunction
* Dev - Security validation WordPress.Security.EscapeOutput.OutputNotEscaped
* Dev - Security validation WordPress.DB.PreparedSQL.NotPrepared
* Dev - Security validation WordPress.DB.PreparedSQL.InterpolatedNotPrepared
* Dev - Security validation WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
* Dev - Security validation WordPress.DB.PreparedSQLPlaceholders.ReplacementsWrongNumber
* Dev - Security validation WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare
* Dev - Security validation WordPress.Security.SafeRedirect.wp_redirect_wp_redirect
* Dev - Security validation audit.php.wp.security.sqli.input-in-sinks
* Dev - Security validation audit.php.wp.security.xss.shortcode-attr
* Dev - Security validation scanner.php.wp.security.csrf.process-bulk-action