Coupon Affiliates – Affiliate Plugin for WooCommerce
Changelog
Version 7.5.0 – 25th February 2026
New: (PRO) Added a new option to set per-group and per-user MLA commission rates, which will override the default MLA commission rates for that user.
New: (PRO) Added a new option to display a “Rates” tab on the MLA affiliate dashboard, which will show the commission rates for each tier of their MLA network, and also show any custom rates that have been set for that user.
New: (PRO) Added a new “MLA Users” admin page listing all users that are part of the multi-level affiliate system, with their affiliate details and stats.
New: (PRO) On the “View Affiliate” page, in the “MLA” tab, added lots more details and statistics about the affiliates sub-affiliates, including their total stats, recent orders, and more. Also added a way to easily remove sub-affiliates or add new sub-affiliates to the affiliate from this tab.
New: (PRO) If QR codes are enabled, it will now also show the QR code generator for the MLA invite referral links on the MLA dashboard.
New: (PRO) Added an option to show a “Sub-Affiliate Registrations” section on the MLA dashboard, that allows the parent affiliate to view and manage the affiliate applications from their sub-affiliates. They will also receive email notifications when they get new sub-affiliate applications, and can approve/reject them from the MLA dashboard.
New: (PRO) On the affiliate page, if the payout information totals (processing, unpaid, pending, paid) do not match the “total commission”, added a “unaccounted commission” row with a message explaining why that may be the case.
Improvement: (PRO) Added extra columns to the Affiliate Groups admin page, showing each group’s commission rates, assigned template coupon, and enabled payout methods.
Improvement: (PRO) Added a field when editing coupons to modify the “processing commission” amount.
Improvement: Added filters to the admin activity log page.
Improvement: (PRO) On the MLA affiliate dashboard, added pagination to the “Your latest invites” section.
Improvement: (PRO) Renamed “Pending Commission” to “Processing Commission” across the plugin for less confusion with the “Pending” status for payouts.
Tweak: (PRO) On the “View Affiliate” page, the “Payouts” tab and the “Unpaid” column in the coupons table are now only shown when the payout tracking setting is enabled.
Tweak: MLA unpaid commission changes are now added to the activity log.
Tweak: Updated the JS method for setting cookies when headers have already been sent, to be more reliable in some cases.
Tweak: reCAPTCHA and Turnstile now load on the floating widget registration form if enabled.
Tweak: Made some design improvements on mobile to the view affiliate page.
Tweak: Added a search field to the “PRO Modules” settings tab.
Fix: Fixed an issue where the affiliate registration form would incorrectly show a “coupon already exists” error when submitting with a new coupon code, due to a compatibility issue with newer versions of WooCommerce.
Fix: Fixed some issues with per-group fixed commission not showing visually in some cases.
Fix: Fixed Turnstile rendering twice in some cases.
Fix: Fixed PHP warnings for undefined variables in the mobile dropdown menu section of the affiliate dashboard.
Fix: Fixed a bug where referred orders could be counted twice in the coupon all-time statistics.
Fix: (PRO) Fixed payout request button not working in some cases when invoice uploads are not enabled, due to a missing JavaScript validation function.
Fix: (PRO) Fixed processing commission being added twice for some orders due to an HPOS compatibility issue.
Fix: Potential fix for issues with the WP Compress plugin.
Fix: (PRO) Fixed a bug where affiliate bonuses with a “Once Per Month” (or other period) trigger could become permanently locked if the reward date meta was missing, preventing the bonus from ever being awarded again.
Fix: (PRO) Fixed a bug where removing all affiliate group restrictions from a bonus would not clear the saved restriction, causing affiliates to be silently excluded from earning the bonus.
Version 7.4.0 – 14th February 2026
New: Added new “referral welcome popups” functionality.
New: When using the regular shortcode dashboard page, added a new “dark mode” option to the design settings tab that can be enabled.
New: Added a “Clear Cache” button to the admin dashboard page to manually refresh all cached statistics and data on demand.
Improvement: When a payout method is not selected, the payouts tab now displays the payout settings form directly instead of just showing a message to go to the settings tab.
Tweak: Small changes to the admin notifications.
Tweak: Improved reliability of affiliate registration form shortcode to prevent intermittent display issues caused by database/cache failures.
Tweak: Major performance improvements across the plugin with transient caching (dashboards/stats/leaderboards/admin pages) and optimized database queries to dramatically reduce load times on high-volume sites.
Tweak: Improved Affiliate Users List and Coupons List performance with optimized meta_query filters and transient caching.
Tweak: Added static in-memory caching to order commission calculations to prevent duplicate calculations within the same page load, significantly improving performance on admin dashboards and reports.
Tweak: Optimized admin notification bell with 5-minute transient caching and direct SQL queries, reducing database load by ~95%.
Tweak: Modernised the loading animation and text on the affiliate dashboard with a clean spinning ring spinner, improved typography, and proper dark mode support.
Fix: Resolved duplicate click entries being created when referral links are visited.
Fix: Homepage visits via referral links now properly display as “Homepage” in the clicks log instead of showing empty or incorrect values.
Fix: Fixed fatal error on settings page caused by array_key_exists() receiving null instead of array in PHP 8+ when checking user role capabilities.
Fix: Fixed affiliate dashboard tabs not loading content when “Ajax Loading” is disabled and “Load tabs as separate pages” is enabled.
Fix: Resolved JavaScript errors preventing proper functionality in the portal when AJAX loading is disabled by fixing invalid jQuery syntax.
Fix: Fixed issue on the Coupons and Referrals pages where pressing Enter in filter inputs would trigger the bulk action form validation error instead of applying the filters.
Version 7.3.2 – 4th February 2026
Tweak: Update to the way settings are saved to be more reliable and sets defaults properly.
Tweak: A few tweaks to the admin settings page.
Tweak: Several small code improvements and optimizations throughout the plugin to better meet coding standards.
Tweak: Stats will no longer auto-refresh on the affiliate dashboard/portal when changing rates, if the “never update the saved commission” setting is enabled.
Tweak: Some tweaks to ensure admin settings save properly in some cases.
Tweak: Small tweaks to the design and layout of the plugins admin header area.
Tweak: (PRO) Updated styling for the “MLA Tier Commission Rates” tiers on the settings page.
Fix: Resolved mobile dashboard tab dropdown issues and PHP warnings caused by undefined dashboard tab settings.
Fix: Added no-cache headers for admin settings page and AJAX settings saves to prevent cached/stale saves on some hosts.
Fix: Fixed an error showing in the order/sales tracking settings.
Version 7.3.1 – 29th January 2026
Tweak: (PRO) Added support for special characters in payout statement PDF generation.
Tweak: Disabled cache/minify/lazyload optimizations on affiliate dashboard and portal pages to prevent settings/portal save issues.
Tweak: (PRO) Added AJAX loading for the ‘couponaffiliates-leaderboard’ shortcode with a loading animation.
Tweak: (PRO) Added an “AJAX load” toggle to the leaderboard generator and ‘ajax=”no”‘ shortcode option to render immediately.
Tweak: (PRO) Added MLA payouts to the admin manual “create payouts” page.
Tweak: Made a few improvements to the affiliate dashboard mobile header and side menu on mobile.
Tweak: (PRO) Added pending commission to the view affiliate admin page.
Fix: Resolved reordering behavior for custom registration form fields when using the move buttons in some cases.
Fix: (PRO) Leaderboard “Current Month” now calculates on demand when monthly stats haven’t been cached yet.
Fix: Prevented “Invalid coupon” fatal errors when deleted coupons are recreated with the same code.
Fix: Hardened affiliate dashboard AJAX handlers to avoid infinite loading when coupons are missing or recreated.
Fix: (PRO) Fixed group fixed-order commission being ignored when percentage commission was also set.
Fix: (PRO) Fixed performance bonuses not triggering due to incorrect user role matching.
Fix: Registration submissions now work when auto-login after registration is disabled.
Fix: Prevented creating user accounts when registration fails due to an existing coupon code, avoiding username-exists errors on retry.
Fix: (PRO) Prevented PHP errors/warnings when dividing empty values or with empty strings in some cases.
Fix: Fixed an issue with changing color text fields not auto-saving.
Version 7.3.0 – 13th January 2026
New: (PRO) Added new “Pending Commission” feature for commission payouts tracking.
New: (PRO) Added an option to only auto-accept registrations for certain user roles or groups.
New: Added an option to customise the pending affiliate registration message.
Tweak: (PRO) For the “Custom Form Fields” radio field, added an “options” setting to define the different options/values.
Tweak: (PRO) Improved the layout of the checkbox and radio fields on the affiliate registration form.
Tweak: Small tweaks and fixes for the view affiliate admin page.
Tweak: Improvement to the IP address logging for referral URL clicks.
Tweak: Added a close button to the mobile sidebar menu on the affiliate portal.
Tweak: Made a few precautionary security improvements.
Tweak: Improvement to the speed of generating admin reports.
Tweak: Made a tweak to the delayed commission cron job logic to check previous days that may have been missed.
Fix: Fixed an issue with the admin reports not generating if orders contained deleted products.
Fix: Fixed an issue with the CSS and JS not loading properly after submitting the affiliate registration form.
Fix: Fixed a potential issue with unintended user role removal when editing users.
Fix: Fixed an issue with not being able to add new affiliates when the coupon code previously existed but was deleted from a previous affiliate registration that was accepted.
Fix: (PRO) Fixed an issue in some cases with not being able tot save the payout settings on the affiliate dashboard.
Fix: (PRO) Fixed an issue with affiliate group commission rates when the user was assigned to multiple user roles. It will now get the highest commission rate from the roles assigned.
Version 7.2.3 – 15th December 2025
New: Added a alternative method of creating the cookies for referral link tracking, with JS, when headers have already been sent, which can sometimes happen with certain themes/plugins.
Tweak: Made a few tweaks to the cookie system to be more reliable in some cases.
Fix: Fixed a potential issue on the MLA dashboard when viewing a sub affiliate dashboard as the parent affiliate in some cases.
Fix: Fixed a potential PHP error when the registration form when the coupon is empty.
Fix: Fixed an issue since the last update, with the fields on the admin “affiliate registrations” page not showing properly in some cases.
Fix: (PRO) Fixed an issue since the last update, on the floating widget, with the social share buttons not showing properly.
Version 7.2.2 – 9th December 2025
New: (PRO) Added [affiliate_qrcode] shortcode to display the QR code for the affiliate’s referral URL on any page.
Improvement: Improved the performance of the “Affiliate Orders” admin page.
Tweak: Added support for some store credit plugins in some cases causing issues with the commission calculations.
Tweak: Updated “Failed” orders to also show stats as 0.00 on the affiliate dashboard statistics.
Tweak: Made a few code tweaks and improvements throughout the plugin to better meet coding standards.
Fix: Fixed the affiliate order cancellation emails showing the commission amount as 0.00.
Fix: Fixed a potential issue with switching tabs on the affiliate dashboard in some cases.
Fix: Fixed a potential PHP error in PHP 8.3+ when calculating order data in some cases.
Fix: (PRO) Small fix for QR code generation in some cases.
Other: Tested with WordPress 6.9.
Version 7.2.1 – 12th November 2025
New: Added an option in “Commission > Advanced Calculation” Settings to choose the commission rounding mode (Round to nearest or Round down/truncate).
New: Added a new option to the fraud settings: Require customers to visit the affiliate referral link before applying their coupon.
New: Added clearer options to show the login form and registration for on the affiliate portal or dashboard page.
Tweak: Added a warning message under the “Affiliate Portal” toggle when “Anyone can register” is disabled, and defaults the registration form to hidden.
Tweak: Made some tweaks/improvements to the “User role required for plugin admin capabilities” setting functionality.
Tweak: On the view affiliate page, when the a coupons statistics need calculating, it now show the coupon and “calculate statistics” button for those coupons next to the message.
Fix: Fixed an issue with the “Affiliate User” field dropdown when editing a coupon.
Dev: Added developer hook “wcusage_before_payout_submit” a payout is made.
Other: Updated to Freemius SDK 2.13.0.
Version 7.2.0 – 4th November 2025
Improvement: Made some changes to the admin dashboard page, and added ajax pagination to all the different sections.
Tweak: Made a variety of code improvements and optimizations throughout the plugin to better meet coding standards.
Version 7.1.5 – 4th November 2025
Tweak: Added a warning message on the “affiliate registration form” settings if “Anyone can register” is disabled.
Version 7.1.4 – 4th November 2025
Tweak: Fixed and issue on the affiliate orders page.
Version 7.1.2 – 4th November 2025
Tweak: Security improvement.
Version 7.1.0 – 28th October 2025
New: Added filters to the “Affiliate Orders” admin page.
New: (PRO) Added an “Export Orders” button to the “Affiliate Orders” admin page to export the filtered orders list to a CSV file.
New: The “Affiliate Orders” admin page is now displaying the total items and pages on the pagination.
New: Added filters to the “Affiliate Coupons” admin page.
New: Added a “sort by” option to the admin “Affiliate Coupons” page.
New: (PRO) Added filters to the “Commission Payouts” admin page.
New: (PRO) Added an “Export Payouts” button to the “Commission Payouts” admin page to export the filtered payouts list to a CSV file.
New: (PRO) Updated the “Statements” admin page to have more columns and details, and a download button, for each statement.
New: (PRO) Updated the “Performance Bonuses” admin page to have more columns and details, for each bonus.
Improvement: You can now drag and reorder the sections on the admin dashboard page.
Tweak: On the admin dashboard, the “Affiliate Program Statistics” now shows “This Month” as the default, with “Last 7 Days” moved to the last option.
Tweak: The core WooCommerce orders page “Coupon Affiliate” column now shows the coupon, user, and commission.
Tweak: (PRO) For the product rates tab, added an option to choose the “product price display”, choosing whether the coupon discount is applied to the price that is shown.
Fix: The “affiliate portal logo” will now automatically save when selecting a new image from the media library.
Fix: Fixed an issue with the affiliate coupons admin page sometimes showing empty rows.
Fix: Fixed an issue with the “filter by coupon code” not working on the WooCommerce orders admin page with HPOS.
Fix: (PRO) Fixed an issue with the MLA portal not loading scripts properly, so some things like copy to clipboard were not working.
Fix: (PRO) Fixed an issue with not being able to edit the PRO settings in the “Registrations” settings tab.
Fix: (PRO) Partial fix for some broken text output on PDF statements.
Version 7.0.3 – 17th October 2025
Tweak: Small tweak to the admin notifications dropdown.
Tweak: Added a bulk “Save All” button with AJAX saving is enabled, when switching from the legacy option.
Fix: Fixed a PHP error when special characters are used in the custom “affiliate” text.
Fix: Fixed an issue with the settings page redirect after opting in on plugin activation.
Version 7.0.2 – 16th October 2025
Fix: Fixed an issue with ajax saving on the settings page not working in some cases.
Version 7.0.1 – 14th October 2025
Tweak: Made a few small tweaks and fixes to the settings page, and saving settings functionality.
Fix: Fixed an issue with the admin users list and affiliate user page “payouts” details showing incorrectly in some cases.
Fix: Fixed an issue with disabling the “Enable Affiliate Registration Features” option on step 2 of the setup wizard not letting you continue.
Version 7.0.0 – 14th October 2025
New: Updated the header bar on the plugins admin pages to include a more useful menu with quick links to important pages.
New: Added a new “notifications” icon to the header bar on the plugins admin pages, which will when there is new referrals, pending registrations, payout requests, and more.
New: On the admin dashboard, added a new sidebar with an “Affiliate Overview” showing the total number of affiliates, latest affiliates, and top affiliates.
New: Updated the layout of the plugins settings page with the navigation tabs now on the left side.
New: Made improvements to the “Affiliate Dashboard Customisation” settings section for simpler tab customisation.
New: You can now re-order the tabs on the affiliate dashboard and affiliate portal via drag and drop in the “Affiliate Dashboard Customisation” settings.
New: Added an option to the admin reports to filter by user group/role when “only show coupons assigned to an affiliate user” is enabled.
New: (PRO) Added an option to disable the invoice upload option for certain payout methods.
New: (PRO) Added an option to include a square image/logo in the center of the QR code generated for referral URLs.
New: (PRO) New merge tags added to the “Dynamic Code Generator” settings: {first_name}, {last_name}, {first_name_initial}, {last_name_initial}. Also added a new filter for developers to make custom changes to the generated code.
New: (PRO) Added mailjet.com as a new option for the mailing list integrations.
New: (PRO) Added a new option to the built-in store credit payout method to “enable multi-currency support for store credit”.
New: (PRO) For the “custom tabs” added an option to set the tab in the menu to “open as external link instead of tab”.
Tweak: (PRO) Added details about the built-in newsletter system in the mailing list integrations settings section.
Fix: Fixed the “Subscribe to Affiliate Newsletters” option showing on the settings tab of the affiliate dashboard even when disabled in the settings.
Fix: Fixed an issue with the settings page redirecting to the dashboard page on some websites.
Fix: Fixed some issues with the “search settings” feature on the settings page.
Fix: Fixed a potential issue with saving settings in some cases.
Other: Updated translations.
Version 6.8.2 – 23rd September 2025
Tweak: (PRO) Updated the registration form “Custom Fields” settings section to allow dynamically adding and removing fields more easily without needing to refresh the page.
Fix: Potential fix to an issue with some websites when bulk saving the settings.
Fix: Fixed an issue with Freemius “opt in” for the free version on activating the plugin.
Other: Updated to Freemius SDK 2.12.2.
Version 6.8.1 – 18th September 2025
Tweak: Removed the blue outline on the affiliate portal login form and registration form fields.
Tweak: New installs will now automatically save the default settings on the setup wizard even if they do not visit the settings page.
Security Fix: Fixed a potential small “Broken Access Control” vulnerability bug (reported by “Legion Hunter” via Patchstack).
Version 6.8.0 – 15th September 2025
New: Added a new “Email Newsletter” feature to the plugin. This allows you to send custom email newsletters to all your affiliates, or specific groups of affiliates. You can create and send newsletters directly from the WordPress admin area, and view a log of all sent newsletters.
New: Added a new referral link click “Attribution Model” option to the plugin settings, to allow you to choose between “Last-click” or “First-click” attribution for the referral URL tracking. This will determine whether the first or last referral URL used by a customer is credited with the conversion when they place an order.
Tweak: (PRO) The custom payout amount field on the affiliate dashboard payouts tab is now always 2 decimal places.
Fix: Fixed an issue with deleting admin accounts triggering user roles to be deleted.
Fix: Fixed a potential PHP warning on the floating widget when a coupon has no statistics yet.
Version 6.7.0 – 8th September 2025
New: Added new “view affiliate” page that allows admins to view detailed information about each individual affiliate, with a summary of their coupons, statistics, referrals, payouts, activity and more. It also includes options to edit the affiliate user. All previous edit affiliate links now go to this new page.
New: On the “Coupon Affiliate Users” page, added a new “actions” column with a “view” link, and a “delete” button that has 4 different options for deleting the affiliate users or their coupons.
New: On the “Coupon Affiliate Users” page, added a new “sort by” filter to sort the users by total referrals, sales, commission, or unpaid commission.
New: Added a new search box to the admin settings page, that lets you look for specific settings on the page more easily.
Tweak: Made some changes to the admin “registrations” page including adding some “view affiliate” and “view dashboard” buttons to the action column for accepted registrations.
Fix: Fixed an issue with some websites not being able to save settings properly.
Fix: Fixed an issue with the referral URL displayed on the affiliate dashboard not being encoded, so coupons with symbols in them were not working properly.
Fix: Fixed an issue in some cases where if certain order statuses were selected to show on the affiliate dashboard, certain orders were not updating the “total” or “monthly summary” stats properly.
Fix: Fixed a potential PHP error on the admin registrations page.
Version 6.6.0 – 28th August 2025
New: Added new “bulk actions” functionality for the admin affiliate registrations page, which allows you to bulk accept, decline or delete up to 20 registrations at once.
New: Added new “bulk actions” functionality for the admin coupons page, which allows you to bulk delete or unassign affiliates from multiple coupons at once.
New: Added new “bulk actions” functionality for the admin commission payouts page, which allows you to complete bulk payouts for up to 10 at once, as long as they are the same status and payment method.
New: Added a new filter to the admin commission payouts page to filter payouts by payment method.
Tweak: Made a few tweaks throughout the code to improve precautionary security checks, and follow best practices.
Fix: Added a potential fix to a rare issue on some sites where referral links would always land on “page not found”.
Fix: Fixed an issue with the floating widget showing HTML code for the discount amount when it is a fixed amount.
Version 6.5.3 – 15th August 2025
Improvement: Made a few small improvements to the mobile version of the affiliate dashboard, affiliate portal, and admin dashboard.
Fix: Fixed an issue with the affiliate registration form on the affiliate dashboard page when logged out.
Fix: Fixed an issue with updating the account details on the affiliate dashboard sometimes causing the email address to be empty.
Fix: Fixed an issue with enabling Wise Payouts.
Version 6.5.2 – 12th August 2025
Fix: Fixed a potential PHP error.
Fix: Fixed an issue with the pay button being missing for the store credit payout method on the admin payouts page.
Version 6.5.1 – 9th August 2025
New: Added an option to apply custom CSS to the affiliate dashboard and affiliate portal pages in the design settings tab.
New: Added an option to choose a custom font to be used on the affiliate portal page in the design settings tab.
Tweak: Made some styling/alignment tweaks to the admin reports page.
Tweak: Added a check on the “Add New Affiliate” admin page if the username does not exist, but an existing email address is used. This will now show a warning message.
Tweak: Made some tweaks/fixes to the affiliate portal page on dark mode.
Fix: Fixed an issue with the “Allow logged out users to register as an affiliate” option on the affiliate portal.
Fix: (PRO) Fixed an issue with the dynamic coupon code generation on the affiliate portal ajax registration form.
Fix: (PRO) Fixed an issue with the PDF affiliate report emails not applying CSS styles.
Version 6.5.0.1 – 1st August 2025
Fix: Fixed an issue with the action buttons (“Paid” and “Cancel”) on the admin payouts page not showing in some cases for manual payout methods.
Version 6.5.0 – 31st July 2025
New: (PRO) Added a new “Wise Payouts” feature to the plugin.
New: (PRO) Added an option when “Automatic Payouts” is enabled, to “only enable automatic payouts for specific payout methods”.
Fix: Fixed an issue with the admin affiliate dashboard links when a coupon contains a “&” character.
Other: Tested up to WooCommerce 10.0.
Version 6.4.2 – 4th July 2025
New: Added a new “custom affiliate terminology” setting to the plugin “design” settings tab, that allows you to change the word “affiliate” to something else, such as “referrer”, “partner”, etc. This will change the terminology used throughout the plugin.
Tweak: Made some changes to the setup wizard.
Tweak: Improved the alignment of the terms and conditions checkbox on the affiliate registration form.
Tweak: Made some tweaks to some of the ajax nonce checks for the wcusage_update_all_stats_data endpoint.
Fix: Fixed an issue with the options to show or hide on mobile or tablet devices for the floating affiliate widget.
Fix: Fixed an issue with the option to show or hide on “Specific Pages (URLs)” for the floating affiliate widget.
Fix: Fixed an issue with the sidebar on the settings page for the free version of the plugin.
Fix: Fixed an issue with the admin “Add New Affiliate” page showing a “you do not have access” error when the affiliate registration system was disabled.
Version 6.4.1 – 4th July 2025
New: Added a new “Export Affiliate Users” button to the “Affiliate Users” admin page, to export a CSV file with all affiliate users and their details.
New: Added a bulk action on the “Affiliate Orders (Referrals)” admin page, to bulk “Update Unpaid Commission” for all selected orders. This will trigger the granting of unpaid commission for completed orders that have not already been granted commission.
Improvement: On the floating affiliate widget, if statistics need to be refreshed for the affiliate coupon, it will show a message and button for this.
Improvement: When adding a new affiliate, either by approving an application, or adding an affiliate manually, it will no longer show the “calculating stats” loading bar the first time the dashboard is loaded for that affiliate coupon.
Tweak: Implemented some image file size limits for the creatives to prevent performance issues with large images.
Tweak: The floating affiliate widget is now hidden from the affiliate portal pages if the “hide on affiliate pages” option is enabled.
Fix: Fixed an issue with the search on the “Coupons” admin page.
Fix: Fixed an issue with the message displayed after submitting the affiliate registration form in some cases being showed in the wrong place.
Fix: Fixed an issue with the affiliate portal registration form sometimes generating 2 coupons for the affiliate if auto accept was enabled.
Fix: Added a nonce check for bulk actions on the “Affiliate Orders (Referrals)” admin page as a security precaution.
Fix: Added a nonce check for the wcusage_update_all_stats_data endpoint to prevent unauthorized access.
Other: Updated translations.
Version 6.4.0 – 2nd July 2025
New: Added a new “Floating Affiliate Widget” feature to the plugin.
Improvement: Improved the bulk edit coupons feature to only loop through coupons that have actually been edited.
Tweak: Made a few tweaks to the design of some admin pages.
Tweak: Made a few tweaks to the setup wizard.
Fix: (PRO) Fixed an issue with the admin “payouts” page where the buttons were not showing properly in some cases.
Fix: (PRO) Fixed an issue with the “Request Payout” button for manual payout methods when the payout details field is disabled.
Fix: (PRO) Fixed an issue with some of the payouts settings not displaying properly in certain cases.
Version 6.3.9 – 16th June 2025
Improvement: Improved the admin “Add New Affiliate” page form with conditional checks for the username and coupon code fields, improving the user experience.
Fix: Fixed a few potential PHP warnings.
Fix: Fixed an issue with flush_rewrite_rules() being called …