Skip to content

Commit

Permalink
// Update compatibility range
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Mar 10, 2016
1 parent 3b615bf commit 4a5baf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSWebServiceLibrary.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PrestaShopWebservice

/** @var array compatible versions of PrestaShop Webservice */
const psCompatibleVersionsMin = '1.4.0.0';
const psCompatibleVersionsMax = '1.6.1.3';
const psCompatibleVersionsMax = '1.6.1.4';

/**
* PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated
Expand Down

0 comments on commit 4a5baf3

Please sign in to comment.