1
0
mirror of synced 2024-11-22 13:26:10 +03:00

Merge pull request #53 from iyzoer/master

v2.3.14
This commit is contained in:
Alex Lushpai 2018-11-01 15:33:04 +03:00 committed by GitHub
commit 27ff20e9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 2018-10-29 v.2.3.14
* Добавлено подключение файла RCrmActions.php при удалении модуля
## 2018-10-25 v.2.3.13
* Добавлен функционал для активации модуля в маркетплейсе retailCRM
* Исправлен баг при генерации каталога с подстановкой схемы

View File

@ -1 +1 @@
- Добавлен функционал для активации модуля в маркетплейсе retailCRM
- Исправлены ошибки

View File

@ -1067,6 +1067,7 @@ class intaro_retailcrm extends CModule
include($this->INSTALL_PATH . '/../classes/general/Response/ApiResponse.php');
include($this->INSTALL_PATH . '/../classes/general/Exception/InvalidJsonException.php');
include($this->INSTALL_PATH . '/../classes/general/Exception/CurlException.php');
include($this->INSTALL_PATH . '/../classes/general/RCrmActions.php');
if ($api_version == 'v4') {
include($this->INSTALL_PATH . '/../classes/general/ApiClient_v4.php');

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "2.3.13",
"VERSION_DATE" => "2018-10-25 10:40:00"
"VERSION" => "2.3.14",
"VERSION_DATE" => "2018-10-29 11:40:00"
);