#1 Independent Seller of WooCommerce Plugins
Switch language
English

Latest Updates

Follow everyday YITH themes and plugins updates

YITH WooCommerce Affiliates Premium - 2.7.0

  • New: support for WooCommerce 7.0
  • Tweak: added pagination to the rates table
  • Update: YITH plugin framework
  • Fix: wrong label for total_paid stat
  • Dev: added yith_wcaf_referral_link filter in the field to generate referral URL in the affiliate profile
  • Dev: added new action yith_wcaf_after_affiliate_options

YITH WooCommerce Affiliates Premium - 2.6.0

  • New: support for WooCommerce 6.9
  • Update: YITH plugin framework
  • Fix: removed parameter from yith_wcaf_settings_form_start action to avoid a possible fatal error
  • Dev: added new filter yith_wcaf_show_login_section

YITH WooCommerce Affiliates Premium - 2.5.0

  • New: support for WooCommerce 6.8
  • Tweak: improve Reset default fields, to avoid saving empty set
  • Update: YITH plugin framework
  • Fix: Affiliate rejected email was not using correct message from options
  • Dev: fixed wrong display of product name in the rate rule modal
  • Dev: correctly apply product category rate rules for variable products
  • Dev: added new filter yith_wcaf_affiliate_avoid_auto_commission

YITH WooCommerce Affiliates Premium - 2.4.0

  • New: support for WooCommerce 6.7
  • Update: YITH plugin framework
  • Fix: make sure to use filtered list of fields for the Gateway, whenever dealing with fields
  • Dev: upgraded react-router-dom to version 6.3

YITH WooCommerce Affiliates Premium - 2.3.0

  • New: support for WooCommerce 6.6
  • Tweak: removed yith_wcaf_refeal_totals_table legacy filter from template
  • Update: YITH plugin framework
  • Dev: added new filter yith_wcaf_commissions_metabox_total
  • Dev: added new filter yith_wcaf_swift_code_label

YITH WooCommerce Affiliates Premium - 2.2.0

  • New: support for WordPress 6.0
  • New: support for WooCommerce 6.5
  • Update: YITH plugin framework
  • Tweak: whenever possible use placeholders for query generation, avoiding direct concatenation of strings
  • Fix: missing heading for the commission CSV export
  • Fix: prevent notices when stats query returns empty set, during REST API processing
  • Dev: added new filter yith_wcaf_share_title
  • Dev: added yith_wcaf_dashboard_leaderboards_per_page filter

YITH WooCommerce Affiliates Premium - 2.1.1

  • Update: YITH plugin framework
  • Tweak: better management of coupons in Affiliate Dashboard in the integration with WC Subscription
  • Tweak: changed affiliates table structure, to allow for 3 digits rates (100%)
  • Tweak: improved link-generator template attributes
  • Tweak: use GET method for List views (fix pagination and filtering problems on admin side)
  • Tweak: PayPal-related gateways now filter affiliate preferences, to fallback to legacy payment_email when no specific preference has been set
  • Dev: added filter yith_wcaf_affiliate_{$gateway_id}_gateway_preferences to allow third party code filter affiliate gateway preferences
  • Dev: replaced yith_wcaf_is_hosted filter with yith_wcaf_is_url_hosted (corrected value being filtered)
  • Fix: prevent unnecessary action scheduling during upgrade to version 2.x.x

YITH WooCommerce Affiliates Premium - 2.1.1

  • Update: YITH plugin framework
  • Tweak: better management of coupons in Affiliate Dashboard in the integration with WC Subscription
  • Tweak: changed affiliates table structure, to allow for 3 digits rates (100%)
  • Tweak: improved link-generator template attributes
  • Tweak: use GET method for List views (fix pagination and filtering problems on admin side)
  • Tweak: PayPal-related gateways now filter affiliate preferences, to fallback to legacy payment_email when no specific preference has been set
  • Dev: added filter yith_wcaf_affiliate_{$gateway_id}_gateway_preferences to allow third party code filter affiliate gateway preferences
  • Dev: replaced yith_wcaf_is_hosted filter with yith_wcaf_is_url_hosted (corrected value being filtered)
  • Fix: prevent unnecessary action scheduling during upgrade to version 2.x.x

YITH WooCommerce Affiliates Premium - 2.1.0

  • New: support for WooCommerce 6.4
  • Update: YITH plugin framework
  • Tweak: refactored Rate Handler class, and applied changes to all code that previously used it
  • Tweak: prevent duplicated queries to count coupons (use cache)
  • Tweak: improved cache system (better identify cache miss)
  • Tweak: improved update queries, to correctly update record even when only one field needs to be updated to a NULL value
  • Tweak: improvements to dependencies system
  • Tweak: changed payment email column in payments table, to show details about payment gateway, if any
  • Tweak: make sure gateway is correctly assigned to the payment record when processing payment
  • Tweak: special handling for first/last name field value (fallback to user first/last name when empty)
  • Fix: avoid problem with withdraw limits, caused by formatting function
  • Fix: notify admin about new payments even when they come from withdraw operation
  • Fix: show notes dates in current timezone
  • Fix: JS error on Edit Gateway Preferences modal
  • Fix: avoid checking terms during process_withdraw if invoice is not required
  • Fix: prevent notice when processing bulk actions to process payments
  • Fix: wrong affiliate shown in Current Affiliate shortcode
  • Fix: avoid saving empty token from user profile screen
  • Fix: prevent Fatal error on commission/payment details page, when related order has been deleted
  • Fix: options for products categories/tags exclusions now work as intended
  • Dev: added yith_wcaf_get_rate and yith_wcaf_get_formatted_rate functions to easily retrieve rate that best match passed parameters
  • Dev: added filter yith_wcaf_global_localize to allow third party code to change localized variables

YITH WooCommerce Affiliates Premium - 2.0.1

  • Update: YITH plugin framework
  • Fix: state field in billing profile not working correctly with WC country scripts in backend
  • Fix: prevent problems with coupons endpoint
  • Fix: wrong currency shown in the Dashboard tab
  • Fix: prevent possible endless loop when converting secs amount to new duration format
  • Dev: added yith_wcaf_dashboard_{$items}_table_render_{$field}_column action, to print custom columns inside Dashboard Tables