Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iverok committed Dec 2, 2024
1 parent 3be1a05 commit f0a01d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 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.6
Stable tag: 3.0.6
Version: 3.0.7
Stable tag: 3.0.7
Requires at least: 6.2
Tested up to: 6.7.0
Tested up to: 6.7.1
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 9.4.0
WC tested up to: 9.4.2
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Official Vipps MobilePay payment plugin for WooCommerce.
Expand Down Expand Up @@ -242,9 +242,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-1x-xx version 3.0.7 =
= 2024-12-02 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
Also, if an order that has not been captured yet needs repayment (in the Processing state) we now allow this. The money can only be refunded after capture, but in this case we will release the "refunded" money as soon as the order has been set to "complete".
The On-Site messaging badge block will now use the 3.0 Block API

Change epayment_cancel_payment logic to match documentation
Update the Badge block to the latest specifications and enable it for MobilePay
Expand Down
10 changes: 5 additions & 5 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.6
Stable tag: 3.0.6
Version: 3.0.7
Stable tag: 3.0.7
Requires at least: 6.2
Tested up to: 6.7.0
Tested up to: 6.7.1
Requires PHP: 7.0
Requires Plugins: woocommerce
WC requires at least: 3.3.4
WC tested up to: 9.4.0
WC tested up to: 9.4.2
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.6');
define('WOO_VIPPS_VERSION', '3.0.7');

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

0 comments on commit f0a01d1

Please sign in to comment.