Skip to content

Commit

Permalink
Version 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mntzrr committed Nov 12, 2024
1 parent 51c3cba commit 24c3a99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions klarna-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Provides Klarna Payments as payment method to WooCommerce.
* Author: klarna
* Author URI: https://www.klarna.com/
* Version: 3.8.2
* Version: 3.8.3
* Text Domain: klarna-payments-for-woocommerce
* Domain Path: /languages
*
Expand Down Expand Up @@ -43,7 +43,7 @@
/**
* Required minimums and constants
*/
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.8.2' );
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.8.3' );
define( 'WC_KLARNA_PAYMENTS_MIN_PHP_VER', '7.4.0' );
define( 'WC_KLARNA_PAYMENTS_MIN_WC_VER', '5.6.0' );
define( 'WC_KLARNA_PAYMENTS_MAIN_FILE', __FILE__ );
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.7
Requires PHP: 7.4
WC requires at least: 5.6.0
WC tested up to: 9.4.0
Stable tag: 3.8.1
Stable tag: 3.8.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -71,6 +71,18 @@ For help setting up and configuring Klarna Payments for WooCommerce please refer
2. Express checkout

== Changelog ==
= 2024.11.12 - version 3.8.3 =
* Fix - Fixed an issue where the customer could place an order on the pay for order page without consenting to the terms and conditions.
* Tweak - The checkout will be blocked while the checkout is being processed.
* Tweak - If the locale is modified, the existing session will be dropped, and a new one will be created. This should ensure that Klarna has the correct locale, and improve compatibility with i18n plugins.
* Feature - [KOSM] Added the 'kosm_show_everywhere' filter hook to allow the placement to be shown on all pages.
* Tweak - [KOSM] Updated the product description.
* Tweak - [KEC] The KEC button will remain hidden on a variable product page until a variant is selected.
* Tweak - [KEC] Updated the product description.
* Tweak - [SIWK] Updated the product description.
* Fix - [Settings] Fixed an issue where the preview would still show the old preview after updating the settings until the user refreshes the page.
* Fix - Bump release version.

= 2024.11.12 - version 3.8.2 =
* Fix - Fixed an issue where the customer could place an order on the pay for order page without consenting to the terms and conditions.
* Tweak - The checkout will be blocked while the checkout is being processed.
Expand Down

0 comments on commit 24c3a99

Please sign in to comment.