Skip to content

Commit

Permalink
Merge pull request #372 from krokedil/develop
Browse files Browse the repository at this point in the history
Version 3.3.1
  • Loading branch information
MichaelBengtsson committed Jan 16, 2024
2 parents 325928f + 954638f commit 17bd1ac
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions klarna-payments-for-woocommerce.php
Expand Up @@ -5,14 +5,14 @@
* Description: Provides Klarna Payments as payment method to WooCommerce.
* Author: klarna
* Author URI: https://www.klarna.com/
* Version: 3.3.0
* Version: 3.3.1
* Text Domain: klarna-payments-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 5.6.0
* WC tested up to: 8.3.1
*
* Copyright (c) 2017-2023 Krokedil
* Copyright (c) 2017-2024 Krokedil
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -39,7 +39,7 @@
/**
* Required minimums and constants
*/
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.3.0' );
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.3.1' );
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
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "klarna-payments-for-woocommerce",
"version": "3.2.2",
"version": "3.3.1",
"description": "Klarna Payments for WooCommerce",
"main": "gulpfile.js",
"repository": "https://github.com/krokedil/klarna-payments-for-woocommerce.git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.4.2
Requires PHP: 7.4
WC requires at least: 5.6.0
WC tested up to: 8.5.0
Stable tag: 3.3.0
Stable tag: 3.3.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -51,6 +51,9 @@ For help setting up and configuring Klarna Payments for WooCommerce please refer


== Changelog ==
= 2024.01.16 - version 3.3.1 =
* Fix - Remove the required flag from the KEC client identifier setting.

= 2024.01.15 - version 3.3.0 =
* Feature - Added support for Klarna Express Checkout.
* Feature - Added support for Post Purchase Upsell.
Expand Down

0 comments on commit 17bd1ac

Please sign in to comment.