WooCommerce Product Search

WooCommerce Product Search v7.3.1

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

WooCommerce Product Search v6.8.0
  • Version 6.8.0Released on 2025.08.06
    • WordPress 6.8 compatible.
    • WooCommerce 10.1 compatible.
    • Improved indexing performance in general and particularly for large sets of terms.
    • Improved indexing resilience with limited time allocations for script execution.
    • Added the woocommerce_product_search_indexer_preprocess_terms_limit filter.
    • Added the woocommerce_product_search_indexer_work_break filter.
    • Added validation hints.
    • Fixed minor code doc issues.
    • Added instances of missing translation calls.
    • Added missing placeholder substitution in several instances of warnings to log; search filter widget; search widget.
    • Removed superfluous parameter passed to remove_filter call.
    • Fixed and instance of a wrong replacement function called for mb_substr().
    • Removed superfluous parameter passed to product has_options call.
    • Updated the base cache class methods.
    • Fixed potential issues with undefined variables depending on code execution paths.
    • Fixed instances of undefined constants due to syntax/typos.
WooCommerce Product Search v6.7.0

2025.07.03 - v6.7.0
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 10.0 compatible.
* Dev - Added the woocommerce_product_search_filter_price_min_max_display filter.
Decryption key:


2025.05.19 - version 6.6.0
* Update - WordPress 6.8 compatible.
* Update - WooCommerce 9.9 compatible.
* Dev - Added the woocommerce_product_search_term_control_get_term_ids_cache_context filter.
* Dev - Added the woocommerce_product_search_term_control_get_term_ids_where_clauses filter.
* Update - Compatibility with Polylang, language-dependent filtering with taxonomy terms.
* Fix - Fixed an incorrect assignment on stage priority initialization.
* Dev - Determined canonical stage priorities.
* Add - Added Twenty Twenty-Five compatibility styles.
* Dev - CSS adjustments for term selectize .remove element.
* Dev - Added the .wp-element-button class to the filter reset button.
* Dev - CSS adjustment for better price filter form height.
* Dev - CSS adjustment for price slider size.
* Fix - Fixed products container not found due to missing check for data-wp-router-region in router.
* Dev - CSS admin adjustment for unused submit area which appeared as a white bar.
* Fix - Resolved to instances of exceptions thrown related to MutationObserver.observe() called on null when no instances of price slider or term filters present in block editor.
* Dev - Made Product Search Field style more resilient (search fieldn and results alignment, add to cart button flow).
Decryption key:


Download WooCommerce Product Search v6.5.0 Nulled Free
2025.04.06 - v6.5.0

* Update - WordPress 6.8 compatible.
* Update - WooCommerce 9.8 compatible.
* Update - Requires at least WordPress 6.3.
* Update - Requires at least WooCommerce 8.3.
* Dev - Improves handling of clicks on the selectize scrollbar to avoid the dropdown closing.
* Dev - The woocommerce_product_filter_footer_scripts filter avoids infinite page reload loops when WooCommerce filter blocks are mixed with the extension's filter blocks. By preemptively setting wcSettings.isRenderingPhpTemplate = false it avoids the infinite page reload when mixing filter blocks from the extension with filter blocks from WooCommerce on the same page.
* Dev - Added the woocommerce_product_filter_footer_scripts filter.
* Dev - Added the woocommerce_product_filter_footer_scripts_wc_settings filter.
* Dev - Avoid a Javascript error when the "wc/store/query-state" store is already registered.
Decryption key:


Download WooCommerce Product Search v6.4.0 Nulled Free
2025.01.30 - v6.4.0

* Update - WordPress 6.7 compatible.
* Update - WooCommerce 9.7 compatible.
* Fix - Solves issues with product attributes using international characters (empty archive; no filter terms shown; missing terms in index).
* Add - GTIN, UPD, EAN or ISBN field data is now searchable and added as SKU and content index data. For existing data, the index needs to be rebuilt to produce results based on these identifiers.
* Dev - Removed unnecessary translation function calls.
* Fix - Fixed translation calls made too early for widget names.
Decryption key:


Download WooCommerce Product Search v6.3.1 Nulled Free
2025.01.22 - v6.3.1

* Update - WordPress 6.7 compatible.
* Update - WooCommerce 9.6 compatible.
* Fix - Fixes an issue that made the notice to require a Database Update appear again when no brand terms are defined.
Decryption key:


Download WooCommerce Product Search v6.3.0 Nulled Free
2025.01.12 - v6.3.0

* Update - WordPress 6.7 compatible.
* Update - WooCommerce 9.6 compatible.
* Update - Refined the indexer to support better word breaks and normalization consistency.
* Update - For more accurate search results, especially sites using non Indo-European languages, sites might benefit from rebuilding the index after the update.
* Add - Added the woocommerce_product_search_indexer_unicode_scripts filter.
* Add - Added the woocommerce_product_search_indexer_conservative_dashes filter.
* Fix - Fixed a PHP Warning when encountering no term thumbnail image available.
* Add - Added information on the availability of the PHP Multibyte String extension to the Index settings screen. Logs a warning if not enabled when visiting the screen.
* Add - Added information on the availability of the PHP Internationalization extension to the Index settings screen. Logs a warning if not enabled when visiting the screen.
* Update - Updated the translation template.
* Update - Updated included translations.
Decryption key:


Download WooCommerce Product Search v6.2.0 Nulled Free
2025.1.1 - v6.2.0

* 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
Decryption key:

  • Minor fix in saving attributes that contains space
  • Moved sort icons to left of labels / names
  • Other minor fixes and improvements
Decryption key:


* Update - WordPress 6.6 compatible.
* Update - WooCommerce 9.3 compatible.
* Dev - Added handling of JSON format to process the except parameter in the terms REST controller.
* Dev - When the setting to "Hide out of stock items from the catalog" is enabled, filter results now also include products which are available on back order along with those that are in stock.
* Add - Added the woocommerce_product_search_cache_control_marker_threshold filter and support for the WPS_CACHE_MARKER_THRESHOLD constant which allow to determine the value used as marker threshold.
* Add - Added type to term image data provided by the terms REST controller.

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu