Skip to content

Releases: kellerkinderDE/klarna-ordermanagement

0.6.5

13 Mar 13:47
Compare
Choose a tag to compare
  • Added all line items to automatic capture request of full amount

0.6.4

19 Jun 08:57
4ea3bad
Compare
Choose a tag to compare
  • changed constraint to match anything below PHP 8.3

0.6.3

19 Jun 07:37
a2c8710
Compare
Choose a tag to compare
  • Fixed building of product URLs for line items with missing link details because of third-party plugins
  • Added support for PHP 8.2

0.6.2

13 Jan 08:18
Compare
Choose a tag to compare
  • Fixed handling of nullable column
  • Fixed code style warnings

0.6.1

05 Sep 10:14
Compare
Choose a tag to compare
  • Save multiple tracking codes with first capture
  • Added currency fallback if purchase_currency in backend is not valid
  • Fixed handling of non JSON responses from API

0.6.0

14 Jun 10:21
Compare
Choose a tag to compare
  • The purchase currency of the order is now used for displaying the amounts
  • Format of amounts in the details of a capture and refund
  • Changed client for requests from guzzle to curl
  • Adjusted error handling
  • Codestyle
  • Validation of inputs for capture and refund

0.5.1

12 Apr 14:32
Compare
Choose a tag to compare
  • Fixed a missing auth header during customer token generation
  • Fixed the config reader to return the correct value when falsy values are configured (e.g. 0, 'false')
  • Fixed compatibility to PHP 8.0
  • Allowed manual and individual adding of positions which are not related to an article

0.5.0

28 Feb 07:32
Compare
Choose a tag to compare
  • Fixed the update of order positions
  • Fixed the handling of multiple opened orders in the backend at the same time
  • Added possibility to save multiple tracking codes

0.4.0

04 Nov 07:29
Compare
Choose a tag to compare
  • Moved services from Klarna Payments to order management
  • Added service classes for recurring orders and customer token
  • Restored compatibility for subshops

0.3.3

10 Oct 18:37
Compare
Choose a tag to compare
  • Snippet caused error 500 in Shopware backend
  • Changed source of plugin version in logger
  • Version constraint in composer.json does not allow PHP Version smaller than 7.2 anymore
  • Fixed ignoring log level setting