Skip to content

Releases: yithemes/yith-woocommerce-wishlist

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

3.0.12

14 Aug 10:26
c6d4de5
Compare
Choose a tag to compare

3.0.12 - Released on 14 August 2020

  • New: support for WordPress 5.5
  • New: support for WooCommerce 4.4
  • New: support for Polylang PRO
  • New: load correct Add to Wishlist (ATW) template for selected variation, and refresh it when changing variations on product page
  • Update: plugin framework
  • Fix: upsells are now correctly identified as loop by wishlist
  • Fix: icon select at backend showing [Object object]
  • Fix: changed fragments indexes to work with a greater set of configurations
  • Fix: notice when using custom icons for ATW buttons
  • Dev: added new filter yith_wcwl_fragments_index_glue

3.0.11

09 Jun 07:56
Compare
Choose a tag to compare

3.0.11 - Released on 08 June 2020

  • New: support for WooCommerce 4.2
  • Update: plugin framework
  • Tweak: added WordPress among blocked bot user agents
  • Tweak: make sure to finalize session when possible
  • Tweak: added link to product in wishlist mobile template
  • Fix: Prevent error if default wishlist doesn't exists
  • Fix: correctly applied yith_wcwl_is_wishlist_responsive filter to yith_wcwl_is_mobile function
  • Fix: avoid to use cache that cannot be invalidated (stop caching queries results, use cache for user wishlists)
  • Fix: clear_caches method wasnt properly cleaning cache for guest users
  • Dev: added yith_wcwl_add_to_wishlist_icon_html filter
  • Dev: added yith_wcwl_add_to_wishlist_heading_icon_html filter
  • Dev: added yith_wcwl_add_to_wishlist_data trigger, to allow third party code change data submitted with ATW ajax call