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.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

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