From b2097ca493b9ffb7dfcd3964e76f76ab663cfaa8 Mon Sep 17 00:00:00 2001 From: Iver Odin Kvello Date: Mon, 7 Oct 2024 09:16:45 +0200 Subject: [PATCH] Update changelog and readme --- readme.txt | 10 +++++++--- woo-vipps.php | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index 1b03ed9e..96a1fcd5 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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. @@ -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. diff --git a/woo-vipps.php b/woo-vipps.php index 635859ad..edd37ecf 100644 --- a/woo-vipps.php +++ b/woo-vipps.php @@ -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/ @@ -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