mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
v2.2.6
This commit is contained in:
parent
d8202ead1d
commit
f61d14d97d
@ -1,3 +1,6 @@
|
|||||||
|
## v.2.2.6
|
||||||
|
* Добавлена активация модуля в маркетплейсе retailCRM
|
||||||
|
|
||||||
## v.2.2.5
|
## v.2.2.5
|
||||||
* Добавлена передача страны при создании заказа для пользователя и заказа
|
* Добавлена передача страны при создании заказа для пользователя и заказа
|
||||||
* Добавлен метод сохранения сущностей с обработкой исключений
|
* Добавлен метод сохранения сущностей с обработкой исключений
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* @author Retail Driver LCC
|
* @author Retail Driver LCC
|
||||||
* @copyright RetailCRM
|
* @copyright RetailCRM
|
||||||
* @license GPL
|
* @license GPL
|
||||||
* @version 2.2.4
|
* @version 2.2.6
|
||||||
* @link https://retailcrm.ru
|
* @link https://retailcrm.ru
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@ class RetailCRM extends Module
|
|||||||
{
|
{
|
||||||
$this->name = 'retailcrm';
|
$this->name = 'retailcrm';
|
||||||
$this->tab = 'export';
|
$this->tab = 'export';
|
||||||
$this->version = '2.2.4';
|
$this->version = '2.2.6';
|
||||||
$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