From 06a38194eccd7bbe6edd5f9d832d29dc1fa4b3e5 Mon Sep 17 00:00:00 2001 From: tleon Date: Wed, 19 Mar 2025 16:04:32 +0100 Subject: [PATCH] chore(version): change maximum version --- PSWebServiceLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSWebServiceLibrary.php b/PSWebServiceLibrary.php index 82db929..a2a6cb2 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.0.0'; /** * PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated