Fix – Ensured payment-processing error messages are displayed correctly after recent WooCommerce changes.
2026.04.15 – version 1.8.1
Fix – Resolved issue where users could be redirected to an incorrect URL after completing checkout.
2025.02.20 – version 1.8.0
Feature – Improved support for gift cards (Smart coupons, Gift Cards for WooCommerce, YITH Giftcard & PW Giftcard) via Krokedil WooCommerce SDK.
Tweak – Add scoping via WPify Scoper to avoid issues caused by other plugins having similar composer dependencies.
2024.12.16 – version 1.7.0
Tweak – Remove setting and logic for adding invoice fee to invoice payments. Qvickly is moving away from this logic.
Fix – Remove wc_get_log_file_path helper function to display path to plugin log file. Deprecated by Woo.
2024.03.11 – version 1.6.6
Tweak – Remove redundant action hook to prevent hook from being triggered more than once.
2024.03.11 – version 1.6.5
Fix – The Smart Coupons’ “Send Coupons to…” should now be displayed on the checkout page.
Fix – Fixed tax issues related to Smart Coupons when certain settings in the coupons’ plugin were enabled.
2024.01.16 – version 1.6.4
Fix – Adds logic to avoid confirm process to run in multiple instances if customer reloads confirm/thank you page.
Fix – Fixed PHP 8 deprecation warnings.
2023.12.12 – version 1.6.3
Tweak – Improved logging around confirm payment step for easier troubleshooting.
Tweak – Improved credentials check in callback handler.
2023.12.05 – version 1.6.2
Fix – Send abort_waiting to Qvickly checkout if failOrder occurred, to reenable the checkout again.
2023.05.04 – version 1.6.1
Tweak – Adds Qvickly icon.svg to WordPress.org assets.
2023.05.03 – version 1.6.0
Tweak – Change name from Billmate to Qvickly.
2022.11.29 – version 1.5.2
Tweak – Fixes deprecated notices related to PHP8.1.
Fix – Fix issue if Shipping First and Last name is missing in address returned from Billmate (can happen for B2B purchases).
2021.11.04 – version 1.5.1
Fix – Improved control to see that the currency is synced between Billmate and WooCommerce through out the entire order.
2021.10.07 – version 1.5.0
Feature – Add setting for disabling automatic scroll to Billmate iframe in checkout on page load.
Tweak – Bumped required PHP version to 7.0.
Fix – Improved functionality for saving used payment method to WooCommerce order.
2021.09.13 – version 1.4.0
Feature – Add support for selling to Nordic countries (DKK, EUR & NOK). Specific agreement with Billmate needed. Logic for sending correct customer country and currency needs to be handled by WooCommerce.
Feature – Add support for English locale in Billmate Checkout (logic based on selected WP locale).
Tweak – Improved PHP8 support.
Fix – Change customer country to be sent as ISO 3166-1 2-character in updatePayment requests to Billmate.
2021.08.17 – version 1.3.0
Tweak – Add hook bco_callback_denied_order, to be able to automatically cancel order in Billmate if a denied order callback is triggered from Billmate.
Fix – Only add invoice fee to order if no transaction_id exists. Avoids multiple invoice fee lines.
Fix – Change customer country to be sent as ISO 3166-1 2-character in updatePayment requests.
Fix – PHP8 warning fix.
2021.05.19 – version 1.2.0
Feature – Add feature for disabling address update in WooCommerce checkout form. By using bco_populate_address_fields filter, Billmate address data will not override logged in Woocommerce customer data.
Feature – Checkout page template: Changes in template file markup.
Tweak – Checkout page template: Don’t move extra fields that are already inside the order review area.
Tweak – Changed bco_wc_before_checkout_form hook to woocommerce_before_checkout_form in checkout template file.
Tweak – Remove utf8_decode when printing error message returned from Billmate.
Tweak – Change logic for checkout layout to use body_class instead of JS.
Tweak – Adds go_to JS event listener. Makes it possible to redirect mobile users to Swish or Bank ID app automatically.
Fix – Use correct billing zip and country in address_selected event. Could be stored in both billingAddress & Customer.Billing returned from Billmate.
Fix: – Convert invoice fee to numeric format so even prices with decimals declared with comma (,) works.