bump version

This commit is contained in:
dima-uryvskiy 2022-11-15 10:27:25 +03:00
parent 507e10a83e
commit 4767b419ad
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## v3.4.14
* Исправлен баг при передаче брошенных корзин.
## v3.4.13
* Добавлена передача информации о модуле в CRM при его установке

View file

@ -1 +1 @@
3.4.13
3.4.14

View file

@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
class RetailCRM extends Module
{
const VERSION = '3.4.13';
const VERSION = '3.4.14';
const API_URL = 'RETAILCRM_ADDRESS';
const API_KEY = 'RETAILCRM_API_TOKEN';