2024.11.29 – version 5.1
* tweak: extended PHP, WP and WC info to plugin header to remove error message in deploy test
* fixed: check if block checkout DOM is completely loaded to attach our payment method check handler
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,2017.05.12 – version 3.0.2
* Bugfix subscription plugin pay for order page – adds all fees from existing order (we do not recognise our fees any longer)
2017.04.04 – version 3.0.1
* Integrate German Market (this plugin is currently not ready for WC 3.0.0)
2017.04.03 – version 3.0.0
* Make plugin ready for WC 3.0.0 – great version junp of WC
-for backwards comp move php classes to /v2614,2015.12.09 – version 2.2.15
* Set empty input fields for numbers to 0
* Bugfix – remove php warning for session variable on settings page
2015.11.21 – version 2.2.14
* Bugfix with plugin woocommerce-subscriptions:
– Fees are calculated now correctly for signup
– Fees are calculated now correctly for recurring
,2015.10.08 – version 2.2.13
* Adding a check function_exists
2015.10.08 – version 2.2.12
* Bugfix checkout page choosen payment gateway – Check with $_REQUEST and NOT with session, if present
(woocommerce-taxamo uses hook woocommerce_checkout_update_order_review in class-wc-ajax.php)
2015.10.07 – version 2.2.11
* Bugfix woocommerce-taxamo – Adding a lower priority (1000) to wp_print_styles handler,2014.05.16 – version 2.0.2
* fixed bug in linklist for payment gateways – changed from title to id
* CSS set size of link list
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