Skip to content

Commit

Permalink
Next release
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Oct 25, 2024
1 parent b36ed26 commit 103e860
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: wphostingdev, iverok, perwilhelmsen, nikolaidev, lassepladsen
Tags: woocommerce, vipps, mobilepay
Tags: woocommerce, vipps
Version: 3.0.2
Stable tag: 3.0.2
Version: 3.0.3
Stable tag: 3.0.3
Requires at least: 6.2
Tested up to: 6.6.2
Tested up to: 6.7.0
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
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.3 Fixes issue where zero-value fees would make purchases impossible
Version 3.0.2 Fixes support of Klarna Payments as an external payment method
Version 3.0.1 fixes an issue in the Gutenberg Checkout block where issues with Vipps/Mobilepay were turned into fatal errors.
In version 3.0.0 we are introducing an all-new settings screen reached from the Vipps Mobilpay menu. The old settings page will redirect to this. It should look and feel familiar, but we're going to use this page to hopefully improve the co nfiguraton experience as the features improve and the settings grow more complicated.
Expand Down Expand Up @@ -242,7 +243,12 @@ From version 1.1.13 you can also modify the javascript using the new WP hooks li

== Changelog ==

= 2024-11-14 version 3.0.2 =
= 2024-10-2x version 3.0.3 =
Fix issue with orders with zero-value fees
Fix issue with not being able to turn off Klarna in Checkout
Change settings-setup to require country to be selected first

= 2024-10-14 version 3.0.2 =
Fix support of Klarna Payments as an external payment method

= 2024-10-07 version 3.0.1 =
Expand Down
8 changes: 4 additions & 4 deletions woo-vipps.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
Author URI: https://www.wp-hosting.no/
Text-domain: woo-vipps
Domain Path: /languages
Version: 3.0.2
Stable tag: 3.0.2
Version: 3.0.3
Stable tag: 3.0.3
Requires at least: 6.2
Tested up to: 6.6.2
Tested up to: 6.7.0
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
Expand Down Expand Up @@ -49,7 +49,7 @@


// Report version externally
define('WOO_VIPPS_VERSION', '3.0.2');
define('WOO_VIPPS_VERSION', '3.0.3');

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
Expand Down

0 comments on commit 103e860

Please sign in to comment.