| @@ -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.4 | |
| 7 | -Stable tag: 6.2.4 | |
| 6 | +Version: 6.2.5 | |
| 7 | +Stable tag: 6.2.5 | |
| 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.1 | |
| 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,8 +116,11 @@ | ||
| 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.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 | |
| 120 | 123 | Version 6.2.4 |
| 121 | 124 | Fix cart clearance for Woo 11.1 |
| 122 | 125 | Version 6.2.3 |
| 123 | 126 | Fix for compatibility mode |
| @@ -299,8 +302,12 @@ | ||
| 299 | 302 | * 'vippsInit' - runs when a page with a Vipps MobilePay button is initialzed |
| 300 | 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. |
| 301 | 304 | |
| 302 | 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 | + | |
| 303 | 310 | = 2026-09-22 version 6.2.4 = |
| 304 | 311 | Fix for cart clearance issue in WooCommerce 11.1 with express checkout |
| 305 | 312 | |
| 306 | 313 | = 2026-09-21 version 6.2.3 = |