mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
Bump version
This commit is contained in:
parent
a62b0e77cd
commit
5886df2cc2
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## v3.1.0
|
||||
* Поддержка смены клиента в заказе
|
||||
|
||||
## v3.0.6
|
||||
* Улучшена работа CLI
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.6
|
||||
3.1.0
|
||||
|
|
|
@ -117,7 +117,7 @@ class RetailCRM extends Module
|
|||
{
|
||||
$this->name = 'retailcrm';
|
||||
$this->tab = 'export';
|
||||
$this->version = '3.0.6';
|
||||
$this->version = '3.1.0';
|
||||
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
|
||||
$this->displayName = $this->l('retailCRM');
|
||||
$this->description = $this->l('Integration module for retailCRM');
|
||||
|
|
Loading…
Add table
Reference in a new issue