Skip to content

Commit

Permalink
chore: update version number to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzz committed Mar 18, 2024
1 parent caf57ff commit f499395
Showing 1 changed file with 2 additions and 2 deletions.
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.19.0
* Version: 1.20.0
* 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.19.0' );
define( 'WC_VIPPS_RECURRING_VERSION', '1.20.0' );

add_action( 'plugins_loaded', 'woocommerce_gateway_vipps_recurring_init' );

Expand Down

0 comments on commit f499395

Please sign in to comment.