Skip to content

Commit

Permalink
Reworked Catalog info block in the settings page. Few frontend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
max-baranikov authored Sep 30, 2022
1 parent d408185 commit 383ac58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v3.4.12
* Исправлена ошибка получения настроек при деактивации модуля
* Оптимизирован процесс генерации Icml файла каталога
* Добавлен поиск клиента по email, если не найден по id
* Переработан блок информации о каталоге на странице настроек
* Добавлено отображение всех WebJob на странице настроек

## v3.4.11
* Добавлено отображение ошибок валидации при открытии страницы настроек
* Добавлено сохранение данных заказа в таблицу "Работа с заказами" при обратной синхронизации
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.11
3.4.12
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.11';
const VERSION = '3.4.12';

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.

0 comments on commit 383ac58

Please sign in to comment.