#1 Independent Seller of WooCommerce Plugins
Switch language
English

Latest Updates

Follow everyday YITH themes and plugins updates

YITH WooCommerce Ajax Product Filter Premium - 4.7.0

  • New: support for WooCommerce 6.2
  • Tweak: reload location on popstate, to work with browser navigation
  • Tweak: improved history handling
  • Tweak: hide SEO url option, when Ajax filtering is disabled
  • Update: YITH Plugin Framework
  • Dev: added yith_wcan_filter_tax_is_term_hidden filter

YITH WooCommerce Ajax Product Filter Premium - 4.6.0

  • New: support for WooCommerce 6.1
  • New: support for WordPress 5.9
  • Tweak: close modal on mobile after clicking on Active filter label to disable filter
  • Tweak: minor improvments to js code, to avoid duplicated handlers applied to same elements
  • Update: YITH Plugin Framework
  • Fix: terms sorting when retrieving terms arary indexed by term id
  • Fix: undefined wp_query
  • Dev: added yith_wcan_query_vars_to_merge filter

YITH WooCommerce Ajax Product Filter Premium - 4.5.0

  • New: support for WooCommerce 6.0
  • New: removed usage of _register_controls deprecated method from Elementor integration
  • Tweak: offered support for Elementor
  • Tweak: update originalSearch after filters
  • Update: YITH Plugin Framework
  • Fix: Terms options not showing on first load on preset edit page
  • Fix: leave default query vars intact when not using permalink structure
  • Fix: fallback method to make Active Labels work even when no preset is shown in the page
  • Fix: deprecated elementor method _content_template and remove the phpcs:ignore
  • Fix: Avoid Term Boxes with default values on Preset edit
  • Fix: prevent warning when $_GET contains non-scalar values

YITH WooCommerce Ajax Product Filter Premium - 4.4.0

  • New: support for WooCommerce 5.9
  • Tweak: improved terms handling when use all terms option is enabled
  • Update: YITH Plugin Framework
  • Fix: filter clone button icon
  • Fix: checkbox not being correctly initialized after Load More action in admin
  • Fix: wrong description in option panel
  • Fix: children terms order, when Terms Order option is selected
  • Fix: active price range issue with zero value
  • Fix: retrive session during rquest parsing, and merge its query-vars to global $wp query-vars
  • Fix: prevent notices when no session is set

YITH WooCommerce Ajax Product Filter Premium - 4.3.0

  • New: support for WooCommerce 5.8
  • Tweak: init custom fields inside dropdown too
  • Update: YITH Plugin Framework
  • Dev: added yith_wcan_is_filtered filter

YITH WooCommerce Ajax Product Filter Premium - 4.2.0

  • New: support for WooCommerce 5.7
  • Update: YITH plugin framework
  • Tweak: improved plugin's internal cache management
  • Tweak: improved integration with YITH WooCommerce Color & Label Variations, when showing variations on loop
  • Tweak: price slider is considered active even if min/max are out of range, to keep customer's selected values across multiple filtering operations
  • Tweak: improved appearance of terms hierarchy when in horizontal mode
  • Tweak: suppress plugin's filters when retrieving in-stock products
  • Tweak: better compatibility with products query (supports queries with more than one post type)
  • Tweak: avoid duplicated ID for select filters
  • Tweak: add filtered body class via JS, immediately after filtering action takes place
  • Tweak: improved terms hierarchy appearance on RTL
  • Tweak: delete plugin transients when C&L configuration changes
  • Fix: apply changes to the query even when it retrieves a product taxonomy
  • Fix: add disabled class on empty price ranges, when adoptive option is set to OR
  • Fix: set correct 'include' parameter when retrieving terms' children
  • Fix: prevent possible notice when handling terms hierarchy with use_all_terms enabled
  • Fix: allow system to retrieve C&L term configuration, when Use all Terms is enabled
  • Fix: prevent notice when filtering by price with 0 as min_price
  • Dev: Reset Filters button now has its own set of filters, distinct from ones used for Apply Filters button
  • Dev: added yith_wcan_filter_tax_label_image_size and yith_wcan_filter_tax_color_image_size filters
  • Dev: added yith_wcan_filter_tax_label_image_attr and yith_wcan_filter_tax_color_image_attr filters
  • Dev: added yith_wcan_supported_filters_parameters trigger
  • Dev: added toggles_open_on_modal param to localize, and allow showing toggles as open on mobile modal
  • Dev: added yith_wcan_doing_filters function to check if system is performing filters
  • Dev: added yith_wcan_suppress_cache filter

