diff --git a/CHANGELOG.md b/CHANGELOG.md index bb160dc..7cb7b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.5.1 +* Исправлена ошибка с некорректным значением скидки в заказе по истории + ## v2.5.0 * Добавлена возможность выгрузки брошенных корзин diff --git a/VERSION b/VERSION index 437459c..73462a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index 4d61d8b..12f260e 100755 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -39,7 +39,7 @@ class RetailCRM extends Module { $this->name = 'retailcrm'; $this->tab = 'export'; - $this->version = '2.5.0'; + $this->version = '2.5.1'; $this->author = 'Retail Driver LCC'; $this->displayName = $this->l('RetailCRM'); $this->description = $this->l('Integration module for RetailCRM');