#1 Independent Seller of WooCommerce Plugins
Switch language
English

Latest Updates

Follow everyday YITH themes and plugins updates

YITH WooCommerce Ajax Product Filter Premium - 5.9.0

  • New: support for WooCommerce 9.8
  • New: add locale to Admin AJAX calls
  • Tweak: localized locale for admin scripts
  • Tweak: filter locale in admin when WPML is active
  • Update: YITH plugin framework
  • Fix: wrong taxonomy shown on loading more filters in the backend
  • Dev: added new filter yith_wcan_filter_tax_get_term_children_count

YITH WooCommerce Ajax Product Filter Premium - 5.7.0

  • New: support for WooCommerce 9.6
  • Update: YITH plugin framework
  • Fix: pass correct reference to YITH_WCAN_Preset.maybeFilter

YITH WooCommerce Ajax Product Filter Premium - 5.6.0

  • New: support for WordPress 6.7
  • New: support for WooCommerce 9.5
  • New: Slovak translation
  • New: Swedish translation
  • Tweak: improved accessibility of dropdown element
  • Tweak: added new sorting option for terms inside the filter
  • Tweak: make sure that get_filter_terms AJAX call returns items with a format that will allow them preserve original sorting when converted back from JSON to JS object
  • Update: YITH plugin framework
  • Fix: show term name when label is empty on get_filter_terms AJAX call
  • Fix: problem with dropdown not deselecting options after click
  • Fix: error with Dropdowns in horizontal mode
  • Dev: added new filter yith_wcan_filter_tax_get_sorted_terms_args
  • Dev: added new filter yith_wcan_filter_tax_get_term_children_args
  • Dev: added YITH_WCAN_Filters_Factory::get_supported_terms_orders method to have single point that collects terms sorting options for filters

YITH WooCommerce Ajax Product Filter Premium - 5.5.0

  • New: support for WooCommerce 9.3
  • Update: YITH plugin framework
  • Fix: return value for render method of yith_wcan_filters shortcode in case of error

YITH WooCommerce Ajax Product Filter Premium - 5.4.0

  • New: support for WooCommerce 9.2
  • Update: YITH plugin framework
  • Tweak: improved handling of click on horizontal filters toggles
  • Fix: do not print terms relations when filter is not multiple

YITH WooCommerce Ajax Product Filter Premium - 5.3.0

  • New: support for WooCommerce 9.1
  • New: support for WordPress 6.6
  • New: exclude bots from filtering action
  • Update: YITH plugin framework
  • Update: video help tab
  • Dev: filter yith_wcan_query_vars_for_cache_index

YITH WooCommerce Ajax Product Filter Premium - 5.2.0

  • New: support for WooCommerce 9.0
  • New: added table for cache management
  • Update: YITH plugin framework
  • Tweak: changed type of taxonomy labels shown during filter configuration
  • Fix: fatal error when saving post, due to call to wrong method (protected) on Cache_Providere class
  • Fix: Passing null to parameter #1 ($num) of type int|float is deprecated
  • Fix deprecated notice in combination with Booking plugin
  • Fix: fatal error on array_values(), Argument #1 ($array) must be of type array, null given
  • Fix: prevent possible XSS on legacy widgets
  • Fix: avoid query error in variations filtering, when filtered attribute set is empty
  • Fix: select fields not correctly initialized when adding new filter to the preset

YITH WooCommerce Ajax Product Filter Premium - 5.1.0

  • New: support for WooCommerce 8.9
  • Update: YITH plugin framework
  • Tweak: use specialized option for Variations filtering
  • Tweak: changed cache system, to store fewer final results instead of heavier data still to be processed
  • Tweak: stop caching variations filtering query result (high impact on db)
  • Tweak: added cache for single variation id matching query
  • Tweak: improved row meta handling
  • Tweak: minor style changes to the admin panel
  • Fix: improved handling of filterId and filterKey at backend, to avoid possible filters duplication/overriding when saving via AJAX
  • Fix: prevent filters lazy loading when doing shortcode preview in Gutenberg
  • Fix: problem with terms hierarchy when ancestor is not included among selected filters
  • Fix: prevent terms pagination when returning 0 as terms_per_page
  • Fix: wait 300ms before filtering after price slider action
  • Fix: prevent horizontal toggle closing when clicking inside the toggle
  • Fix: js error with MapIterators on FireFox
  • Fix: terms selection field not working for new filters in Preset edit page
  • Fix: term box not appearing in Preset edit page when selecting first term in search box
  • Fix: restored correct behaviour for filters applied in YITH_WCAN_Query::get_query_relevant* methods (filter product ids instead of counts)
  • Dev: added new yith_wcan_filter_open_button_class filter