Últimas Actualizaciones
Sigue las actualizaciones diarias de temas y plugins de YITH
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
YITH WooCommerce Wishlist Premium - 2.1.2
tweak: Updated FontAwesome to 4.7.0
fix: Possible warning when empty rewrite rules
fix: Problem with custom CSS inclusion, when not located in child theme
fix: Using current_product instead of global product when retrieving product type (prevents a Fatal error when placing Add to Wishlist outside the loop)
YITH WooCommerce Wishlist Premium - 2.1.1
tweak: Improved endpoints creation with dynamic flush
tweak: Added check over wc_print_notices existence to avoid possible fatal errors
tweak: Updated plugin-fw
fix: Problem with duplicated meta
fix: Product created wince WC 3.0.x not being shown on wishlist
dev: Added yith_wcwl_admin_table_show_empty_list filter to show empty lists on admi
YITH WooCommerce Wishlist Premium - 2.1.0
new: WooCommerce 3.0-RC2 compatibility
new: WordPress 4.7.3 compatibility
new: Ask an Estimate for unauthenticated users
new: added action_params param to yith_wcwl_wishlist shortcode, to let administrators show different wishlist views on different pages
new: redirect to wishlist after login from "Login Notice" in wishlist page
new: {product_url} and {wishlist_url} within promotion email replacements
new: flush rewrite rules when installing plugin
tweak: added urlencode to mail content in mailto share link
tweak: count query of count_all_products
tweak: improved WPML list content handling (thanks to Adri)
tweak: double check over wc_add_to_cart_params exists and not null
tweak: added wishlist meta inside wishlist table data attr also for not logged in users (used for shared wishlist)
tweak: remove prettyPhoto-init library
tweak: implemented custom code to enable prettyPhoto on Wishlist elements
tweak: fixed typo in wishlist-view template
tweak: added urlencode to all sharing links
tweak: minimized endpoint usage when not required
tweak: removed unused check for WC_Product_Bundle
fix: "Move to another Wishlist" message, when moving to default wishlist
fix: get_template_directory for custom wishlist js
fix: global yith_wcwl_wishlist_token (false for default wishlists)
fix: check before "additional info" popup in wishlist_view template
fix: stock_status not existing when stock column isn't shown
dev: added filter yith_wcwl_create_new_wishlist_title on wishlist-manage.php
dev: added filter yith_wcwl_ask_an_estimate_text
dev: action as second param for yith_wcwl_wishlist_page_url filter
dev: applied filter yith_wcwl_no_product_to_remove_message also for message on wishlist-view template
dev: added filter yith_wcwl_add_wishlist_user_id
dev: added filter yith_wcwl_add_wishlist_slug
dev: added filter yith_wcwl_add_wishlist_name
dev: added filter yith_wcwl_add_wishlist_privacy
dev: added filter yith_wcwl_promotional_email_thumbnail_size
dev: added filters yith_wcwl_estimate_sent & yith_wcwl_estimate_missing_email