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 Deposits and Down Payments Premium - 1.3.1

  • New: WordPress 5.2 support
  • Update: internal plugin framework
  • Fix: notice undefined variable on is_deposit_enabled_for_product
  • Fix: prevent notice Undefined variable $expiration_date
  • Fix: avoid adding extra label to cart total when no deposit is in cart
  • Fix: disable shipping on deposit order when option is checked
  • Tweak: change isset for empty in order to prevent no print suborders on the email
  • Tweak: preventing warning when checking deposits over a gift card product
  • Tweak: improved compatibility with Gift Card
  • Tweak: improved compatibility with Multi Vendor
  • Dev: added yith_wcdp_has_action_after_shop_loop_item filter
  • Dev: added yith_wcdp_single_deposit_price filter

YITH WooCommerce Deposits and Down Payments Premium - 1.3.0

  • New: WooCommerce 3.6 support
  • New: added options to make deposits expire on a specific date
  • New: added option to choose whether deposit or balance should be virtual
  • Tweak: improved frontend price handling - now js uses accounting library to format price
  • Tweak: always retrieve a fresh product on is_deposit_enabled_on_product method, to avoid unexpected behaviour
  • Tweak: improved deposit-list template for emails
  • Update: internal plugin framework
  • Update: Italian language
  • Update: Spanish language
  • Dev: added yith_wcdp_my_account_print_quick_deposit_action filter
  • Dev: added second parameter to yith_wcdp_virtual_on_deposit filter (order)
  • Dev: Added a new condition to modify the stock status

YITH WooCommerce Deposits and Down Payments Premium - 1.2.4

  • New: WooCommerce 3.5.4 support
  • Tweak: deposit can be 0 now
  • Tweak: reviewed option panel
  • Update: internal plugin framework
  • Update: Dutch language
  • Fix: double shipping being added to order total when balance is virtual
  • Fix: Fatal Error on cart totals when Composite products are added to cart

YITH WooCommerce Deposits and Down Payments Premium - 1.2.3

  • new: WordPress 5.0 support
  • new: WooCommerce 3.5.2 support
  • update: Plugin framework to latest revision
  • update: Dutch language
  • tweak: Improved "Balances" column appearance on backend
  • tweak: Added new parameter $email on woocommerce_email_header and woocommerce_email_footer actions
  • tweak: Replaced help-tips images with appropriate function
  • fix: Disabled stock check during support cart handling
  • fix: Exclude held balance items from stock check
  • dev: Added yith_wcdp_enqueue_frontend_script_template_js filter

YITH WooCommerce Deposits and Down Payments Premium - 1.2.1

  • new: Support to WooCommerce 3.5.x
  • new: Support to WordPress 4.9.8
  • new: Added suborder status synch when main order is cancelled
  • new: Deposit template is now loaded via ajax, if dedicated option is enabled
  • tweak: Improved YITH WooCommerce Product Add-ons compatibility
  • tweak: Improved totals, tax and coupon calculation, when deposit is applied to cart
  • update: Italian language
  • update: Spanish language
  • fix: Payment complete status for orders that contains only deposits
  • fix: Avoid WooCommerce increasing sales counter twice for a product purchased with deposit
  • dev: New filter yith_wcdp_deposist_value
  • dev: New filter yith_wcdp_product_price_for_deposit_operation
  • dev: New action yith_wcdp_after_add_deposit_to_cart
  • dev: New filter yith_wcdp_show_cart_total to filter cart total displayed value
  • dev: New filter yith_wcdp_show_cart_total_html to filter cart total html
  • dev: New filter yith_wcdp_is_deposit_mandatory to let third party dedvelopers set deposit as mandatory on product level via code

YITH WooCommerce Deposits and Down Payments Premium - 1.2.0

  • new: WooCommerce 3.3.0 support
  • new: Updated plugin-fw
  • new: Integration with YITH WooCommerce Composite Products
  • new: Added label with order total including balance in the cart
  • tweak: Fixed Sold Individually behaviour when Deposit gets added to cart
  • fix: Preventing Fatal Error: Called method get_order_id on a non-object for WC < 3.0
  • fix: Notice when sending deposit email
  • fix: Issue with Added to Cart message not appearing
  • fix: Added an additional check to avoid js errors on single product page

YITH WooCommerce Deposits and Down Payments Premium - 1.1.2

  • tweak: Recalculate totals after restoring original cart (avoid checkout skipping the payment)
  • tweak: Added procedure to disable deposit when removing category rule
  • tweak: Plugin now shows prices including taxes when required
  • tweak: Added checks over product before adding it to temporary cart
  • fix: Error when retrieving products to enable for category deposit rule
  • fix: Customer can now pay balance orders even if products are out of stock (stock handling is processed during deposit)
  • dev: Added yith_wcdp_is_deposit_enabled_on_product filter, to let third party plugin filter is_deposit_enabled_on_product() return value
  • dev: Added yith_wcdp_skip_support_cart filter, to let third party plugin avoid support cart processing
  • dev: Added yith_wcdp_suborder_add_cart_item_data filter, to let third party plugin add cart item data during cart processing for suborders creation

YITH WooCommerce Deposits and Down Payments Premium - 1.1.1

  • tweak: Update plugin-fw
  • tweak: Optimized meta saving
  • tweak: Avoid double "Deposit" or "Full Payment" label before order item name
  • fix: Problem with duplicated meta
  • fix: Variation rate when category rate is set
  • fix: Problem with product's select on Deposit tab
  • dev: Added yith_wcdp_disable_email_notification filter, to let disable balance email notifications

YITH WooCommerce Deposits and Down Payments Premium - 1.1.0

  • new: WordPress 4.7.3 compatibility
  • new: WooCommerce 3.0-RC2 compatibility
  • new: option to change Deposit label on the frontend
  • new: compatibility with YITH Dynamic Pricing and Discounts
  • new: compatibility with YITH Event Tickets for WooCommerce
  • new: Compatibility with YITH WooCommerce Product Addon
  • new: Compatibility with YITH Pre Order for WooCommerce
  • new: "Reset Data" handling for variation form on single product page
  • new: deposit ID on "New Order" email
  • new: improved wpml config to let admin correctly localize plugin labels
  • tweak: new text-domain
  • tweak: fixed downloads not appearing for "partially-paid" orders
  • tweak: fixed plugin when product has more then 30 variations
  • tweak: added check for product on deposit table, to avoid possible fatal errors when removing products from the store
  • tweak: added check over product when filtering get_product_from_item
  • tweak: added balance total to "Suborder" column in order page
  • fix: js error that was repeating #yith-wcdp-add-deposit-to-cart at each found_variation
  • fix: preventing warning on setting panel, when no shipping method is set
  • fix: possible notice due to undefined global $post
  • fix: possible notice when global $post is not an object
  • fix: WooCommerce decreasing stock both on Deposit and Balance orders
  • fix: problem with get_cart_from_session when using YITH Stripe and YITH Subscription
  • fix: js handling for "Shipping Calculator" on variable products
  • fix: Wrong deposits amount in admin email
  • fix: heading string for "My Deposits" section
  • dev: added yith_wcdp_not_downloadable_on_deposit filter to make deposit downloadable, when needed
  • dev: fixed yith_wcdp_deposit_value and yith_wcdp_deposit_balance filters (now they send variation_id and product_id as additional parameters to filter)