From 454d6d0d3dbdb0a44697d103544b0c4a641befdb Mon Sep 17 00:00:00 2001 From: ellynoize Date: Tue, 14 Jul 2026 09:40:51 +0300 Subject: [PATCH 1/2] req add --- intaro.retailcrm/install/index.php | 1 + intaro.retailcrm/updater.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 3fb1f378..199a6ef3 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -31,6 +31,7 @@ return false; } +require_once(__DIR__ . '/../lib/component/constants.php'); require_once(__DIR__ . '/../lib/component/advanced/installertrait.php'); class intaro_retailcrm extends CModule diff --git a/intaro.retailcrm/updater.php b/intaro.retailcrm/updater.php index 50b152b4..7be39021 100755 --- a/intaro.retailcrm/updater.php +++ b/intaro.retailcrm/updater.php @@ -1,5 +1,7 @@ Date: Tue, 14 Jul 2026 09:53:19 +0300 Subject: [PATCH 2/2] bump --- CHANGELOG.md | 3 +++ intaro.retailcrm/description.ru | 2 +- intaro.retailcrm/install/version.php | 4 ++-- intaro.retailcrm/lib/component/constants.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb357a29..bf271518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2026-07-14 v6.8.5 +- Исправлена загрузка Constants при установке и обновлении модуля + ## 2026-07-01 v6.8.4 - Добавлена поддержка мультисайтовости для типа контрагента diff --git a/intaro.retailcrm/description.ru b/intaro.retailcrm/description.ru index bb46b064..7967b047 100644 --- a/intaro.retailcrm/description.ru +++ b/intaro.retailcrm/description.ru @@ -1 +1 @@ -- Добавлена поддержка мультисайтовости для типа контрагента \ No newline at end of file +- Исправлена загрузка Constants при установке и обновлении модуля diff --git a/intaro.retailcrm/install/version.php b/intaro.retailcrm/install/version.php index daca6874..fbbde235 100644 --- a/intaro.retailcrm/install/version.php +++ b/intaro.retailcrm/install/version.php @@ -1,6 +1,6 @@ '6.8.4', - 'VERSION_DATE' => '2026-07-01 12:00:00' + 'VERSION' => '6.8.5', + 'VERSION_DATE' => '2026-07-14 12:00:00' ]; diff --git a/intaro.retailcrm/lib/component/constants.php b/intaro.retailcrm/lib/component/constants.php index 9c7d36c2..120d4d2f 100644 --- a/intaro.retailcrm/lib/component/constants.php +++ b/intaro.retailcrm/lib/component/constants.php @@ -18,7 +18,7 @@ */ class Constants { - public const MODULE_VERSION = '6.8.4'; + public const MODULE_VERSION = '6.8.5'; public const CRM_PURCHASE_PRICE_NULL = 'purchasePrice_null'; public const BITRIX_USER_ID_PREFIX = 'bitrixUserId-'; public const CRM_USERS_MAP = 'crm_users_map';