Skip to content

Releases: yithemes/yith-woocommerce-wishlist

3.0.22

17 May 13:32
Compare
Choose a tag to compare

3.0.22 - Released on 17 May 2021

  • New: support for WooCommerce 5.3
  • Update: YITH plugin framework
  • Tweak: use share link title for WhatsApp sharing link too
  • Tweak: enqueue plugin scripts only when needed
  • Fix: visibility param for wishlist queries not working correctly
  • Fix: generic selectors used at found_variations (thanks to vivik93)

3.0.21

21 Apr 10:23
Compare
Choose a tag to compare

3.0.21 - Released on 21 April 2021

  • New: support for WooCommerce 5.2
  • New: added no-robots headers for add_to_wishlist url (thanks to brix720)
  • Update: YITH plugin framework
  • Tweak: code refactoring according to PHPCS
  • Fix: avoid setting session_id, until guest performs any edit operation over the lists
  • Fix: removed deprecated unbind from scripts
  • Dev: added yith_wcwl_main_style_deps filter to allow devs remove unnecessary deps
  • Dev: added yith_wcwl_custom_icon_alt and yith_wcwl_custom_width filters, to allow dev customize ATW custom icon

3.0.20

23 Feb 10:16
Compare
Choose a tag to compare

3.0.20 - Released on 23 February 2021

  • New: support for WordPress 5.7
  • New: support for WooCommerce 5.1
  • Update: YITH plugin framework
  • Fix: wrong data type for item insert query (thanks to jonatanmenendez)
  • Dev: added new yith_wcwl_get_wishlist_on_remove filter

3.0.19

18 Feb 11:34
Compare
Choose a tag to compare

3.0.19 - Released on 18 February 2021

  • New: support for WooCommerce 5.0
  • Update: YITH plugin framework
  • Tweak: added transient for hidden products
  • Dev: fixed issue when unchecking all products in wishlist page
  • Dev: added yith_wcwl_mobile_media_query filter
  • Dev: added new filters yith_wcwl_remove_after_add_to_cart and yith_wcwl_allow_remove_after_add_to_cart

3.0.18

13 Jan 16:42
Compare
Choose a tag to compare

3.0.18 - Released on 13 January 2021

  • New: support for WooCommerce 4.9
  • Update: plugin framework
  • Tweak: improved product name sanitization on wishlist template
  • Dev: added fifth parameter for yith_wcwl_add_to_wishlist_button_html filter

3.0.17

11 Dec 15:02
Compare
Choose a tag to compare

3.0.17 - Released on 11 December 2020

  • New: support for WooCommerce 4.8
  • Update: plugin framework
  • Update: Spanish translation
  • Tweak: added rel="noopener" attribute to sharing links (thanks to onetimelord)
  • Tweak: avoid slugs that overflow column width
  • Tweak: changed set of default columns for wishlist table
  • Tweak: improved style for Edit Title form in wishlist page
  • Fix: prevent load_fragments ajax call when no fragment is found for current page (thanks to powernic)
  • Fix: correctly sanitize fragments options

3.0.16

10 Nov 11:30
Compare
Choose a tag to compare

3.0.16 - Released on 10 November 2020

  • New: support for WordPress 5.6
  • New: support for WooCommerce 4.7
  • New: possibility to update plugin via WP-CLI
  • Update: plugin framework
  • Update: french translation
  • Tweak: search view now shows matching wishlists instead of all the lists of matching customers
  • Tweak: default wishlist sorting now places last added item as trailing item
  • Fix: avoid using localized string as param name for bulk action on wishlists table
  • Fix: prevent possible fatal errors due to missing email classes
  • Dev: added yith_wcwl_reload_on_found_variation filter to allow dev programmatically disable ATW reload on found_variation
  • Dev: added yith_wcwl_wishlist_view_images_after_thumbnail action
  • Dev: added yith_wcwl_modern_wishlist_empty_message filter
  • Dev: added yith_wcwl_ask_estimate_email_wishlist_name filter
  • Dev: removed deprecated .ready method from scripts

3.0.15

16 Oct 13:28
Compare
Choose a tag to compare

3.0.15 - Released on 16 October 2020

  • New: support for WooCommerce 4.6
  • Update: plugin framework
  • Tweak: return product price as float in item class
  • Fix: bulk add to cart checkbox in the wishlist table not working
  • Fix: prevent possible fatal error when printing ATW button
  • Fix: original price being sent to database as int instead of float
  • Fix: wrong layout being loaded for manage endpoint
  • Dev: added new filter yith_wcwl_get_product_image_with_path
  • Dev: added new filter yith_wcwl_set_session_cookie
  • Dev: added new filter yith_wcwl_privacy_value
  • Dev: added new filter yith_wcwl_wishlist_privacy_types
  • Dev: added new filter yith_wcwl_available_admin_tabs_premium
  • Dev: added new parameter to yith_wcwl_{privacy}_wishlist_visibility filter

3.0.14

17 Sep 15:00
Compare
Choose a tag to compare

3.0.14 - Released on 17 September 2020

  • New: support for WooCommerce 4.5
  • Update: plugin framework
  • Tweak: filter fragments to update only visible ATW when reset_data js event occurs
  • Tweak: added error message when trying to add variable products to cart
  • Fix: issue with cart redirect when using YITH WCCL

3.0.13

17 Aug 09:28
Compare
Choose a tag to compare

3.0.13 - Released on 17 August 2020

  • Fix: moved check over Ajax Loading option on first wishlist init only, to avoid problems when dynamically loading ATW on variable products