Releases: krokedil/klarna-payments-for-woocommerce
Releases · krokedil/klarna-payments-for-woocommerce
1.8.4
- Fix - Send address data to Klarna from checkout form on load call for US stores. Plugin rewrite caused payment method iframe not to be displayed for US stores.
1.8.3
- Enhancement - We now use order data for authorization calls. This prevents issues with difference in formating of adress details between create order and authorization.
- Enhancement - Changed the text added to the order note to "Payment rejected by Klarna" on a failed authorization calls.
- Fix - Fixed issue with Sofort, removed a flag that was not needed to be sent with the authorization call.
- Fix - Fixed an issue where billing_company field could softblock the checkout.
- Fix - Get currency from the order instead of the WooCommerce default.
1.8.2
- Fix - Added handling for failed authorization calls.
1.8.1
- Enhancement - Improved JavaScript selectors for some elements. Should increase compatibility with custom themes.
- Enhancement - Added a failsafe for orders not properly being placed with Klarna.
- Fix - Fixed issue when it comes to separate sales tax for American merchants.
1.8.0
- Feature - Full rewrite of the order flow. Should now be more compatible with other plugin and themes.
- Feature - Improved debug logging.
- Feature - Added support for a lot more locales.
- Tweak - Updated title description for Klarna Payments settings.
- Misc - Cleaned up JS code. Removed unused functionality.
1.7.0
- Feature - Added new Klarna Add-ons page.
- Feature - Added Klarna On-site Messaging & Klarna order management as available add-ons.
1.6.5
- Tweak - Improved logging for debugging purpose.
- Tweak - Added support for Swedish locale for Finish stores.
- Tweak - No longer tries to send company name on a B2C purchase.
1.6.4
- Tweak - Removed validation of required fields in the Payment method area. Caused an issue with Authorize.net payment gateway.
- Tweak - Removed the disable on the Place order button since it is no longer needed to catch invalid fields.
- Tweak - Changed JS library endpoint.
- Tweak - Added extended description to the payment method title to clarify what it does.
1.6.3
- Feature - Added setting to hide "What is Klarna?" link.
- Tweak - Added filter wc_kp_remove_postcode_spaces to enable removing whitespace from postcode posted to Klarna.
- Tweak - Removed update order on visibility change.
- Tweak - Default customer type to b2c if setting is not saved in db.
- Tweak - Plugin WordPress 5.0 compatible.
- Fix - Added support for additional required fields (other than Woo standard) on checkout. Prevents Klarna iframe from showing before all fields are entered.
- Fix - Narrowed search for checkout field changes. Prevents some themes from entering infinite loop that loads the Klarna iframe.
- Fix - Made payment method title editable again.
- Fix - Add round to fees sent to Klarna.
1.6.2
- Enhancement - Changed so all payment methods have the same ID in frontend as in the factory gateway. Adds support for payment gateway based fees and similar plugins.
- Fix - Fixed no tax being applied to negative fee.