Skip to content

Commit 791a5da

Browse files
authored
Mark HTTP client as compatible with PS 8.1.7
1 parent 96e6eca commit 791a5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSWebServiceLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PrestaShopWebservice
4747
/** @var string Minimal version of PrestaShop to use with this library */
4848
const psCompatibleVersionsMin = '1.4.0.0';
4949
/** @var string Maximal version of PrestaShop to use with this library */
50-
const psCompatibleVersionsMax = '8.1.4';
50+
const psCompatibleVersionsMax = '8.1.7';
5151

5252
/**
5353
* PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated

0 commit comments

Comments
 (0)