PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.5
Pay with Vipps and MobilePay for WooCommerce v6.2.5
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 +92 -29 6.0.0 → 6.2.5 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.0.0
7 -Stable tag: 6.0.0
6 +Version: 6.2.5
7 +Stable tag: 6.2.5
8 8 Requires at least: 6.3
9 -Tested up to: 7.0.0
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: 10.8.0
13 +WC tested up to: 11.1.2
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,32 +116,22 @@
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.0.0
121 -Support payment with credit or debit card as a separate payment method
122 -Version 5.4.3
123 -Fix issue with payment of admin-created orders
124 -Version 5.4.2
125 -Ensure redirect from old settings screen to new works
126 -Version 5.4.1
127 -Fix new orders showing as captured when they were not
128 -Version 5.4.0
129 -Improved handling of refunds. Manual refunds are now only possible when payment has been captured.
130 -Improved handling of failed but retryable orders
131 -Version 5.3.4
132 -Notice added about the sale of Checkout to Kustom
133 -Version 5.3.3
134 -Fix a crash for woo versions below 9.2.0
135 -Version 5.3.2
136 -Improve express checkout banner on legacy checkokut screens
137 -Add new setting for retryable orders so these can be set to "cancel" or "failed" as required
138 -Version 5.3.1
139 -Fix CSS issue with on-site messaging badges on small screens
140 -Ensure Express orders are always "cancelled", never "failed".
141 -Version 5.3.0
142 -Aborted Vipps MobilePay orders are now "failed" instead of "cancelled" and can be retried as a new Vipps MobilePay session
143 -Error that occasionally sent the user to the homepage instead of Checkout fixed
120 +Version 6.2.5
121 +Fix style of express checkout buttons in Gutenberg Checkout and cart
122 +Security fix for info leakage in "choose other payment method" in Vipps Checkout
123 +Version 6.2.4
124 +Fix cart clearance for Woo 11.1
125 +Version 6.2.3
126 +Fix for compatibility mode
127 +Version 6.2.2
128 +Fix for the wait-for-payment page for certain themes
129 +Version 6.2.1
130 +Security fix for possible shop-manager level exploit
131 +Ensure certain events only happens once
132 +Version 6.2.0
133 +Replaced the fake-page mechanism with a modern WooCommerce-managed page for these actions
144 134
145 135 == Frequently Asked Questions ==
146 136
147 137 = In which countries can I use Vipps/MobilePay? =
@@ -312,8 +302,81 @@
312 302 * 'vippsInit' - runs when a page with a Vipps MobilePay button is initialzed
313 303 * '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.
314 304
315 305 == Changelog ==
306 += 2026-09-24 version 6.2.5 =
307 +Fix style of express checkout buttons in Gutenberg Checkout and cart
308 +Security fix for info leakage in "choose other payment method" in Vipps Checkout
309 +
310 += 2026-09-22 version 6.2.4 =
311 +Fix for cart clearance issue in WooCommerce 11.1 with express checkout
312 +
313 += 2026-09-21 version 6.2.3 =
314 +Fix for compatibility mode
315 +
316 += 2026-09-21 version 6.2.2 =
317 +Fix for the wait-for-payment page for certain themes
318 +
319 += 2026-09-18 version 6.2.1 =
320 +Security fix for possible shop-manager level exploit
321 +Ensure certain events only happens once
322 +
323 += 2026-09-15 version 6.2.0 =
324 +Replaced the fake-page mechanism with a modern WooCommerce-managed page for these actions
325 +
326 += 2026-09-11 Version 6.1.10 =
327 +Don't set Vipps as default payment method if Kustom Checkout is installed
328 +
329 += 2026-09-10 version 6.1.9 =
330 +Minor textual changes
331 +
332 += 2026-09-03 version 6.1.8 =
333 +Minor textual changes
334 +
335 += 2026-09-01 version 6.1.7 =
336 +Compatibility fix for Login with Vipps
337 +
338 += 2026-08-31 version 6.1.6 =
339 +Fix performance issue with order notes with certain configurations of NGINX Helper
340 +Remove all usage of eCom v2 and userInfo api
341 +Fix issue where Checkout orders were cancelled early
342 +
343 += 2026-08-20 version 6.1.5 =
344 +Fix crash in certain situations when checking order status
345 +
346 += 2026-08-18 version 6.1.4 =
347 +Settings wizard now promotes Express.
348 +Fix danish and swedish language for badge preview in badge settings
349 +
350 += 2026-08-11 version 6.1.3 =
351 +Fix language issue with danish buttons and badges
352 +
353 += 2026-08-07 version 6.1.2 =
354 +Fix buttons not working in cart and checkout
355 +
356 += 2026-08-06 version 6.1.1 =
357 +Fix warning in settings for uninitialized sites (Thanks to @absdhiten for reporting)
358 +
359 += 2026-08-04 version 6.1.0
360 +Removed experimental support for beta product editor
361 +Changed express checkout buttons to use web components
362 +Changed callback/webhook handler to use Async Queue to avoid race conditions
363 +
364 += 2026-06-24 version 6.0.5 =
365 +Fix compatibility when inheriting PayPal gateway order
366 +
367 += 2026-06-17 version 6.0.4 =
368 +Web component are now hosted locally
369 +
370 += 2026-06-15 version 6.0.3 =
371 +Minor fixes in handling refunds
372 +
373 += 2026-06-08 version 6.0.2 =
374 +Make stricter CSS for Express in shortcode checkout
375 +
376 += 2026-06-03 Version 6.0.1 =
377 +Fix small problems with tabs in the settings
378 +
316 379 = 2026-06-01 Version 6.0.0 =
317 380 Support payment with credit or debit card as a separate payment method
318 381
319 382 = 2026-05-28 version 5.4.3 =
@@ -336,9 +399,9 @@
336 399 Fix express heckout for woo versions less than 9.2.0
337 400 Vipps Checkout now in legacy mode and available only for existing installs
338 401
339 402 = 2026-03-26 Version 5.3.2 =
340 -Improve express checkout banner on legacy checkokut screens
403 +Improve express checkout banner on legacy checkout screens
341 404 Add new setting for retryable orders
342 405
343 406 = 2026-03-23 Version 5.3.1 =
344 407 Fix CSS issue with on-site messaging badges on small screens