2024.10.21 – version 5.0
* added: support for WooCommerce Block Cart Page and Block Checkout Page
* added: filter ‘wc_add_fees_cart_before_add_total_fee’: allows to skip adding our fees depending on cart
* added: filter ‘wc_add_fees_rest_api_route_is_block_checkout_route’: allows to control routing for REST_API calls in block cart and block checkout page
* added: filter ‘wc_add_fees_load_block_checkout_scripts’: allows to disable loading our block cart and block checkout scripts even when enabled by WC
* removed: code to support WooCommerce < 2.6.14
2024.08.31 – version 4.2,2015.09.23 – version 2.2.10
* Adding compatibility with WooCommerce German Market plugin
2015.07.27 – version 2.2.9
* Bugfix – wrong constant WC_Addons_Email_Att::HIDDEN_INPUT used
2015.07.24 – version 2.2.8
* WC 2.4 ready – changed hook to attach to WC, as settings page produces notices
* Bugfix: Settingspage returns to last edited subpage after save,2015.04.23 – version 2.2.7
* adding 4 hooks to allow third party skip fee calculation on product and total level for cart and order individually
2015.03.17 – version 2.2.6
* http://www.woothemes.com/products/gravity-forms-add-ons/ puts the same article several times in the cart ->
needs to make fee ID unique for each product line to avoid overwriting fees for the same product
2015.03.11 – version 2.2.5
* Setting priority of some WC hooks to a higher value to ensure, that our plugin is the last,2015.01.16 – version 2.2.4
* Bugfix in recalculation of saved orders
– using WC core functions added with 2.2
– allow multiple taxes
– allow discounts
* Bugfix order page: tax values for fees are not always displayed – extended tax calculation for saved orders
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.05.06 – version 2.0.1
* change ‘woocommerce’ to ‘wc-settings’ on settingstab
* Fixed “bug” for available payment gateways that need a cart for function $gateway->is_available (function load_request_data) encountered with 2.1.8
* remove uninstall.php, as > WP 2.7 uses uninstall hook if present
2014.04.06 – version 2.0.0
* Major enhencements of the plugin:
* use of WC() and make ready for WC 2.1.6
* WooCommerce Core Bugfix on pay order page – WooCommerce always selects first gateway, not selected payment gateway in the order !!!!!!