Skip to content

Commit

Permalink
Fixed collision between PS and Simla JavaScript modules in Front-Office
Browse files Browse the repository at this point in the history
  • Loading branch information
max-baranikov authored Jul 6, 2022
1 parent fa43cfe commit 74fb088
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.4.7
* Исправлена ошибка в работе воркеров публичной части сайта

## v3.4.6
* Добавлена проверка наличия новой версии модуля

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.6
3.4.7
2 changes: 1 addition & 1 deletion retailcrm/retailcrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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';
Expand Down
2 changes: 1 addition & 1 deletion retailcrm/views/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion retailcrm/views/js/worker.umd.min.js

Large diffs are not rendered by default.

0 comments on commit 74fb088

Please sign in to comment.