mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-15 06:20:55 +00:00
bump version
This commit is contained in:
parent
fac7d3706b
commit
6006563070
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## v2.5.1
|
||||
* Исправлена ошибка с некорректным значением скидки в заказе по истории
|
||||
|
||||
## v2.5.0
|
||||
* Добавлена возможность выгрузки брошенных корзин
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5.0
|
||||
2.5.1
|
||||
|
|
|
@ -39,7 +39,7 @@ class RetailCRM extends Module
|
|||
{
|
||||
$this->name = 'retailcrm';
|
||||
$this->tab = 'export';
|
||||
$this->version = '2.5.0';
|
||||
$this->version = '2.5.1';
|
||||
$this->author = 'Retail Driver LCC';
|
||||
$this->displayName = $this->l('RetailCRM');
|
||||
$this->description = $this->l('Integration module for RetailCRM');
|
||||
|
|
Loading…
Add table
Reference in a new issue