Skip to content

Commit

Permalink
3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Dec 18, 2024
1 parent 2a8b7ea commit d49ca1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions woo-vipps.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d49ca1c

Please sign in to comment.