Skip to content

Commit

Permalink
Version update (1.7.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHogefjord committed Nov 12, 2018
1 parent dcf2b1f commit 62dcd62
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions klarna-checkout-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Description: Klarna Checkout payment gateway for WooCommerce.
* Author: Krokedil
* Author URI: https://krokedil.com/
* Version: 1.7.3
* Version: 1.7.4
* Text Domain: klarna-checkout-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 3.0
* WC tested up to: 3.4.7
* WC tested up to: 3.5.1
*
* Copyright (c) 2017-2018 Krokedil
*
Expand All @@ -35,7 +35,7 @@
/**
* Required minimums and constants
*/
define( 'KCO_WC_VERSION', '1.7.3' );
define( 'KCO_WC_VERSION', '1.7.4' );
define( 'KCO_WC_MIN_PHP_VER', '5.3.0' );
define( 'KCO_WC_MIN_WC_VER', '3.0.0' );
define( 'KCO_WC_MAIN_FILE', __FILE__ );
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 4.0
Tested up to: 4.9.8
Requires PHP: 5.6
WC requires at least: 3.0.0
WC tested up to: 3.4.7
WC tested up to: 3.5.1
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -63,6 +63,19 @@ For help setting up and configuring Klarna Payments for WooCommerce please refer

== Changelog ==

= 2018.11.12 - version 1.7.4 =
* Tweak - Improved handling of order in WooCommerce. Payment now finalized during process_payment. Plugin now allows custom thankyou page.
* Tweak - Add prefix kco_wc_order_id_ to transient name used during purchase.
* Tweak - Order creation caused by checkout_error now sets order status to On hold.
* Fix - Add support for cart_hash control to avoid mismatch in order totals between Klarna & Woo.
* Fix - Changed Klarna country stored in Woo order to prevent issue with Klarna Global.
* Fix - Deletes kco_wc_order_id_ transient on order received page.
* Fix - Added checks to prevent duplicate orders.
* Fix - Added check to ensure hash sign is added to hexcode sent to Klarna (for color display of KCO).
* Fix - Save Klarna order id in Woo order on woocommerce_checkout_order_processed (previously only saved on thankyou page).
* Fix - Improved error handling/display when request to Klarna returns in wp_error.
* Fix - PHP notice fixes.

= 2018.10.19 - version 1.7.3 =
* Fix - Fixed issue with no_shipping error on free trial subscriptions.
* Fix - json_decode fix to avoid crash when using more than 1 coupon code (props @johanholm).
Expand Down

0 comments on commit 62dcd62

Please sign in to comment.