Skip to content

Releases: vippsas/vipps-woocommerce

v5.0.5

30 Sep 08:46
Compare
Choose a tag to compare

Handle edge-case in rounding of shipping costs

v5.0.4

30 Sep 06:32
Compare
Choose a tag to compare

Fix changes in checkout API, add safety measure in certain situations for "cancel remaining".

v5.0.3

22 Sep 09:38
Compare
Choose a tag to compare

Fix bugs in handling aborted express transactions; handle coupons with shipping correctly.

v5.0.2

15 Sep 10:00
Compare
Choose a tag to compare

Fix checkout widgets on mobile and phone numbers being stripped when using external payment methods in checkout

v5.0.1

08 Sep 07:30
Compare
Choose a tag to compare

Improve MobilePay buttons for express, fix banners

v5.0.0

01 Sep 07:51
Compare
Choose a tag to compare

Support new express checkout for Vipps + MobilePay, remove support for ecom.

v4.1.7

04 Aug 07:20
Compare
Choose a tag to compare

Minor bugfixes

v4.1.6

16 Jun 07:29
Compare
Choose a tag to compare

Support for All Products for Woo Subscriptions in Checkout

v4.1.5

11 Jun 07:36
Compare
Choose a tag to compare

More places in the code where a cost could be an empty string fixed.

v4.1.4

10 Jun 13:47
Compare
Choose a tag to compare

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.