Skip to content

Commit fc2108f

Browse files
committed
KUSTOM-68 Compatibility issue fix for guzzle
1 parent 71c1a7b commit fc2108f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
11.0.17 / 2026-03-05
1+
11.0.17 / 2026-03-16
22
==================
33

4-
* KUSTOM-55 Fix missing error message when Klarna API exception is thrown
4+
* KUSTOM-55 Fix missing error message when Klarna API exception is thrown
5+
* KUSTOM-68 Fix guzzlehttp/guzzle compatibility issue for magento <2.4.5
56

67
11.0.15 / 2026-02-18
78
==================
89

9-
* KUSTOM-51 Changing the direct linking on the admin panel to Kustom
10+
* KUSTOM-51 Changing the direct linking on the admin panel to Kustom
1011

1112
11.0.14 / 2026-01-15
1213
==================
1314

14-
* KUSTOM-36 Adjusts the endpoints to direct to Kustom instead of Klarna API
15+
* KUSTOM-36 Adjusts the endpoints to direct to Kustom instead of Klarna API
1516

1617
11.0.13 / 2025-11-13
1718
==================

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cov": "phpunit --coverage-html coverage"
1010
},
1111
"require": {
12-
"guzzlehttp/guzzle": "^7.3.0",
12+
"guzzlehttp/guzzle": "^6.0|^7.3.0",
1313
"vaimo/kustom-module-logger": "3.0.9",
1414
"magento/framework": "^103",
1515
"magento/module-bundle": "^100.1|^101.0",

0 commit comments

Comments
 (0)