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';