YITH WooCommerce Wishlist Premium 4.0.1

Download YITH WooCommerce Wishlist Premium 4.0.1 from nulled fire. YITH WooCommerce Wishlist Premium allows you to add Wishlist functionality to your e-commerce.
* New: support for WooCommerce 4.1
* New: prevent some UserAgents from triggering wishlist handling (avoid spam)
* New: added minor css fixes for Storefront theme
* New: added option to choose whether to automatically close feedback popup or not
* Update: plugin framework
* Tweak: added product_url placeholder for promotional email body
* Tweak: review add process, to avoid unnecessary items update
* Tweak: items are now counted per ID instead of user_id
* Tweak: show variation attributes on Popular table
* Tweak: changed 'Price' by 'Unit price' on wishlist modern view
* Tweak: improved localized date on wishlist table
* Tweak: added wishlist as gutenberg block in new wishlist page
* Tweak: added "Wishlist page" post status
* Tweak: added new check to avoid "Cannot read property contains of undefined" error
* Tweak: added search box to All Wishlist view
* Tweak: added default values for email contents on plugin options
* Tweak: user can now delete also default wishlist
* Tweak: minor changes to 'manage modern' layout
* Tweak: added view > and close links to confirmation popup
* Fix: solved issue with item counts, when filtering per product
* Fix: fixed billing last name value on 'promotional', 'on sale' and 'back in stock' emails
* Fix: show remove button on list mobile when at least one of the two buttons is shown on desktop
* Fix: notice due to undefined widgets attributes
* Fix: fatal error on empty wishlist page
* Fix: added some checks to avoid fatal errors in back in stock email
* Dev: added yith_wcwl_create_wishlist_button_label filter
* Dev: added yith_wcwl_wishlist_download_url filter
* Dev: added yith_wcwl_is_wishlist_responsive filter, to allow developers disable responsive behaviour for the wishlist
* Dev: added yith_wcwl_generated_default_wishlist action
* Dev: added yith_wcwl_default_wishlist filter
* Dev: added yith_wcwl_add_notice wrapper function, to avoid possible fatal errors when calling wc_add_notice
Tweak: use wp_kses_post instead of esc_html for browse wishlist text
Update: plugin framework
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