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
1edd12bc80
commit
42e03ece81
@ -1,3 +1,6 @@
|
|||||||
|
## v2.4.0
|
||||||
|
* Добавлена возможность выгрузки брошенных корзин
|
||||||
|
|
||||||
## v2.3.4
|
## v2.3.4
|
||||||
* Добавлена поддержка передачи одинаковых товаров в заказе как разных товарных позиций
|
* Добавлена поддержка передачи одинаковых товаров в заказе как разных товарных позиций
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<module>
|
|
||||||
<name>retailcrm</name>
|
|
||||||
<displayName><![CDATA[RetailCRM]]></displayName>
|
|
||||||
<version><![CDATA[2.3.4]]></version>
|
|
||||||
<description><![CDATA[Модуль интеграции с RetailCRM]]></description>
|
|
||||||
<author><![CDATA[Retail Driver LCC]]></author>
|
|
||||||
<tab><![CDATA[export]]></tab>
|
|
||||||
<confirmUninstall><![CDATA[Вы уверены, что хотите удалить модуль?]]></confirmUninstall>
|
|
||||||
<is_configurable>1</is_configurable>
|
|
||||||
<need_instance>1</need_instance>
|
|
||||||
<limited_countries></limited_countries>
|
|
||||||
</module>
|
|
@ -39,7 +39,7 @@ class RetailCRM extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'retailcrm';
|
$this->name = 'retailcrm';
|
||||||
$this->tab = 'export';
|
$this->tab = 'export';
|
||||||
$this->version = '2.3.4';
|
$this->version = '2.4.0';
|
||||||
$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