From 47d8185520a0d7f279f059c03b48cacdaa814653 Mon Sep 17 00:00:00 2001 From: Marcus Dahl Date: Wed, 17 Jan 2024 16:30:31 +0100 Subject: [PATCH] chore: update changelog and version number --- README.txt | 3 +++ woo-vipps-recurring.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f89cfe0..238b218 100755 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/woo-vipps-recurring.php b/woo-vipps-recurring.php index 84f67fb..ab8b5ba 100755 --- a/woo-vipps-recurring.php +++ b/woo-vipps-recurring.php @@ -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 @@ -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' );