mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
Bump version
This commit is contained in:
parent
608c4be21b
commit
f6f330c559
@ -1,3 +1,9 @@
|
|||||||
|
## v3.2.3
|
||||||
|
* Улучшена работа select в настройках модуля
|
||||||
|
* Исправлена ошибка при работе с настройкам модуля для версии 1.7.7
|
||||||
|
* Доработаны команды выгрузки архивных клиентов и заказов
|
||||||
|
* Доработана передача статуса оплаты в RetailCRM
|
||||||
|
|
||||||
## v3.2.2
|
## v3.2.2
|
||||||
* GitHub actions
|
* GitHub actions
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ class RetailCRM extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'retailcrm';
|
$this->name = 'retailcrm';
|
||||||
$this->tab = 'export';
|
$this->tab = 'export';
|
||||||
$this->version = '3.2.2';
|
$this->version = '3.2.3';
|
||||||
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
|
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
|
||||||
$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