Skip to content

Releases: krokedil/klarna-checkout-for-woocommerce

2.6.3

17 Nov 08:56
665b998
Compare
Choose a tag to compare
  • Fix - Fixed an issue where we would sometimes print the same error notices twice.
  • Fix - Fixed a bug that could cause incorrect order totals when using a fee with admin created orders / pay for order links.
  • Fix - Fixed an issue where we did not update the renewal order with a new recurring token after the customer changes payment method for their subscription.

2.6.2

26 Oct 11:51
275f11a
Compare
Choose a tag to compare
  • Fix - Fixed an issue where we sent the incorrect giftcard amount to Klarna when using WC Giftcards.
  • Tweak - Updated URLs to our documentation.
  • Tweak - Update description of the setting that adds post purchase information to emails.

2.6.1

29 Sep 06:22
683927d
Compare
Choose a tag to compare
  • Fix - Fixed so that billing and shipping addresses gets updated to the WooCommerce order after the customer changes the payment method for a subscription.
  • Fix - Fixed an issues where the customer object would sometimes be missing from the Klarna order causing a PHP notice.
  • Tweak - Updates the URLs to Klarnas docs for the post purchase email information.
  • Tweak - Bumped minimum supported versions for WooCommerce to version 4.0.0.

2.6.0

25 Aug 12:13
807eadb
Compare
Choose a tag to compare
  • Feature - We now support Pay for order. You can now create an order in advance on the admin page and send a pay link to a customer, where they can finish the payment using Klarna Checkout.
  • Feature - We will now save the last 15 requests to Klarna that had an API error and display them on the WooCommerce status page. This should help with getting error messages when you need to debug issues without going through the logs. These will also be in the status report that you can send to us for support tickets.
  • Fix - Fixed some error notices related to PHP 8.0.

2.5.9

03 Aug 06:10
1b05afc
Compare
Choose a tag to compare
  • Enhancement - Added a filter to the fields we ignore when moving extra checkout fields on the checkout page. This filter is "kco_ignored_checkout_fields" and expects an array of strings that are the HTML element IDs of the fields you wish to not have moved.
  • Fix - Fixed a bug causing you to have to click some setting groups twice to have them properly expand.
  • Fix - Fixed an issue that could happen if a customer no longer had shipping options available to them, the old methods would still show. (Thank you Himanshu Seth!).
  • Fix - Removed the Klarna banner from the sidebar on the settings page.
  • Fix - Fixed an issue that could happen if a coupon a customer was using is no longer valid for the customer. The checkout would not be updated properly.

2.5.8

12 Jul 09:21
76db730
Compare
Choose a tag to compare
  • Fix - Trigger .change after adding country via shipping_address_change. So country change in checkout is update correctly in Woo.

2.5.7

16 Jun 13:46
Compare
Choose a tag to compare
  • Fix - Fixed an issue with PHP 8.0 that could cause a fatal error.
  • Fix - Fixed a typo in one of the log entries from the frontend JavaScript.

2.5.6

03 Jun 11:52
3fd9e27
Compare
Choose a tag to compare
  • Fix - Update the minified JavaScript file from the 2.5.5 update that was missed.

2.5.5

02 Jun 11:03
9b3a70f
Compare
Choose a tag to compare
  • Fix - Fixed an issue that could happen if you had shipping set to be calculated on billing address in WooCommerce, but allowed for separate shipping in Klarna.
  • Fix - Errors that happen on AJAX calls are now properly logged instead of [Object, Object] in the status log when placing an order.

2.5.4

27 Apr 12:23
ebcb5b6
Compare
Choose a tag to compare
  • Fix - Move our hidden shipping field to the billing address fields to prevent issues if you remove the order comments from the checkout using the filter woocommerce_enable_order_notes_field.
  • Fix - Prevent unlocking the iframe during the order submission process.