diff --git a/readme.txt b/readme.txt index a4415fd..a7d29e0 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: wphostingdev, iverok, perwilhelmsen, nikolaidev, lassepladsen Tags: woocommerce, vipps, mobilepay Tags: woocommerce, vipps -Version: 3.0.8 -Stable tag: 3.0.8 +Version: 3.0.9 +Stable tag: 3.0.9 Requires at least: 6.2 Tested up to: 6.7.1 Requires PHP: 7.0 @@ -94,6 +94,7 @@ Shareable links and QR codes can be generated from the Vipps tab on the product This project is hosted on Github at: https://github.com/vippsas/vipps-woocommerce == Upgrade Notice == +Version 3.0.9 fixes the wrapper of the button on the terms-and-condition page for Express Checkout Version 3.0.8 includes a new Buy-now block for Express Checkout that works with the new standard Product Collection block. Version 3.0.7 If an order has been edited so that its value is less than the reserved amount, cancel the rest of the reserved amount after capture Version 3.0.6 Fixes the problem caused by the 3.0.5 fix that disabled Vipps Checkout @@ -243,6 +244,10 @@ From version 1.1.13 you can also modify the javascript using the new WP hooks li * '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. == Changelog == += 2024-12-18 version 3.0.9 = +Fix wrapper of Express Checkout button on the terms-and-condition page +Preliminary Swedish translations + = 2024-12-09 version 3.0.8 = Support for the Product Collection block with the new Buy-now block for Vipps Express checkout. This new block being standard from Woo 9.5, support for the old "All products" block is removed. The other legacy collection blocks are still supported, since the framework for those is rather easier to maintain. If you are using the All Products block and want support for Express Checkout, we suggest moving on to the new Product Collection block. diff --git a/woo-vipps.php b/woo-vipps.php index 07fdd81..1fd4e23 100644 --- a/woo-vipps.php +++ b/woo-vipps.php @@ -7,8 +7,8 @@ Author URI: https://www.wp-hosting.no/ Text-domain: woo-vipps Domain Path: /languages - Version: 3.0.8 - Stable tag: 3.0.8 + Version: 3.0.9 + Stable tag: 3.0.9 Requires at least: 6.2 Tested up to: 6.7.1 Requires PHP: 7.0 @@ -49,7 +49,7 @@ // Report version externally -define('WOO_VIPPS_VERSION', '3.0.8'); +define('WOO_VIPPS_VERSION', '3.0.9'); if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly