new: field to user profile, to let admin set current permanent affiliate token for the user
new: option to let admin choose that referral cookie won't change once set, till its expiration
new: capability for the admin to set an affiliate for an unassigned order
new: capability for the admin to remove an affiliate and relative commissions from an order
new: Delete bulk action for payments
new: option to force commissions deletion
new: added Hungarian - HUNGARY translation (thanks to Szabolcs)
tweak: text domain to yith-woocommerce-affiliates. IMPORTANT: this will delete all previous translations
tweak: send paid email at yith_wcaf_commission_status_paid
tweak: complete revision for paid commissions emails triggers
tweak: delete notes while deleting commission
fix: email replacements
fix: delete method for payments
fix: commission paid email trigger
fix: commission delete process
fix: commission notes delete process
dev: added yith_wcaf_notify_user_pending_commission filter to let third party plugin prevent or enable pending commission notification
dev: added yith_wcaf_notify_user_paid_commissions filter to let third party plugin prevent or enable paid commission notification
dev: added yith_wcaf_affiliate_rate filter to let third party plugin customize affiliate commission rate
dev: added yith_wcaf_use_percentage_rates filter to let switch from percentage rate to fixed amount (use it at your own risk, as no control over item total is performed)
dev: added yith_wcaf_become_an_affiliate_redirection filter to let third party plugin customize redirection after "Become an Affiliate" butotn is clicked
dev: added yith_wcaf_become_affiliate_button_text filter to let third party plugin change Become Affiliate button label
dev: added yith_wcaf_persistent_rate filter to let third party plugin enable/disable persistent rate
dev: added yith_wcaf_payment_email_required filter to let third party plugin to remove payment email from affiliate registration form
dev: added yith_wcaf_create_order_commissions filter, to let dev skip commission handling
dev: added filters yith_wcaf_before_dashboard_section and yith_wcaf_after_dashboard_section
dev: added hooks after payment status change
dev: added yith_wcaf_get_current_affiliate_token function to get current affiliate token
dev: added yith_wcaf_get_current_affiliate function to get current affiliate object
dev: added yith_wcaf_get_current_affiliate_user function to get current affiliate user object
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)