Skip to content

Commit

Permalink
fix: added the new version of an admin JS file that controls the logi…
Browse files Browse the repository at this point in the history
…c for capturing a payment.
  • Loading branch information
Marcuzz committed Dec 1, 2023
1 parent 3c3cb95 commit fa9e351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ With Vipps Recurring Payments for WooCommerce you can:
See [How it works](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/how-it-works/recurring-api-howitworks/) for an overview.


![Recurring Process](./docs/images/recurring-process.svg)
![Recurring Process](./docs/images/recurring-process.svg)


== Requirements ==
Expand Down Expand Up @@ -162,6 +162,9 @@ Alternatively you could look into using WooCommerce "Early renewals": [https://d

== Changelog ==

= 1.17.1 =
* Fixed: Added the new version of an admin JS file that controls the logic for capturing a payment. This fixes payment captures.

= 1.17.0 =
* Added: Support for WooCommerce High Performance Order Storage (HPOS)
* Fixed: Period campaigns now show correctly in the app when there's both a free trial and a sign-up fee.
Expand Down
4 changes: 2 additions & 2 deletions woo-vipps-recurring.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Offer recurring payments with Vipps for WooCommerce Subscriptions
* Author: Everyday AS
* Author URI: https://everyday.no
* Version: 1.17.0
* Version: 1.17.1
* Requires at least: 4.4
* Tested up to: 6.3
* WC tested up to: 8.2
Expand All @@ -17,7 +17,7 @@

// phpcs:disable WordPress.Files.FileName

define( 'WC_VIPPS_RECURRING_VERSION', '1.17.0' );
define( 'WC_VIPPS_RECURRING_VERSION', '1.17.1' );


// declare compatibility with WooCommerce HPOS
Expand Down

0 comments on commit fa9e351

Please sign in to comment.