From 303026d759d1f757299db1e475ff18725f488a2c Mon Sep 17 00:00:00 2001 From: nsirjent Date: Wed, 28 Jan 2026 17:11:02 +0100 Subject: [PATCH] Add support of PrestaShopWebService 9.1.0 --- PSWebServiceLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSWebServiceLibrary.php b/PSWebServiceLibrary.php index 82db929..571ab0a 100644 --- a/PSWebServiceLibrary.php +++ b/PSWebServiceLibrary.php @@ -47,7 +47,7 @@ class PrestaShopWebservice /** @var string Minimal version of PrestaShop to use with this library */ const psCompatibleVersionsMin = '1.4.0.0'; /** @var string Maximal version of PrestaShop to use with this library */ - const psCompatibleVersionsMax = '8.2.0'; + const psCompatibleVersionsMax = '9.1.0'; /** * PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated