From bdea9647a85cdfb5d20004ee921f35080eb83418 Mon Sep 17 00:00:00 2001 From: danila Date: Thu, 2 Apr 2026 14:38:38 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=BC=D0=BF=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 fab4aec6..4bf7c03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2026-04-01 v6.7.11 +- Бамп версии + ## 2026-04-01 v6.7.10 - Исправлена ошибка переноса данных между клиентами при синхронизации истории diff --git a/intaro.retailcrm/description.ru b/intaro.retailcrm/description.ru index 3355cbab..c831c8da 100644 --- a/intaro.retailcrm/description.ru +++ b/intaro.retailcrm/description.ru @@ -1 +1 @@ -- Добавлена дополнительная проверка на наличие подписки у пользователя +- Бамп версии diff --git a/intaro.retailcrm/install/version.php b/intaro.retailcrm/install/version.php index d5e2bb18..79f71cc2 100644 --- a/intaro.retailcrm/install/version.php +++ b/intaro.retailcrm/install/version.php @@ -1,6 +1,6 @@ '6.7.10', - 'VERSION_DATE' => '2026-04-01 17:30:00' + 'VERSION' => '6.7.11', + 'VERSION_DATE' => '2026-04-01 12:30:00' ]; diff --git a/intaro.retailcrm/lib/component/constants.php b/intaro.retailcrm/lib/component/constants.php index 3ccef2cb..22412a1d 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.7.10'; + public const MODULE_VERSION = '6.7.11'; public const CRM_PURCHASE_PRICE_NULL = 'purchasePrice_null'; public const BITRIX_USER_ID_PREFIX = 'bitrixUserId-'; public const CRM_USERS_MAP = 'crm_users_map';