diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d5050a..a345c860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-08-26 v.6.5.26 +- Исправлено удаление модуля + ## 2024-08-12 v.6.5.25 - Улучшена генерация каталога с маркированными товарами diff --git a/intaro.retailcrm/description.ru b/intaro.retailcrm/description.ru index 21b7c3c2..959a8696 100644 --- a/intaro.retailcrm/description.ru +++ b/intaro.retailcrm/description.ru @@ -1 +1 @@ -- Улучшена генерация каталога с маркированными товарами +- Исправлено удаление модуля diff --git a/intaro.retailcrm/install/index.php b/intaro.retailcrm/install/index.php index 7a67fc42..dc229fd1 100644 --- a/intaro.retailcrm/install/index.php +++ b/intaro.retailcrm/install/index.php @@ -205,20 +205,8 @@ class intaro_retailcrm extends CModule include($this->INSTALL_PATH . '/../lib/component/apiclient/clientadapter.php'); include($this->INSTALL_PATH . '/../lib/component/advanced/loyaltyinstaller.php'); - - /* $this->CopyFiles(); - $this->addEvents(); - $this->addAgreement(); - $this->addUserFields();*/ - $this->installExport(); $this->subscriptionSetup(); - //$this->createCustomPropertyFile(); - - /* OrderLoyaltyDataService::createLoyaltyHlBlock(); - - $service = new OrderLoyaltyDataService(); - $service->addCustomersLoyaltyFields();*/ if ($step == 11) { $arResult['arSites'] = RCrmActions::getSitesList(); @@ -1228,6 +1216,7 @@ class intaro_retailcrm extends CModule require_once($this->INSTALL_PATH . '/../classes/general/history/RetailCrmHistory_v5.php'); require_once($this->INSTALL_PATH . '/../lib/component/constants.php'); require_once($this->INSTALL_PATH . '/../classes/general/cart/RetailCrmCart_v5.php'); + require_once($this->INSTALL_PATH . '/../lib/component/advanced/loyaltyinstaller.php'); $api_host = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_HOST_OPTION, 0); $api_key = COption::GetOptionString($this->MODULE_ID, Constants::CRM_API_KEY_OPTION, 0); diff --git a/intaro.retailcrm/install/version.php b/intaro.retailcrm/install/version.php index 8850a7a2..e61759e1 100644 --- a/intaro.retailcrm/install/version.php +++ b/intaro.retailcrm/install/version.php @@ -1,6 +1,6 @@ '6.5.25', - 'VERSION_DATE' => '2024-08-12 12:00:00' + 'VERSION' => '6.5.26', + 'VERSION_DATE' => '2024-08-26 17:30:00' ];