Skip to content

Releases: vippsas/vipps-recurring-woocommerce

1.13.4

18 Mar 10:28
Compare
Choose a tag to compare
  • Fixed: We now prevent orders from being transitioned to processing when the status is already completed.

1.13.3

16 Mar 15:04
Compare
Choose a tag to compare
  • Fixed: Early renewals now work properly. If you renew early, and you're already using Vipps it will now skip the app entirely and create a new charge.
    If you renew early, and you're not already using Vipps you will be sent to the app and a gateway switch will be performed after successful checkout.
  • Fixed: A small error notice when swapping gateways in the admin area no longer appears.

1.13.2

08 Mar 14:53
Compare
Choose a tag to compare
  • 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

18 Feb 12:41
Compare
Choose a tag to compare
  • Fixed: Pass arguments to wc_vipps_recurring_transaction_id_for_order in the correct order.

1.13.0

16 Feb 17:09
Compare
Choose a tag to compare
  • Added: wc_vipps_recurring_merchant_agreement_url filter.
  • Added: wc_vipps_recurring_merchant_redirect_url filter.
  • Fixed: No longer use deprecated function WC_Subscriptions_Order::order_contains_subscription
  • Fixed: Make sure we don't register the Vipps Recurring gateway twice.
  • Fixed: KCO compatibility headers already output notice no longer shows on every page when debug mode is enabled.
  • Fixed: Set payment method to Vipps Recurring on the subscription after paying with the Vipps Recurring EPM in KCO. This is likely caused by a WooCommerce bug.
  • Refactor: capture_payment should no longer create a charge if a RESERVED charge does not exist.
  • Fixed: Now sets the correct order status for RESERVED payments when paying with Vipps through KCO.

1.12.4

04 Feb 15:08
Compare
Choose a tag to compare
  • Fixed: Product names no longer use the default context, meaning it will no longer get overridden by themes or plugins and show HTML in the Vipps app or app-switch screen.

1.12.3

22 Dec 17:20
Compare
Choose a tag to compare
  • Fixed: Initial charge description no longer contains " + " when no extra products are purchased.
  • Fixed: Filling in 0 in the trial field tricking us into adding a campaign to the product, also resulting in an empty initialCharge.description and being unable to check out.

1.12.2

22 Dec 14:04
Compare
Choose a tag to compare
  • Fixed: Fixed an issue where initialCharge.description was empty. It cannot be empty under any circumstances.

1.12.1

21 Dec 15:58
Compare
Choose a tag to compare
  • Fixed: A bug in Klarna Checkout where it would attempt to use Vipps Recurring Payments instead of Vipps Checkout when you're only purchasing one time payment products.
  • Fixed: Descriptions of products you are not paying for right away is no longer included in initialCharge's description.
  • Fixed: Campaigns are now used correctly when a single product is purchased along with a synced subscription product.
  • Fixed: Campaigns are now used correctly when a single product is purchased along with a subscription product with a free trial.

1.12.0

26 Nov 10:26
bc94bb1
Compare
Choose a tag to compare
  • Added: Support for Klarna Checkout.
  • Fixed: No longer attempt to load Vipps Recurring Payments if WooCommerce is disabled/not installed.
  • Fixed: If you have a variable subscription product the Vipps settings from the "parent" will now be respected.
  • Fixed: This gateway no longer shows up for single purchase products, only if there is at least one subscription product in the cart.