From 35d8371ae0c22a5283d453f518b9968280ce66d9 Mon Sep 17 00:00:00 2001 From: Marcus Dahl Date: Tue, 8 Mar 2022 15:50:02 +0100 Subject: [PATCH] chore: update README.txt and bump version number --- README.txt | 4 ++++ woo-vipps-recurring.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 940dc71..87fc07d 100755 --- a/README.txt +++ b/README.txt @@ -160,6 +160,10 @@ Alternatively you could look into using WooCommerce "Early renewals": [https://d == Changelog == += 1.13.2 = +* Fixed: Subscriptions now get cancelled if a charge fails and the status of the subscription is `pending-cancel`. +* Fixed: If you provide no custom description for a product when the description source is set to `custom` we now default back to the product name. This prevents an error during checkout when no description is provided. + = 1.13.1 = * Fixed: Pass arguments to `wc_vipps_recurring_transaction_id_for_order` in the correct order. diff --git a/woo-vipps-recurring.php b/woo-vipps-recurring.php index c883f21..fa6f2b3 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.13.1 + * Version: 1.13.2 * Requires at least: 4.4 * Tested up to: 5.9 * WC tested up to: 6.1 @@ -17,7 +17,7 @@ // phpcs:disable WordPress.Files.FileName -define( 'WC_VIPPS_RECURRING_VERSION', '1.13.1' ); +define( 'WC_VIPPS_RECURRING_VERSION', '1.13.2' ); add_action( 'plugins_loaded', 'woocommerce_gateway_vipps_recurring_init' );