We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e6eca commit 791a5daCopy full SHA for 791a5da
PSWebServiceLibrary.php
@@ -47,7 +47,7 @@ class PrestaShopWebservice
47
/** @var string Minimal version of PrestaShop to use with this library */
48
const psCompatibleVersionsMin = '1.4.0.0';
49
/** @var string Maximal version of PrestaShop to use with this library */
50
- const psCompatibleVersionsMax = '8.1.4';
+ const psCompatibleVersionsMax = '8.1.7';
51
52
/**
53
* PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated
0 commit comments