Releases: vippsas/vipps-recurring-woocommerce
Releases · vippsas/vipps-recurring-woocommerce
1.13.4
1.13.3
- 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
- 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
1.13.0
- 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
1.12.3
- 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
1.12.1
- 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
- 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.