bump version

This commit is contained in:
Pavel 2019-10-29 10:56:13 +03:00
parent f6f8d1302b
commit 665840fac7
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
## v2.4.0
## v2.5.0
* Добавлена возможность выгрузки брошенных корзин
## v2.3.4
## v2.4.0
* Добавлена поддержка передачи одинаковых товаров в заказе как разных товарных позиций
## v2.3.2

View File

@ -1 +1 @@
2.4.0
2.5.0

View File

@ -39,7 +39,7 @@ class RetailCRM extends Module
{
$this->name = 'retailcrm';
$this->tab = 'export';
$this->version = '2.4.0';
$this->version = '2.5.0';
$this->author = 'Retail Driver LCC';
$this->displayName = $this->l('RetailCRM');
$this->description = $this->l('Integration module for RetailCRM');