Merge pull request #52 from Neur0toxine/master

bump version
This commit is contained in:
Alex Lushpai 2019-10-29 11:15:03 +03:00 committed by GitHub
commit d58e11119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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');