mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
bump version
This commit is contained in:
parent
fac7d3706b
commit
6006563070
@ -1,3 +1,6 @@
|
|||||||
|
## v2.5.1
|
||||||
|
* Исправлена ошибка с некорректным значением скидки в заказе по истории
|
||||||
|
|
||||||
## v2.5.0
|
## v2.5.0
|
||||||
* Добавлена возможность выгрузки брошенных корзин
|
* Добавлена возможность выгрузки брошенных корзин
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ class RetailCRM extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'retailcrm';
|
$this->name = 'retailcrm';
|
||||||
$this->tab = 'export';
|
$this->tab = 'export';
|
||||||
$this->version = '2.5.0';
|
$this->version = '2.5.1';
|
||||||
$this->author = 'Retail Driver LCC';
|
$this->author = 'Retail Driver LCC';
|
||||||
$this->displayName = $this->l('RetailCRM');
|
$this->displayName = $this->l('RetailCRM');
|
||||||
$this->description = $this->l('Integration module for RetailCRM');
|
$this->description = $this->l('Integration module for RetailCRM');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user