Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBengtsson committed Jan 15, 2024
1 parent 7ebf270 commit f9beb88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions klarna-payments-for-woocommerce.php
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.2.4
* Version: 3.3.0
* Text Domain: klarna-payments-for-woocommerce
* Domain Path: /languages
*
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Required minimums and constants
*/
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.2.4' );
define( 'WC_KLARNA_PAYMENTS_VERSION', '3.3.0' );
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
12 changes: 9 additions & 3 deletions readme.txt
Expand Up @@ -3,11 +3,11 @@ Contributors: klarna, krokedil, automattic
Tags: woocommerce, klarna, ecommerce, e-commerce
Donate link: https://klarna.com
Requires at least: 5.0
Tested up to: 6.4.1
Tested up to: 6.4.2
Requires PHP: 7.4
WC requires at least: 5.6.0
WC tested up to: 8.3.1
Stable tag: 3.2.4
WC tested up to: 8.5.0
Stable tag: 3.3.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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


== Changelog ==
= 2024.01.15 - version 3.3.0 =
* Feature - Added support for Klarna Express Checkout.
* Feature - Added support for Post Purchase Upsell.
* Fix - Fixed an issue with a undefined index when reading the enabled setting before it has been saved.
* Tweak - Changed author and author uri for the plugin.

= 2023.12.06 - version 3.2.4 =
* Fix – Added a check to ensure that a Klarna order is always, at most, processed once. This should prevent accidental order re-processing.
* Fix - Fixed PHP 8 deprecation warnings.
Expand Down

0 comments on commit f9beb88

Please sign in to comment.