Gateway Fees Changelog
Version 1.5.6 — June 11, 2024
- Admin: The settings screen has been updated to group settings better and show the status of each gateway.
- Checkout: Calculating fees is more efficient and reliable with multiple gateways.
- Checkout: The JavaScript has been updated for better compatibility with taxes and multiple cart layouts.
- Dev: Updated for PHP compatibility.
- Dev: The updated minimum requirements are PHP 7.2, WordPress 5.4, and Easy Digital Downloads 3.1.5.
Version 1.5.5 — September 21, 2021
- Fix: Gateway fee not removed when switching from a gateway that has a fee to one that does not.
- Fix: Negative fees not appearing on checkout.
Version 1.5.4.1 — June 14, 2021
- Fix: Delete unneeded README.md.
- Fix: Update changelog.txt.
- Fix: Updated version number.
Version 1.5.4 — June 10, 2021
- Fix: Fees not added to gateway that isn’t the default.
- Fix: Fees not added to Stripe.
- Fix: If a gateway didn’t have a fee, checkout still contained a $0 fee line item.
- Fix: Fatal error in PHP 8 due to invalid version_compare().
- Fix: Invalid nesting of HTML in ajax response.
Version 1.5.3 — July 27, 2018
- Fix: Improved accuracy of percentage based gateway fees.
- Fix: The total at the bottom of checkout didn’t always include gateway fees.
- Fix: Gateway fees could not be negative.
- Fix: Reduced the amount of logging being done.
- New: Moved settings to a subsection of the Gateway section
Version 1.5.2 — January 30, 2018
- Fix: Fixed issue with fee being reset to 0 when it shouldn’t by adding missing
edd_gf_gateway
js variable.
Version 1.5.1 — May 5, 2017
- Fix: Fees do not refresh after adding discount.
- Fix: Fees do not refresh when changing cart quantities.
Version 1.5 — May 6, 2016
- Fix: Fees do not refresh after adding discount
- Fix: Incorrect gateway fee applied when changing country on checkout
Version 1.4.3 — July 18, 2015
- Revert 1.4.2 fee calculation changes.
Version 1.4.2 — July 16, 2015
- Fixed a bug with fee calculation.
Version 1.4.1 — June 29, 2015
- Introduced
edd_gf_fee_total_before_add_fee
filter.
Version 1.4.4 — March 15, 2015
- Fixes multiple bugs with the selection of the gateway on the checkout page.
Version 1.4 — February 14, 2015
- Adds translation loader
- Fixes issues with translation
- Adds the ability to use a custom label for each gateway
Version 1.3 — February 1, 2015
- Improved EDD detection to prevent fatal errors when EDD is not activated.
Version 1.2 — October 8, 2014
- Fixed a bug with fee calculations.
Version 1.1 — April 22, 2014
- Fixes a bug so fees aren’t applied to free purchases.
Version 1.0 — December 21, 2013
- Initial release.