Skip to content

Commit

Permalink
Version 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mntzrr committed Sep 23, 2024
1 parent 5e4687c commit 69fc783
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/node_modules
/yarn.lock
# wp-scopify dependencies
/dependencies
dependencies/*
!dependencies/.gitkeep
/vendor

SyncToy_f76a6219-f902-4b34-8524-b4fd7b7279a4.dat
Expand Down
Empty file added dependencies/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions klarna-checkout-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Klarna Checkout payment gateway for WooCommerce.
* Author: Klarna
* Author URI: https://klarna.com/
* Version: 2.13.2
* Version: 2.13.3
* Text Domain: klarna-checkout-for-woocommerce
* Domain Path: /languages
*
Expand Down Expand Up @@ -35,7 +35,7 @@
/**
* Required minimums and constants
*/
define( 'KCO_WC_VERSION', '2.13.2' );
define( 'KCO_WC_VERSION', '2.13.3' );
define( 'KCO_WC_MIN_PHP_VER', '5.6.0' );
define( 'KCO_WC_MIN_WC_VER', '3.9.0' );
define( 'KCO_WC_MAIN_FILE', __FILE__ );
Expand Down
20 changes: 10 additions & 10 deletions languages/klarna-checkout-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language-Team: Krokedil <info@krokedil.se>\n"
"Last-Translator: Krokedil <info@krokedil.se>\n"
"POT-Creation-Date: 2024-09-11 12:45+0000\n"
"POT-Creation-Date: 2024-09-23 09:42+0000\n"
"Report-Msgid-Bugs-To: http://krokedil.se\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
Expand All @@ -26,15 +26,15 @@ msgid "Support"
msgstr ""

#. translators: Klarna order ID.
#: ../classes/class-kco-api-callbacks.php:108, ../includes/kco-functions.php:621
#: ../classes/class-kco-api-callbacks.php:108, ../includes/kco-functions.php:622
msgid "Klarna order is under review, order ID: %s."
msgstr ""

#: ../classes/class-kco-api-callbacks.php:105
msgid "Klarna Checkout order was rejected."
msgstr ""

#: ../classes/class-kco-api-callbacks.php:101, ../includes/kco-functions.php:613
#: ../classes/class-kco-api-callbacks.php:101, ../includes/kco-functions.php:614
msgid "Payment via Klarna Checkout, order ID: %s"
msgstr ""

Expand Down Expand Up @@ -512,32 +512,32 @@ msgstr ""
msgid "Klarna Checkout is not available. Please choose a different payment option or contact the store for assistance."
msgstr ""

#: ../includes/kco-functions.php:162
#: ../includes/kco-functions.php:163
msgid "Select another payment method"
msgstr ""

#: ../includes/kco-functions.php:632
#: ../includes/kco-functions.php:633
msgid "Waiting for verification from Klarnas push notification"
msgstr ""

#: ../includes/kco-functions.php:627
#: ../includes/kco-functions.php:628
msgid "Klarna Checkout order was rejected"
msgstr ""

#: ../includes/kco-functions.php:671
#: ../includes/kco-functions.php:672
msgid "Klarna order total (%1$s) does not match WooCommerce order total (%2$s). Please verify the order with Klarna before processing."
msgstr ""

#: ../includes/kco-functions.php:701
#: ../includes/kco-functions.php:702
msgid "A mismatch between the WooCommerce and Klarna orders was identified. Please verify the order in the Klarna merchant portal before processing."
msgstr ""

#. translators: %1$s: Product name, %2$d: Expected quantity, %3$d: Found quantity.
#: ../includes/kco-functions.php:752
#: ../includes/kco-functions.php:753
msgid "The product \"%1$s\" has a quantity mismatch. Expected %2$d found %3$d."
msgstr ""

#: ../includes/kco-functions.php:761
#: ../includes/kco-functions.php:762
msgid "The product \"%s\" was not found in the Klarna order."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klarna-checkout-for-woocommerce",
"version": "2.12.5",
"version": "2.13.3",
"description": "Klarna Checkout for WooCommerce",
"main": "gulpfile.js",
"repository": "https://github.com/krokedil/klarna-checkout-for-woocommerce.git",
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Klarna Checkout works for merchants in Sweden, Finland, Norway, Germany, Austria
For help setting up and configuring Klarna Checkout for WooCommerce please refer to our [documentation](https://docs.krokedil.com/klarna-checkout-for-woocommerce/).

== Changelog ==
= 2024.09.23 - version 2.13.3 =
* Tweak - Adjusted the order comparison verification between Klarna and WooCommerce.

= 2024.09.11 - version 2.13.2 =
* Fix - Fixed an undefined array key warning.

Expand Down

0 comments on commit 69fc783

Please sign in to comment.