Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Oct 7, 2024
1 parent 98089f9 commit b2097ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Contributors: wphostingdev, iverok, perwilhelmsen, nikolaidev, lassepladsen
Tags: woocommerce, vipps, mobilepay
Tags: woocommerce, vipps
Version: 3.0.0
Stable tag: 3.0.0
Version: 3.0.1
Stable tag: 3.0.1
Requires at least: 6.2
Tested up to: 6.6.2
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 9.3.1
WC tested up to: 9.4.0
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Official Vipps MobilePay payment plugin for WooCommerce.
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.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.

We also support the new block-based product editor from this version on.
Expand Down Expand Up @@ -240,6 +241,9 @@ From version 1.1.13 you can also modify the javascript using the new WP hooks li

== Changelog ==

= 2024-10-07 version 3.0.1 =
The Gutenberg Checkout block has changed it's treatment of the return value of Process Payment, which is now required to be an array (earlier documentation specified a NULL) even in case of errors. This caused problems with Vipps/Mobilpay to get turned into fatal errors; fixed in this version.

= 2024-09-16 version 3.0.0 =
In this version, 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 configuraton experience as the features improve and the settings grow more complicated.
We also support the new block-based product editor from this version on.
Expand Down
8 changes: 4 additions & 4 deletions woo-vipps.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
Author URI: https://www.wp-hosting.no/
Text-domain: woo-vipps
Domain Path: /languages
Version: 3.0.0
Stable tag: 3.0.0
Version: 3.0.1
Stable tag: 3.0.1
Requires at least: 6.2
Tested up to: 6.6.2
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 9.3.1
WC tested up to: 9.4.0
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Expand Down Expand Up @@ -49,7 +49,7 @@


// Report version externally
define('WOO_VIPPS_VERSION', '3.0.0');
define('WOO_VIPPS_VERSION', '3.0.1');

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

0 comments on commit b2097ca

Please sign in to comment.