Update version module
This commit is contained in:
Ivan Chaplygin 2023-09-01 16:28:19 +03:00
parent a2623cba56
commit 6c6ff39e33
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## v3.5.8
* Реализована передача характеристик товара в ICML каталог
## v3.5.7
* Изменены минимально поддерживаемые версии PrestaShop и PHP

View file

@ -1 +1 @@
3.5.7
3.5.8

2
retailcrm/retailcrm.php Normal file → Executable file
View file

@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
class RetailCRM extends Module
{
const VERSION = '3.5.7';
const VERSION = '3.5.8';
const API_URL = 'RETAILCRM_ADDRESS';
const API_KEY = 'RETAILCRM_API_TOKEN';