Latest Updates
Follow everyday YITH themes and plugins updates
YITH WooCommerce Wishlist Premium - 2.2.12
- 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
YITH WooCommerce Wishlist Premium - 2.2.11
- Update: internal plugin framework
- Tweak: improved performance on wishlist page, when user is a guest and store has huge catalog (thanks to Dave)
- Dev: add filter yith_wcwl_wishlist_correctly_created on add_wishlist function
YITH WooCommerce Wishlist Premium - 2.2.10
- Tweak Prevent undefined index: user_id when user is loggin
- Fix: Fixed active status for default wishlist when WPML is active
- Fix: Fixed active status for default wishlist when WPML is active
- Fix: fixed the default wishlist name in the multi wishlist select
- Fix: widget not recognizing current wishlist when WPML is active
- Fix: notice when sending Promotional email, due to access to legacy attributes
- Dev: new filter yith_wcwl_wishlist_disabled_for_unauthenticated_user_message_condition
- Dev: New action yith_wcwl_default_user_wishlist
YITH WooCommerce Wishlist Premium - 2.2.9
- New: WooCommerce 3.6.x support
- New: added a WhatsApp share button on mobile
- New: add new shortcode yith_wcwl_show_public_wishlist
- Tweak: using add_inline_style to include custom css code
- Tweak: no longer adding empty style tag to the page
- Update: Spanish language
- Fix: get the correct value for wishlist name
- Fix: deprecated notice caused by product id attribute being accessed directly
YITH WooCommerce Wishlist Premium - 2.2.8
- New: added support to WooCommerce 3.5.4
- Update: internal plugin framework
- Update: Dutch translation
- Fix: added explicit array casting on shortcode to avoid warning
- Fix: don't add custom classes to body if wishlist page is not set
- Fix: changed a wrong method in the enqueue style
- Dev: add filter yith_wcwl_email_share_subject
YITH WooCommerce Wishlist Premium - 2.2.6
- new: Added support to WordPress 5.0
- new: Added support to WooCommerce 3.5.3
- new: Added Gutenberg blocks for plugin shortcodes
- update: Internal plugin framework
- update: Italian language
- fix: Preventing sql error when hidden products list just contains 0 id
- fix: Problem with sprintf on backend
- dev: Added product param to
yith_free_text
filter
- dev: Added
yith_wcwl_login_register_redirect
filter to let third party code filter redirect uri for unauthenticated users
YITH WooCommerce Wishlist Premium - 2.2.4
- new: Added support to WooCoommerce 3.5
- new: Added support to WordPress 4.9.8
- new: Added method that returns localization variables
- new: Updated plugin framework
- tweak: Type attribute from
script
tag
- update: Spanish language
- update: Italian language
- dev: Added new filter
yith_wcwl_localize_script
to let third party dev filter localization variables
- dev: Added new filter
yith_wcwl_column_default
- dev: Added new filter
yith_wcwl_wishlist_column
- dev: Added new filter
yith_wcwl_share_conditions
to display the share buttons for no logged users
- dev: Added new filter
yith_wcwl_set_cookie
to let third party code skip cookie saving
- dev: Added new filter
yith_wcwl_wishlist_visibility_string_value
to the wishlist visibility value
- dev: Added new filter
yith_wcwl_manage_wishlist_title
- dev: Added new filter
yith_wcwl_create_wishlist_title
- dev: Added new filter
yith_wcwl_search_wishlist_title
- dev: Added new filter
yith_wcwl_result_wishlist
- dev: Added new filter
yith_wcwl_empty_search_result
- dev: Added new filter
yith_wcwl_wishlist_param
to change query-string
param
- dev: Added new filter
yith_wcwl_remove_product_wishlist_message_title
YITH WooCommerce Wishlist Premium - 2.2.2
- new: WooCommerce 3.4 compatibility
- new: WordPress 4.9.6 compatibility
- new: updated plugin framework
- new: GDPR compliance
- new: register dateadded field for the lists
- tweak: replaced create_function with a proper class method, to improve compatibility with PHP 7.2 and avoid warnings
- fix: js error when switching from Premium version to Free
- fix: preventing add_rewrite_rule when WPML is active, to avoid possible Internal Server Error (thanks to Adri & Bruno)
- fix: icon replacement not working on variable Add to Cart
- fix: preventing warning "Illegal string offset" when get_availability() returns empty string instead of array
- update: Italian language
- dev: added filter yith_wcwl_redirect_url
- dev: added filter yith_wcwl_login_notice
YITH WooCommerce Wishlist Premium - 2.2.1
- new: Tested with WooCommerce 3.3.0
- fix: Issue with Add to Wishlist shortcode when global $product not defined
YITH WooCommerce Wishlist Premium - 2.2.0
- new: Plugin-fw 3.0
- new: Added js compatibility to Infinite Scrolling
- new: Added "Last promotional email sent on" info, for admins
- new: Added option to export users that added a specific product to their wishlists, using csv format
- new: Added Swedish - SWEDEN translation (thanks to Suzanne)
- new: Added Dutch - NETHERLANDS translation
- tweak: Improved
wishlist-view
template checks and params
- tweak: Wishlist now registers (and shows) "date added" param for unauthenticated users too
- tweak: Added check over product object, to avoid Fatal when printing Add to Wishlist shortcode
- fix: Fixed security vulnerability, causing possible SQL Injections (huge thanks to John C. and Sucuri Vulnerability Research team)
- dev: Added filter
yith_wcwl_estimate_additional_data
to let developers add custom data to print in Estimate Email template
- dev: Added
yith_wcwl_removing_from_wishlist
/ yith_wcwl_removed_from_wishlist
hooks
- dev: Added params to main triggers in wishlist js code