Releases: kellerkinderDE/klarna-ordermanagement
Releases · kellerkinderDE/klarna-ordermanagement
0.6.5
- Added all line items to automatic capture request of full amount
0.6.4
- changed constraint to match anything below PHP 8.3
0.6.3
- 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
- Fixed handling of nullable column
- Fixed code style warnings
0.6.1
- 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
- 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
- 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
- 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
- Moved services from Klarna Payments to order management
- Added service classes for recurring orders and customer token
- Restored compatibility for subshops
0.3.3
- 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