#1 Independent Seller of WooCommerce Plugins
Switch language
English

Latest Updates

Follow everyday YITH themes and plugins updates

YITH WooCommerce Wishlist Premium - 3.0.8

  • Tweak: use wp_kses_post sanitization instead of esc_html for button labels to allow developers to add HTML to them
  • Tweak: minor improvements for OceanWP theme style
  • Tweak: improved widgets style when they are applied via Elementor
  • Fix: notice on empty wishlist page (thanks to ashimhastech)

YITH WooCommerce Wishlist Premium - 3.0.7

  • New: support for WordPress 5.4
  • New: support for WooCommerce 4.0
  • New: edit title & change privacy on Manage view are now performed via ajax
  • New: improved checks on user capabilities
  • New: added wishlist widgets to Elementor
  • Update: plugin framework
  • Tweak: added check on user permission level for all wishlist actions
  • Tweak: show 404 page when non-owner user tries to visit private wishlists
  • Tweak: hide share buttons on private wishlists (thanks to Jory)
  • Tweak: escape output on templates
  • Fix: non-owner users cannot sort wishlist any longer
  • Fix: custom css not being loaded in the page
  • Fix: added check to avoid fatal error in the popular users table
  • Fix: compatibility with YITH Infinite Scrolling when ajax loading is enabled
  • Fix: avoid notice when 'ask an estimate button' is not showing in the template
  • Fix: hide share section on wishlist page when "Share wishlist" option is disabled
  • Fix: assign correct css rule to border color for Wishlist Table
  • Fix: added pagination links to all wishlist templates
  • Dev: added yith_wcwl_reload_fragments trigger to refresh wishlist fragments
  • Dev: added yith_wcwl_remove_hidden_products_via_query filter
  • Dev: added yith_wcwl_show_add_to_wishlist filter, to allow dev selectively hide Add to Wishlist buttons
  • Dev: added yith_wcwl_create_wishlist_title_label filter
  • Dev: added yith_wcwl_search_wishlist_title_label filter
  • Dev: added yith_wcwl_manage_wishlist_title_label filter
  • Dev: new actions on wishlist-view.php template (thanks to Jory)
  • Dev: added .editorconfig (thanks to Jory)

YITH WooCommerce Wishlist Premium - 3.0.6

  • Tweak: avoid redirect for guest users if wishlist page is set to my-account
  • Tweak: allow popup timeout to be filtered via code
  • Tweak: using yith_wcwl_l10n.popup_timeout for wishlist messages too
  • Tweak: minor improvements to localization
  • Tweak: promotion email preview can now be scrolled
  • Tweak: update wrong text domains
  • Tweak: changed default value for ATW icons
  • Tweak: set wishlist session cookie JIT
  • Tweak: use secure cookie for sessions, when possible (thanks to Ahmed)
  • Tweak: improved cache handling for get_default_wishlist method
  • Tweak: even if system cannot set session cookie, calculate session_id and use it for the entire execution
  • Tweak: improved privacy labels for the wishlists
  • Update: Italian language
  • Update: plugin framework
  • Fix: prevent error if list doesn't exists
  • Fix: issue with wishlist_id query param
  • Fix: items query now search for product in original language
  • Fix: Create promotion button for single products view
  • Fix: fatal error after saving promotional email draft
  • Fix: prevent fatal error when sending Promotional Email
  • Fix: returning correct wishlist and user id to yith_wcwl_added_to_wishlist and yith_wcwl_removed_from_wishlist actions (thanks to danielbitzer)
  • Fix: issue with default value for yith_wcwl_positions option
  • Fix: ask an estimate label not being shown on frontend
  • Fix: added key name to avoid DB error during install or update procedure
  • Dev: added yith_wcwl_shortcode_share_link_url filter
  • Dev: added yith_wcwl_popup_timeout filter

YITH WooCommerce Wishlist Premium - 3.0.5

  • New: support for WooCommerce 3.9
  • Update: plugin framework
  • Tweak: register original product id instead of translated one, when saving item in DB
  • Fix: customer not being redirected to cart after clicking Add to Cart button in wishlist

