diff --git a/README.txt b/README.txt index 797ede3..24affc7 100755 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/woo-vipps-recurring.php b/woo-vipps-recurring.php index ea76110..bb00f6a 100755 --- a/woo-vipps-recurring.php +++ b/woo-vipps-recurring.php @@ -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 @@ -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' );