YITH WooCommerce Ajax Product Filter Premium - 4.1.1

  • New: support for WordPress 5.8
  • New: support for WooCommerce 5.6
  • Update: YITH plugin framework
  • Tweak: code refactoring
  • Tweak: appearance of mobile widget close icon
  • Tweak: avoid caching query_vars until wp performed main query, to be sure to include all parameters available
  • Tweak: avoid possible error with Tax queries without terms
  • Fix: prevent possible error on preset edit page when running PHP 8
  • Fix: populateFilter method causing issues when loading more terms on backend
  • Fix: avoid possible notice when shop has product taxonomies with no rewrite defined
  • Fix: empty terms when using AutoPopulate options
  • Fix: plugin can now disable filters with numeric slugs
  • Fix: issue with terms Drag&Drop on backend
  • Dev: added second parameter to yith_wcan_filter_tax_additional_item_classes filter
  • Dev: added yith_wcan_pre_get_supported_taxonomies filter, to allow hijack array of supported taxonomies
  • Dev: added yith_wcan_pre_reduce_tax_query filter, to allow programmatically skip reduce_tax_query execution

YITH WooCommerce Ajax Product Filter Premium - 4.1.0

  • New: support for WooCommerce 5.4
  • New: horizontal layout
  • New: filter by featured
  • New: auto-populate taxonomy filters
  • New: support for YITH WooCommerce Color and Label Variations
  • New: support for Hello Elementor theme
  • New: automatically use term image, when available
  • New: layout options for review filter
  • New: multiple selection for review filter
  • New: layout options for price range filter
  • New: multiple selections for price range filter
  • New: layout options for price slider filter
  • New: option to automatically populate min/max values for price sliders
  • New: option to choose where to show term labels in color/label layouts
  • New: added new sorting option for terms (make use of order meta set by WC)
  • New: added cron to delete transient with the old cache version
  • Update: YITH plugin framework
  • Tweak: changed name of the flag used to suppress filters query processing
  • Tweak: use svg instead of text for x icon in filters
  • Tweak: improved compatibility with Porto theme
  • Tweak: hide modal opener when no preset is added to the page
  • Tweak: hide preset on mobile, when Modal is enabled
  • Fix: close modal after resetting filters
  • Fix: issue with query-vars processing, causing orderby option to break
  • Fix: order by label when price-desc is selected
  • Fix: avoid possible JS error Cannot use in operator to search in null
  • Fix: url generation code not working when page body contains yith_wcan:sharing_url string in unexpected places
  • Fix: multiple selection for categories, tags and brands does not work on OR mode in old widgets
  • Fix: avoid filters overwriting after new page is loaded (index overriding)
  • Dev: use babel to make scripts work on older browsers/devices
  • Dev: added trigger yith_wcan_preset_initialized
  • Dev: added new yith_wcan_query_post_in filter, to programmatically change products used by our plugin
  • Dev: added specific body-class when filter appears in modal on mobile
  • Dev: added new yith_wcan_show_mobile_modal_opener filter, to programmatically hide the button

YITH WooCommerce Ajax Product Filter Premium - 4.0.4

  • New: support for WooCommerce 5.3
  • Update: YITH plugin framework
  • Tweak: improved WPML metabox handling
  • Tweak: added option to skip sanitization of url parameters
  • Fix: pass all slugs to rawurldecode before printing them as HTML
  • Fix: pass all terms coming from query string to sanitize_title
  • Fix: possible error when adding all terms on backend filter
  • Fix: prevent possible js error when not using Instant Filters
  • Fix: method that tests orderby param is now able to detect price-desc
  • Fix: wrong text domain on a couple of strings
  • Fix: price slider font-family
  • Fix: cast both property-to-remove and term-slug to string before comparison, to avoid errors when deactivating filters
  • Dev: added method to retrieve original post in Preset object
  • Dev: added filter yith_wcan_all_filters_label to allow third party code to change All label in select filters
  • Dev: added trigger yith_wcan_filters_parameters
  • Dev: added filter yith_wcan_is_filter_active