Il primo shop indipendente
al mondo per lo sviluppo di plugin per WooCommerce
Cambia lingua
Italiano

Ultimi aggiornamenti

Segui gli aggiornamenti dei plugin YITH giorno dopo giorno

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

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