From 665840fac74e9bc138d328e1460666d113cbebc2 Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 29 Oct 2019 10:56:13 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- VERSION | 2 +- retailcrm/retailcrm.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3170ad..bb160dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## v2.4.0 +## v2.5.0 * Добавлена возможность выгрузки брошенных корзин -## v2.3.4 +## v2.4.0 * Добавлена поддержка передачи одинаковых товаров в заказе как разных товарных позиций ## v2.3.2 diff --git a/VERSION b/VERSION index 197c4d5..437459c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.5.0 diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index 6a74b3e..4d61d8b 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.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');