✨ NewAdded a new “Bulk Payouts” page that allows you to review all pending payout requests, and pay them all in one-click, for every payout method in one go. It shows the progress for each payout and any failures that occur.
✨ NewAdded a “Refresh Statistics” tool to the admin “View Affiliate” page and the coupon edit page. It recalculates a coupon’s all-time statistics directly from the admin area – going through every order one coupon at a time, with a live progress bar and log – without needing to open the affiliate dashboard first. On the “View Affiliate” page you can refresh multiple selected coupons at once, and the coupons table updates as each one completes.
✨ NewAdded all-time statistics boxes (Sales, Commission, Processing, and Unpaid) to the “Coupon Affiliates” box on the coupon edit page, which update automatically after running the new Refresh Statistics tool.
✨ NewAdded a “Reset Start Date” tool to the coupon edit page to set the “Coupon History Start Date” and recalculate the coupon’s statistics in a single step.
✨ NewAdded a “Password” field to the admin “View Affiliate” page (Edit User tab) with a button to send the affiliate a password reset email.
✨ NewCompletely modernised the affiliate dashboard “Settings” tab with a clean, boxed layout – the affiliate’s account details appear in a card on the left, with each remaining section (notifications, and the PRO payout and statement settings) in its own styled card on the right, each with its own “Save changes” button. Added hooks and filters throughout so the sections can be customised, reordered, added to, or removed.
✨ NewAdded a “Settings Tab Layout” option (under the “Settings Tab” settings) to switch the affiliate dashboard “Settings” tab between the new “Modern (boxed sections)” layout and the original “Legacy (tabs)” layout.
✨ New(PRO) Your registration form custom fields now appear in the “Account Details” section of the affiliate dashboard, pre-filled with the values each affiliate submitted when they registered, so they can view and update them. Includes a new per-field “Editable by user” option to choose which fields affiliates can edit, and an option to show or hide them all.
✨ New(PRO) Registration custom fields are now also shown, pre-filled, and editable on the admin “View Affiliate” page (in the “Edit User” tab under “Basic Information”) and on the standard WordPress edit-user profile screen.
👍️ ImprovedCache invalidation is now fully compatible with persistent object caches (such as Redis) – creating a new affiliate, changing coupon assignments, or updating an affiliate’s group is now reflected immediately in the admin and affiliate dashboards, without needing to manually flush the object cache.
👍️ ImprovedChanging a user’s affiliate group (or role) now instantly refreshes the affiliate users list, admin dashboard widgets, and the user’s cached affiliate data, instead of waiting for the caches to expire.
👍️ ImprovedAssigning or unassigning an affiliate coupon now immediately updates the cached dashboard access checks, so newly assigned affiliates get instant access to their dashboard, and removed affiliates lose access straight away.
👍️ ImprovedConsolidated all cache invalidation into a central cache layer, and reduced unnecessary cache clearing (for example, customer registrations no longer clear the admin dashboard caches), improving cache efficiency on busy stores.
👍️ Improved(PRO) The “Export Payouts” button on the admin payouts page now opens a dropdown to customise the export before downloading – filter by status, payment method, and a start/end date range, optionally include each payout’s payment details, and choose between a CSV file or a new landscape PDF report containing a table of all the matching payouts.
👍️ Improved(PRO) The “Export Orders” button on the admin “Affiliate Orders” page now opens a dropdown to customise the export before downloading – filter by order status, affiliate group/role, and a start/end date range, and optionally limit it to only orders with an assigned affiliate.
🔨 TweakMade some design changes to the admin settings page.
🔨 TweakRedesigned the “Help & Support” section on the admin settings page.
🔨 TweakFor the “Show customer last name” option on the referred orders table, a new sub-option is available to only show the first letter of the last name.
🔨 Tweak(PRO) For “Scheduled Payout Requests” when set to “Weekly”, a new option is available to set the day of the week for the payout request to be generated (defaults to Monday).
🔨 Tweak(PRO) Improved the “how to payouts work” section on the admin payouts page.
🔨 Tweak(PRO) In the “Payouts” settings tab, the “Invoices & PDF Statements” section now includes toggles to enable the “Invoices” and “PDF Statements” features directly, each with a link to its settings once enabled.
🔨 Tweak(PRO) Improved the design of the “Create Payout Requests” admin page.
🔨 Tweak(PRO) On the “Create Payout Requests” admin page, in the “Manual Admin Requests” section, when an affiliate has not selected a payout method it now shows a notice with a “Configure payout method” option to set one for them inline (from the enabled methods), after which the row reloads so a payout request can be created.
🔨 Tweak(PRO) On the “Create Payout Requests” admin page, when a coupon has no affiliate user assigned, an “Assign a user” option now lets you search for and assign a user to the coupon inline, after which the row reloads with the relevant next step.
🔨 Tweak(PRO) On the “Create Payout Requests” admin page, when an affiliate’s payout details have not been set, a “Set payout details” button now links straight to their payout settings (the “Edit User” tab on the “View Affiliate” page), with a refresh icon next to it to re-check the row once their details have been entered.
🔨 Tweak(PRO) Made a few tweaks to how PRO license deactivation handles some important PRO tracking functionality, to better prevent any disruptions if the PRO license is reactivated later.
🔨 TweakIn the admin coupons list added a line that shows the commission rate for that coupon, and a tooltip that shows where that commission rate is coming from exactly.
🔨 Tweak(PRO) For the product-level “Per-Affiliate Product Commission Rates”, the “User Role” type now uses a dropdown if available roles instead of a free text field, to prevent entering an incorrect role slug.
🔨 TweakUpdated some strings on the admin settings page to be localised properly.
🔨 TweakMade a small optimisation improvement to loading saved options.
🔨 TweakReplaced the “REFRESH ALL DATA” link on the coupon edit page with the new Refresh Statistics tool, which recalculates the statistics immediately from the admin area instead of waiting until the affiliate dashboard is next loaded.
🔨 TweakOn the “View Affiliate” page, the notice shown when a coupon’s statistics still need calculating now has a single button that opens the new Refresh Statistics tool, and the notice is hidden once the refresh completes.
🔨 TweakChanging a coupon’s “Coupon History Start Date” now automatically triggers a statistics refresh (the same way changing the commission rate does), since it affects which orders are included in the statistics.
🔨 TweakMade some changes to the edit coupon page “Coupon Affiliates & Commission” section.
🔨 TweakThe activity log now only records manual admin edits to a coupon’s commission amounts and rates (unpaid, processing, pending, and the commission rates), and no longer logs the plugin’s own automatic updates to them. This prevents the activity log from filling up with thousands of entries when a coupon with a large order history has its statistics recalculated, which on some sites could slow down or time out the affiliate dashboard.
🔨 TweakOn the affiliate portal, you can now click the coupon title in the dashboard header to copy the coupon code to your clipboard.
🔨 TweakOn the affiliate portal, affiliates assigned to more than one coupon now see a dropdown menu next to the coupon title, to quickly switch between their coupon dashboards.
🔨 TweakOn the registration form, the terms and conditions checkbox label now aligns next to the checkbox instead of dropping onto a new line below it.
🔨 Tweak(PRO) Redesigned the “Custom Form Fields” section in the Registrations settings with a modern card layout, drag-and-drop reordering, and a delete button for each field.
🔨 TweakOn the affiliate dashboard “Settings” tab, the “reset your password” link now emails the password reset link directly (after a confirmation prompt), the same as the WooCommerce “Lost password” form, instead of sending the affiliate to a separate page.
🔨 TweakOn the “Affiliate Orders” admin page, the bulk actions (“Move to Trash” and the order status changes) now show a confirmation prompt before applying, including the number of selected orders and a warning that status changes may affect affiliate commissions. All bulk actions on this page now also check that at least one order is selected.
🔨 TweakThe “Bulk Edit: Coupon Settings” tool now shows a confirmation prompt before applying updates, telling you how many coupons are about to be changed and that the changes cannot be automatically undone.
🔨 TweakThe “Import/Export Database Tables” tool now shows a clear confirmation warning before importing, explaining that the import will permanently replace all existing data in the selected table, and checks that a CSV file has been chosen before submitting.
🔨 TweakAdded an “Only show orders with an affiliate user” option to the “Affiliate Orders” admin page, and made a tweak to the groups/roles filter.
🔧 FixedMade some improvements and fixes to the “Bulk Edit: Coupon Settings” tool “Import CSV” feature.
🔧 FixedAdded WooCommerce Checkout Block fix for URL conversion tracking and related checkout order processing hooks.
🔧 FixedFixed an issue where partial refunds were not correctly adjusting commission when “Include taxes in % commission calculations” was enabled.
🔧 FixedFixed an issue where the Copy button on the Rates tab stopped working after performing a search.
🔧 Fixed(PRO) Fixed an issue where store credit applied with the WooCommerce PayPal Payments (PPCP) gateway caused PayPal to capture less than the order total (short by the store credit amount), due to PPCP double-counting the negative fee in its amount breakdown.
🔧 FixedFixed an issue where some referred orders were missing from the referred orders table (while still counted correctly in the stats totals) on stores with a positive GMT/UTC timezone offset, such as most of Europe and Asia.
🔧 Fixed(PRO) Fixed a PHP notice logged on the affiliate dashboard payout tab, caused by a static database query being passed through wpdb::prepare() with no placeholders.
🔧 FixedFixed several PHP notices and warnings (logged when WP_DEBUG is enabled) that could appear when the referred orders table showed subscription renewal orders, including deprecated WooCommerce Subscriptions property access and an undefined variable.
🔧 FixedFixed an issue where the “Manage Registrations” links on the admin dashboard and notification bell could lead to a “you do not have permission to access this page” error when Affiliate Registration features were disabled; these links are now hidden while the feature is off.
🔧 FixedOptimised the admin notification bell so it no longer slows down the wp-admin backend on larger sites – it now polls every 30 seconds instead of 10 (filterable via the “wcusage_admin_bell_poll_interval” hook), caches the notification lookups so the same queries no longer run on every poll, only builds the dropdown when it is opened, and prevents polls from stacking up if the server is slow.
🔧 Fixed(PRO) Fixed an issue where affiliates could see an “Email is required.” error when saving their Payout Settings from the dashboard “Settings” tab if the “Account Details” section was disabled, and prevented saved account details from being overwritten with empty values in that case.
🔧 Fixed(PRO) Fixed an issue where an affiliate using the “Direct Bank Transfer” payout method was treated as having entered their payout details even when the bank fields were left empty, which let payout requests be created (and skipped the “payout details not set” checks) without any bank details.
🔧 FixedFixed an issue on the admin “View Affiliate” page and coupons table where coupons with genuine 0.00 sales or commission kept showing the “needs refresh” indicator (and the notice) even after their statistics had been calculated – reappearing on page reload despite the Refresh Statistics tool updating them correctly. The indicator now only shows when a coupon’s statistics have never been calculated.
🔧 FixedFixed a potential PHP error on the “Affiliate Orders” admin page (on PHP 8+) when a bulk action was applied with no orders selected.
🔧 FixedFixed an issue where the affiliate registration table could be missing on sites that first installed the plugin on version 6.1.0 or later, causing a “table doesn’t exist” database error on the registration form and the admin Registrations page. The table is now created automatically on the next load.
🔧 FixedFixed an issue where logging in via the affiliate portal (or the affiliate dashboard, MLA portal, or registration page) redirected the affiliate to the WooCommerce “My Account” page instead of keeping them on the page they logged in from.
🔧 Fixed(PRO) Fixed an issue on the affiliate portal where submitting a payout request reloaded the page and returned to the “Statistics” tab instead of re-opening the “Payouts” tab.
🔧 Fixed(PRO) Fixed an issue where PDF statement pages (such as “/wcu-statement/…”) could show a “page not found” error after first enabling the “PDF Statements” feature. The permalink rewrite rules now refresh automatically when statements are enabled or disabled, and any affected sites repair themselves on the next page load.
🔒 SecurityMade a few minor security hardening improvements as part of routine maintenance and precautionary measures.
OtherUpdated the Freemius SDK.
OtherUpdated translations.
Version 7.8.2 – 2nd June 2026
🔧 FixedFixed an issue where the referred orders table could show one fewer order than the date range stats summary.
🔧 Fixed(PRO) Fixed an issue with the direct domain feature incorrectly reporting that a valid affiliate coupon code does not exist when attempting to add a new direct domain.
🔧 FixedFixed an issue with the affiliate portal mobile hamburger menu not being clickable on some browsers, and the menu icon showing over the open sidebar menu.
🔧 FixedFixed an issue with administrators not being able to see affiliate orders table for other affiliates on the affiliate portal.
🔧 FixedFixed an issue where AJAX affiliate registrations could create an affiliate user account without a saved registration entry if registration storage failed.
🔧 FixedFixed a potential issue where in some cases the affiliate portal page would not load and show an error.
🔧 FixedFixed an issue with the MLA portal page slug option when changed not updating the MLA portal page link on the affiliate dashboard immediately in some cases.
🔒 SecurityFixed a security vulnerability that could potentially allow an unauthenticated user to view another affiliates recently referred orders stats (reported by Stefano via Patchstack).
Version 7.8.1 – 15th May 2026
✨ NewAdded a new “Privacy & Cookies” settings tab with related options moved into this so they are easier to find, to control the cookie storage and sessions options etc. Also changed sessions to use WooCommerce sessions for the auto-apply coupon backup.
✨ New(PRO) Added a new option in “Coupon Checkout Settings” to always allow any other non-affiliate discount coupon to be applied alongside zero-discount affiliate coupons, overriding all individual-use and other coupon restrictions, and an option to completely hide applied affiliate coupons with zero discount on the cart and checkout page.
✨ New(PRO) Added a new {coupon_description} merge tag for dynamic landing pages, which outputs the WooCommerce coupon description.
✨ New(PRO) Added a “Dynamic Landing Page Template Protection” option to the landing pages settings. When enabled, visiting the base template page directly without an affiliate code will redirect visitors to a configurable URL (defaults to the site root).
🔨 Tweak(PRO) Improved dynamic creatives loading reliability, performance, and cache-busting when a creative is edited.
🔨 Tweak(PRO) Affiliates whose saved payout method has been disabled can no longer request payouts (manual or scheduled) and are prompted to select a new method.
🔨 TweakMade some styling tweaks to the border radius styling of some elements on the affiliate dashboard and admin pages.
🔨 TweakImproved full and partial refund handling so refund recalculations can update saved commission stats when needed, lifetime/referrer tracked orders are included in partial refund payout adjustments, and full refunds update coupon all-time usage totals.
🔨 TweakImproved the database table import/export tool to work better when moving data between sites.
🔧 Fixed(PRO) Fixed several QR code issues on mobile browsers: logo not appearing when “Include logo in QR code” was enabled, download button not working, and downloaded files being saved with a .png.html extension instead of .png.
🔧 FixedFixed affiliate dashboard tabs becoming unclickable in some setups, particularly when using JS optimisation plugins such as WP Rocket, Autoptimize, or LiteSpeed Cache.
Version 7.8.0 – 30th April 2026
✨ New(PRO) Added a “Rewards Log” section to the affiliate dashboard Performance Bonuses tab so affiliates can see a history of the rewards they have earned.
✨ New(PRO) Added a “Rewards Log” admin page (Coupon Affiliates > Performance Bonuses > Rewards Log) showing earned rewards across all affiliates.
✨ New(PRO) Added a “Custom Event / Action (Non-Order)” trigger type to rewards, allowing extra commission, store credit, and other rewards to be granted for non-order actions through the developer hooks provided.
✨ New(PRO) Added a new reward action: “Set new discount rate for the affiliate coupon” – automatically updates the WooCommerce discount type and amount on the affiliate’s coupon when the reward is earned.
✨ New(PRO) Added a “Hide once earned” option to bonuses, which hides the bonus from the affiliate dashboard after it has been earned and while it cannot be earned again (e.g. hidden for the rest of the week for weekly bonuses, or permanently for one-time bonuses).
✨ New(PRO) Added new “Availability Requirements” options to bonuses, allowing you to set specific requirements for bonuses to be available to be earned, such as a minimum number of total referrals.
✨ New(PRO) Added new lifetime commission settings to allow applied affiliate coupons to override lifetime commission for an order, with an optional setting to replace the customer’s lifetime referrer with the new affiliate coupon.
🔨 TweakMade some tweaks to the styling on some of the custom post type admin pages within the plugin to match the styling of the other pages.
🔨 Tweak(PRO) Improved the layout/formatting of the Trigger (Requirements) section on the Edit Bonus admin page to display better on smaller screens.
🔨 TweakImproved the standalone affiliate portal by preventing theme/global styles from loading and adding proper meta title/description tags for shared portal links.
🔨 TweakImproved affiliate registration validation to prevent duplicate custom coupon codes from creating or logging in an account before the error is shown.
🔨 Tweak(PRO) Performance bonus reward checks are now deferred until after order stats and commission have been fully calculated, so rewards that change the affiliate coupon’s commission rate only apply to future orders and no longer affect the order that triggered the reward.
🔨 Tweak(PRO) Improved dynamic landing pages with better functionality, working better with caching, and added new merge tags.
🔧 Fixed(PRO) Fixed an issue where the payout method input field (e.g. PayPal Email Address) was not visible on initial affiliate dashboard page load in some cases.
🔧 Fixed(PRO) Fixed an issue where the MLA dashboard link could break if the MLA portal slug was saved with uppercase letters.
🔧 FixedFixed an “Undefined array key” PHP warning for wcusage_field_custom_tabs_icon_{n} in the affiliate portal when custom tab icons had not yet been saved.
🔧 FixedFixed an issue where custom affiliate dashboard tab icons were no longer displayed in the standalone affiliate portal in certain cases.
🔧 FixedFixed an issue where the affiliate dashboard and admin affiliate view “Referred Orders” lists could show inconsistent subsets of orders since a recent update, especially for lifetime commission and manually assigned orders.
🔧 FixedFixed an issue where the affiliate dashboard “Referred Orders” statistics boxes did not reflect the selected order status when filtering by a single status.
🔧 FixedFixed the admin “View affiliate dashboard” preview button to use the configured shortcode dashboard page when the standalone affiliate portal is disabled.
🔧 FixedFixed a recent bug on the affiliate dashboard “Referred Orders” tab where the number of orders displayed in the table could be lower than the actual referral count.
🔧 FixedFixed a bug where in certain cases refund deductions were not being applied to calculations immediately.
🔧 Fixed(PRO) Fixed an issue where dynamic creatives would return a 403 “rest_forbidden” error and fail to display on the affiliate dashboard on some servers/setups.
🔧 FixedFixed a bug where affiliate registrations were failing on sites running MySQL with strict mode enabled.
🔧 FixedFixed an issue where the affiliate portal page could be treated as a 404 page.
🔧 Fixed(PRO) Fixed an issue where the admin payouts page could show an empty success notice and leave the payout as pending for users that were not the “administrator” role.
🛠️ DevAdded new filters to add custom columns to the affiliate dashboard Referred Orders table and render custom values for each order.
Version 7.7.3 – 22nd April 2026
🛠️ DevAdded a few new hooks to registration functions.
Version 7.7.2 – 15th April 2026
✨ New(PRO) Added “Limit to certain user roles & groups?” option to all built-in tab settings in “Affiliate Dashboard Customisation”, allowing each tab to be restricted to specific user roles or affiliate groups.
🔧 FixedFixed a fatal error on the admin orders list when using WooCommerce HPOS.
Version 7.7.1 – 14th April 2026
🔨 TweakMade a few styling tweaks to the admin registrations page.
🔧 FixedFixed a fatal error when using WooCommerce HPOS on some admin pages in certain cases, caused by a WC_Order object being passed.
🔧 Fixed(PRO) Fixed a permission issue where the Email Newsletters page could appear blank or inaccessible.
🔧 FixedFixed a few small PHP errors and issues.
Version 7.7.0 – 12th April 2026
✨ NewCompletely rebuilt the Admin Reports & Analytics page with a more modern design.
✨ NewAdmin reports now includes additional statistics such as a trends chart, traffic sources, top performers, activity log events, and more.
✨ NewAdded a PDF download option for the admin reports that generates a PDF version of the report.
✨ NewAdded a new affiliate group filter to the admin reports to only include statistics for affiliates in a specific group.
👍️ ImprovedAdded an option to the Add New Affiliate form to assign a user to an existing coupon code if the coupon already exists, instead of showing an error.
👍️ ImprovedAdded an “assign existing coupon” checkbox to the Bulk Coupon Creator page, allowing bulk imports to assign users to existing coupons instead of failing on duplicates.
👍️ ImprovedAdmin reports now auto-generate on page load, with the last report filters that were used.
👍️ ImprovedAdded a new small button on the “Statistics” tab of the affiliate dashboard to quickly refresh the statistics without reloading the page.
👍️ ImprovedAll-time stats will automatically soft recalculate (only the all-time stats, not individual order stats) in the background when visiting the affiliate dashboard, maximum once per hour, to ensure stats are always up to date even if certain manual changes were made to orders, coupons, etc that might affect the stats without it being reflected in the stats immediately.
👍️ ImprovedMade a variety of improvements to the “recent orders” tab on the affiliate dashboard, including new statistics boxes for custom date ranges, date range preset options, better performance when filtering, CSV export improvements, improved pagination with ajax “show more” and “show all” buttons.
👍️ Improved(Free) The admin reports in the free version now offers a larger date range and a few extra features.
👍️ ImprovedThe affiliate dashboard tab names can now be customised in the “Affiliate Dashboard Customisation” settings section.
🔨 TweakChanged the “Recent Orders” default tab name to “Referred Orders”.
🔨 TweakAdded “Reports” as a top level item in the plugins header area, instead of being under “Other”.
🔨 TweakMade a few styling tweaks to the main admin dashboard page, and other admin pages to have a slightly more modern and consistent design.
🔨 TweakAdded some additional caching and performance enhancements to the affiliate dashboard when calculating statistics.
🔨 Tweak(PRO) Added the “Reverse this payout” option for “Manual” payouts on the admin payouts page.
🔨 Tweak(PRO) Increased the limit for the PDF invoices upload file field to 1MB.
🔧 FixedFixed an issue where affiliate users were not being created when adding individual affiliates or importing via CSV due to output being sent before redirect.
🔧 FixedFixed a niche case where in a specific scenario where custom/lifetime assigned orders might not have been included in the dashboards all-time stats in certain cases (case-sensitive).
🔧 Fixed(PRO) Fixed scheduled payout dates drifting over time, so monthly payouts now always fire on the 1st of each month.
🔧 Fixed(PRO) Fixed an issue where toggling the “Enable Scheduled Payout Requests” setting off and back on would not recreate the cron event until the schedule settings were changed.
🔧 FixedFixed an issue where submitting an affiliate application with a new coupon code would sometimes incorrectly display a “coupon already exists” error instead of the success confirmation message.
Version 7.6.0 – 3rd April 2026
✨ New(PRO) Added a new SMS Notifications feature, to automatically send SMS notifications to affiliates and admins for various events like new referrals, and payout updates. You can customise the SMS messages with your own text.
✨ New(PRO) Added a “Send Notification Email” checkbox to the Add New Affiliate and Add New Coupon admin forms, allowing admins to choose whether to send the “Affiliate Application Accepted” email when creating a new affiliate or coupon. The custom message field is now only shown when the checkbox is checked.
👍️ ImprovedMade a few performance improvements to the affiliate dashboard for coupons with lots of orders.
👍️ Improved(PRO) Optimised the “Paid” commission query on the Coupons admin table to use a single SUM query instead of fetching all rows and summing in PHP.
🔧 FixedFixed an issue where refreshing the page after submitting the affiliate registration form would re-submit the form and create a duplicate registration request.
🔧 Fixed(PRO) Fixed a fatal error (“Cannot access offset of type array on array”) on the Affiliate Groups admin page.
🔧 Fixed(PRO) Fixed payment status text on payout statements not being translatable due to an incorrect text domain.
🔧 FixedFixed an issue on some websites with the “Default Referral URL Page” setting reverting back to the home page.
🔧 Fixed(PRO) Fixed an issue where affiliates would see an “Email is required” error when saving their payout details (e.g. custom payout username) if the account details fields were not included in the form submission.
🔧 Fixed(PRO) Fixed an issue where the “Affiliate Application Accepted” email was not being sent when an admin manually adds a new coupon for an existing affiliate via the View Affiliate page.
🔧 FixedFixed an issue in the free version where some settings tabs where showing empty in some cases since a recent update.
🔧 Fixed(PRO) Fixed an issue where the password reset URL in registration emails did not work on some websites, caused by passing the user ID instead of the username as the login parameter and using an unreliable WooCommerce endpoint URL construction.
🔧 Fixed(PRO) Fixed an issue where using {random} in the coupon format template would cause continuous database queries for non-existent coupon codes on every page load, potentially causing site slowdowns or timeouts.
🔧 Fixed(PRO) Fixed the “Paid” commission amount on the Coupons admin table “Payouts” column showing incorrectly in some cases.
🔧 Fixed(PRO) Fixed an issue where processing/pending commission would disappear from the affiliate’s view when an order status changed to “Completed” with delayed commission (payout days) enabled.
🔒 SecurityFixed a potential XSS vulnerability via the visitor IP value logged in referral click (reported by “Nguyen Ba Khanh” via Patchstack).
🔒 SecurityImproved sanitisation and escaping in various places across the plugin.
OtherTested with WooCommerce 10.6
Version 7.5.3 – 16th March 2026
🔧 FixedFixed a fatal error on the admin settings page since the last update.
Version 7.5.2 – 16th March 2026
✨ New(PRO) Added a new option in the “Rates” tab settings to hide products with their catalog visibility set to “Hidden” from the product rates table on the affiliate dashboard.
🔧 Fixed(PRO) Fixed a fatal error (“Cannot access offset of type array on array”) on the Affiliate Groups admin page.
🔧 Fixed(PRO) Fixed a fatal error (“Unsupported operand types: float * string”) in the payouts cron job caused by the coupon commission percent not being cast to a float.
🔧 FixedFixed a fatal error (“Call to undefined function wp_get_current_user()”) caused by the free plugin deactivation check in some cases.
Version 7.5.1 – 6th March 2026
🔨 TweakMade a few small tweaks to the admin settings page.
🔧 FixedFixed the “Account Details” form on the affiliate dashboard and portal page not saving when clicking “Save changes”.
🔧 FixedFixed error messages (e.g. “Email already exists”) not displaying under the settings form on …