Fixed collision between PS and Simla JavaScript modules in Front-Office

This commit is contained in:
max-baranikov 2022-07-06 16:44:57 +03:00 committed by GitHub
parent fa43cfecd8
commit 74fb088b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## v3.4.7
* Исправлена ошибка в работе воркеров публичной части сайта
## v3.4.6
* Добавлена проверка наличия новой версии модуля

View File

@ -1 +1 @@
3.4.6
3.4.7

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long