Releases: vippsas/vipps-woocommerce
Releases · vippsas/vipps-woocommerce
v5.0.5
Handle edge-case in rounding of shipping costs
v5.0.4
Fix changes in checkout API, add safety measure in certain situations for "cancel remaining".
v5.0.3
Fix bugs in handling aborted express transactions; handle coupons with shipping correctly.
v5.0.2
Fix checkout widgets on mobile and phone numbers being stripped when using external payment methods in checkout
v5.0.1
Improve MobilePay buttons for express, fix banners
v5.0.0
Support new express checkout for Vipps + MobilePay, remove support for ecom.
v4.1.6
Support for All Products for Woo Subscriptions in Checkout
v4.1.5
More places in the code where a cost could be an empty string fixed.
v4.1.4
Woo 9.x seems to return tax/cost for certain free shipping methods as an empty string instead of zero or "0". This causes type errors on newer php versions when one tries to add tax + cost. This version contains workarounds for this.