Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzz committed Apr 3, 2024
1 parent d3f2710 commit 7df9930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Alternatively you could look into using WooCommerce "Early renewals": [https://d

== Changelog ==

= Not released yet =
= 1.20.2 =
* Added: A warning for when you select Vipps as your brand when your currency is not set to NOK.
* Fixed: Frontend admin localization.
* Fixed: A fatal error that could occur when calling `get_agreement_id_from_order` when handling renewals. Reported and diagnosed by magnuskl on GitHub.
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 MobilePay for WooCommerce Subscriptions
* Author: Everyday AS
* Author URI: https://everyday.no
* Version: 1.20.1
* Version: 1.20.2
* Requires at least: 6.1
* Tested up to: 6.5
* WC tested up to: 8.6
Expand All @@ -17,7 +17,7 @@

// phpcs:disable WordPress.Files.FileName

define( 'WC_VIPPS_RECURRING_VERSION', '1.20.1' );
define( 'WC_VIPPS_RECURRING_VERSION', '1.20.2' );

add_action( 'plugins_loaded', 'woocommerce_gateway_vipps_recurring_init' );

Expand Down

0 comments on commit 7df9930

Please sign in to comment.