diff --git a/CHANGELOG.md b/CHANGELOG.md index 9105c58..978528e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v.2.2.6 +* Добавлена активация модуля в маркетплейсе retailCRM + ## v.2.2.5 * Добавлена передача страны при создании заказа для пользователя и заказа * Добавлен метод сохранения сущностей с обработкой исключений diff --git a/VERSION b/VERSION index 21bb5e1..bda8fbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.5 +2.2.6 diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index f033aac..261707c 100644 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -3,7 +3,7 @@ * @author Retail Driver LCC * @copyright RetailCRM * @license GPL - * @version 2.2.4 + * @version 2.2.6 * @link https://retailcrm.ru * */ @@ -38,7 +38,7 @@ class RetailCRM extends Module { $this->name = 'retailcrm'; $this->tab = 'export'; - $this->version = '2.2.4'; + $this->version = '2.2.6'; $this->author = 'Retail Driver LCC'; $this->displayName = $this->l('RetailCRM'); $this->description = $this->l('Integration module for RetailCRM');