Skip to content

Commit

Permalink
chore: update README.txt and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcuzz committed Mar 8, 2022
1 parent 8fb21a4 commit 35d8371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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 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
Expand All @@ -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' );

Expand Down

0 comments on commit 35d8371

Please sign in to comment.