YITH WooCommerce Wishlist Premium - 3.0.4

  • Tweak: added isset on wishlist data store, to prevent notice
  • Tweak: removed transients for items count, to avoid load on wp-options table
  • Tweak: improved dependencies animation
  • Tweak: restored $atts variable inside template, for better compatibility with themes
  • Tweak: handling for redirect_to param in $_REQUEST for form-handler class
  • Update: plugin framework
  • Fix: default variation not being added to wishlist
  • Fix: add default variation to wishlist when Ajax loading is enabled
  • Fix: count_all_products not retrieving correct number
  • Dev: added yith_wcwl_wishlist_view_images_columns filter
  • Dev: added yith_wcwl_wishlist_delete_url filter
  • Dev: added yith_wcwl_before_wishlist_create and yith_wcwl_after_wishlist_create inside create popup

YITH WooCommerce Wishlist Premium - 3.0.3

  • Tweak: prevent yith_setcookie to process if cookie name is not set
  • Tweak: refactored session class to set up session cookie name on demand, when needed (avoid empty cookie name)
  • Tweak: minor improvements to functions that require session (count_products, get_default_wishlist..) as a consequence of changes applied to session class

YITH WooCommerce Wishlist Premium - 3.0.2

  • Update: plugin framework
  • Tweak: added defaults for yith_wcwl_add_to_cart_text option (thanks to ecksiteweb)
  • Tweak: changed placeholder for Wishlist Name field on Add to Wishlist popup template
  • Fix: prevent fatal error when switching from cookies to session

YITH WooCommerce Wishlist Premium - 3.0.0

  • New: option to show Add to Wishlist button on loops
  • New: Add to Wishlist button style when placed over product image
  • New: Add to Wishlist button can now turn into Remove from Wishlist after addition
  • New: Add to Wishlist button can now turn itno Move to another wishlist after addition
  • New: added new layouts for wishlist shortcode (Modern and Images grid)
  • New: plugin will add variation to wishlist, if user selected one before pressing the button
  • New: count of users that added item in the wishlist
  • New: option to load wishlist templates via Ajax
  • New: select add to wishlist icon and/or upload custom image
  • New: guest wishlists are now stored on db, within session id
  • New: unified experience for guests and logged in users
  • New: added new layout for manage wishlist view (Modern)
  • New: create new wishlist can now be opened as a popup
  • New: customization for social icons
  • New: added tooltips for wishlist buttons
  • New: wizard to configure promotional email
  • New: email sent when an item of the wishlist is back in stock
  • New: email sent when an item of the wishilist is on sale
  • Tweak: improved admin panel, and settings UX
  • Dev: code refactoring of the entire plugin
  • Dev: new YITH_WCWL_Wishlist and YITH_WCWL_Wishlist_Item objects
  • Dev: now using Data_store classes to handle db operations
  • Dev: added filter yith_wcwl_loop_positions
  • Dev: added filter yith_wcwl_custom_css_rules
  • Dev: added filter yith_wcwl_session_cookie
  • Dev: added filter yith_wcwl_item_formatted_price
  • Dev: added filter yith_wcwl_wishlist_formatted_title
  • Dev: added filter yith_wcwl_wishlist_get_items
  • Dev: added filter yith_wcwl_user_cannot_add_to_wishlist_message
  • Dev: added filter yith_wcwl_can_user_add_to_wishlist
  • Dev: added filters yith_wcwl_add_wishlist_{property}
  • Dev: added filters yith_wcwl_adding_to_wishlist_{property}

YITH WooCommerce Wishlist Premium - 2.2.13

  • New: WooCommerce 3.7.0 RC2 support
  • New: input to copy wishlist link and share it anywhere
  • Update: internal plugin framework
  • Update: Italian language
  • Fix: redirect url if there is more than one parameter on the url
  • Fix: changed escape for share link, to properly escape url special characters