Skip to content

Commit

Permalink
chore: update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzz committed Jan 17, 2024
1 parent b7c0922 commit 47d8185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ Alternatively you could look into using WooCommerce "Early renewals": [https://d

== Changelog ==

= 1.18.0 =
* Added: Support for WooCommerce checkout blocks. This allows Vipps Recurring Payments to be used with the new standard checkout.

= 1.17.3 =
* Fixed: No longer use the `wp_safe_remote_post` function and instead use `wp_remote_post` because it causes problems on some hosts, and our calls are to endpoints returned by Vipps either way.

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.3
* Version: 1.18.0
* Requires at least: 4.4
* Tested up to: 6.4
* WC tested up to: 8.2
Expand All @@ -17,7 +17,7 @@

// phpcs:disable WordPress.Files.FileName

define( 'WC_VIPPS_RECURRING_VERSION', '1.17.3' );
define( 'WC_VIPPS_RECURRING_VERSION', '1.18.0' );

add_action( 'plugins_loaded', 'woocommerce_gateway_vipps_recurring_init' );

Expand Down

0 comments on commit 47d8185

Please sign in to comment.