Il primo shop indipendente
al mondo per lo sviluppo di plugin per WooCommerce
Cambia lingua
Italiano

Ultimi aggiornamenti

Segui gli aggiornamenti dei plugin YITH giorno dopo giorno

YITH WooCommerce Ajax Product Filter Premium - 4.9.0

  • New: support for WooCommerce 6.4
  • Tweak: improve toggle icon position on RTL
  • Update: YITH Plugin Framework
  • Fix: show price with taxes in product price slider filter
  • Fix: JS error when rendering plugin blocks on Getenberg editor
  • Fix: avoid duplicated entry on window history when shortcode.js script is loaded

YITH WooCommerce Ajax Product Filter Premium - 4.8.0

  • New: support for WooCommerce 6.3
  • Tweak: minor improvement to label filters appearance
  • Update: YITH Plugin Framework
  • Fix: fixed save of checkboxes for the Legacy Widgets
  • Fix: reload on history change now only happens when history was pushed by filters

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