2023.10.10 – version 4.1
* feature: option “Maximum fee”: limit fee to a maximum value
* feature: option “Exclude Fees For E-Mails”: skip total cart fees for a gateway for given E-Mails
* added: filter “wc_add_fees_gateway_fee_maximum”: change maximum fee value during calculation
* added: filter “wc_add_fees_hide_product_panel_options”: remove our tab from product metabox settings
https://github.com/InoplugsOrganization/Open-Library/blob/main/Payment%20Gateway%20Based%20Fees/Metabox%20Product/wc_add_fees_hide_product_panel_options.php
* added: filter “wc_add_fees_wc_fees_calculated_done_check”: skip a second fee calculation (e.g. by WC automatic tax calculation)
https://github.com/InoplugsOrganization/Open-Library/blob/main/Payment%20Gateway%20Based%20Fees/Fee%20Calculation/wc_add_fees_wc_fees_calculated_done_check.php
,2014.12.29 – version 2.2.3
* WC version 2.3: cupons after tax was eliminated – depricated arguments have been removed from code (backwards compatible for < 2.3 remains)
2014.12.12 – version 2.2.2
* update fix from version 2.1.5: implement array of plugins to ignore standard WC function WC()->payment_gateways->get_available_payment_gateways()
and load all gateways in WC_Add_Fees->load_request_data()
2014.09.06 – version 2.2.1
* Backward comp. with admin-ajax call wc-settings