diff --git a/CHANGELOG.md b/CHANGELOG.md index a8edc66..d3170ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.4.0 +* Добавлена возможность выгрузки брошенных корзин + ## v2.3.4 * Добавлена поддержка передачи одинаковых товаров в заказе как разных товарных позиций diff --git a/VERSION b/VERSION index 3f684d2..197c4d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.4 +2.4.0 diff --git a/retailcrm/config_ru.xml b/retailcrm/config_ru.xml deleted file mode 100644 index e87ab03..0000000 --- a/retailcrm/config_ru.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - retailcrm - - - - - - - 1 - 1 - - \ No newline at end of file diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index f5ae3fa..6a74b3e 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.3.4'; + $this->version = '2.4.0'; $this->author = 'Retail Driver LCC'; $this->displayName = $this->l('RetailCRM'); $this->description = $this->l('Integration module for RetailCRM');