PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.4
Pay with Vipps and MobilePay for WooCommerce v6.2.4
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 All 187 releases
← All changes | readme.txt +25 -30 6.2.0 → 6.2.4 View file →
@@ -2,16 +2,16 @@
2 2 Contributors: wphostingdev, everydayas, iverok, perwilhelmsen, nikolaidev, lassepladsen, marcuz2k2k
3 3 Author: WP Hosting, Everyday AS
4 4 Author URI: https://www.wp-hosting.no/
5 5 Tags: woocommerce, vipps, mobilepay, recurring payments, subscriptions
6 -Version: 6.2.0
7 -Stable tag: 6.2.0
6 +Version: 6.2.4
7 +Stable tag: 6.2.4
8 8 Requires at least: 6.3
9 9 Tested up to: 7.1.1
10 10 Requires PHP: 8.0
11 11 Requires Plugins: woocommerce
12 12 WC requires at least: 8.0.0
13 -WC tested up to: 11.1.0
13 +WC tested up to: 11.1.1
14 14 License: MIT
15 15 License URI: https://choosealicense.com/licenses/mit/
16 16 Official Vipps MobilePay payment plugin for WooCommerce.
17 17
@@ -116,37 +116,19 @@
116 116 == Contributing on Github ==
117 117 This project is hosted on Github at: https://github.com/vippsas/vipps-woocommerce
118 118
119 119 == Upgrade Notice ==
120 +Version 6.2.4
121 +Fix cart clearance for Woo 11.1
122 +Version 6.2.3
123 +Fix for compatibility mode
124 +Version 6.2.2
125 +Fix for the wait-for-payment page for certain themes
126 +Version 6.2.1
127 +Security fix for possible shop-manager level exploit
128 +Ensure certain events only happens once
120 129 Version 6.2.0
121 130 Replaced the fake-page mechanism with a modern WooCommerce-managed page for these actions
122 -Version 6.1.10
123 -Don't set Vipps as default payment method if Kustom Checkout is installed
124 -Version 6.1.9
125 -Minor textual changes
126 -Version 6.1.8
127 -Minor textual changes
128 -Fix: Restrict permissions on capturing recurring orders.
129 -Version 6.1.7
130 -Compatibility fix for Login With Vipps
131 -Version 6.1.6
132 -Fix performance issue with order notes with certain configurations of NGINX Helper
133 -Fix issue where Checkout orders were cancelled early
134 -Version 6.1.5
135 -Fix crash in certain situations when checking order status
136 -Version 6.1.4
137 -Settings wizard now promotes Express.
138 -Fix danish and swedish language for badge preview in badge settings
139 -Version 6.1.3
140 -Fix language issue with danish buttons and badges
141 -Version 6.1.2
142 -Fix buttons not working in cart and checkout
143 -Version 6.1.1
144 -Fix warning
145 -Version 6.1.0
146 -Removed support for beta block-based product editor
147 -Changed express checkout buttons to use web components
148 -Changed callback/webhook handler to use Async Queue to avoid race conditions
149 131
150 132 == Frequently Asked Questions ==
151 133
152 134 = In which countries can I use Vipps/MobilePay? =
@@ -317,8 +299,21 @@
317 299 * 'vippsInit' - runs when a page with a Vipps MobilePay button is initialzed
318 300 * 'vippsStatusCheckErrorHandler' - A filter that should return function taking a statustext and an error object. It receives the default error handler, and is called when checking the order status with ajax for some reason ends up in an error.
319 301
320 302 == Changelog ==
303 += 2026-09-22 version 6.2.4 =
304 +Fix for cart clearance issue in WooCommerce 11.1 with express checkout
305 +
306 += 2026-09-21 version 6.2.3 =
307 +Fix for compatibility mode
308 +
309 += 2026-09-21 version 6.2.2 =
310 +Fix for the wait-for-payment page for certain themes
311 +
312 += 2026-09-18 version 6.2.1 =
313 +Security fix for possible shop-manager level exploit
314 +Ensure certain events only happens once
315 +
321 316 = 2026-09-15 version 6.2.0 =
322 317 Replaced the fake-page mechanism with a modern WooCommerce-managed page for these actions
323 318
324 319 = 2026-09-11 Version 6.1.10 =