From f9beb88d011dae1f69599f7ffdaa2163d64f30cf Mon Sep 17 00:00:00 2001 From: MichaelBengtsson Date: Mon, 15 Jan 2024 13:48:39 +0100 Subject: [PATCH] Version 3.3.0 --- klarna-payments-for-woocommerce.php | 4 ++-- readme.txt | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/klarna-payments-for-woocommerce.php b/klarna-payments-for-woocommerce.php index 28fb0a8..5ace64c 100644 --- a/klarna-payments-for-woocommerce.php +++ b/klarna-payments-for-woocommerce.php @@ -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 * @@ -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__ ); diff --git a/readme.txt b/readme.txt index f8f10cf..d6e0ec1 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.