1
0
mirror of synced 2024-11-21 21:06:09 +03:00

bump to 6.1.8

This commit is contained in:
KMityai 2022-11-22 10:41:35 +03:00
parent 37b94086fe
commit 26639fd5d6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 2022-09-30 v.6.1.8
- Исправление ошибки в работе модуля при отмене заказа в Bitrix
## 2022-09-09 v.6.1.7
- Корректировка получения истории удалённых товаров

View File

@ -1,6 +1,6 @@
<?php
$arModuleVersion = [
'VERSION' => '6.1.7',
'VERSION_DATE' => '2022-09-09 15:00:00'
'VERSION' => '6.1.8',
'VERSION_DATE' => '2022-09-30 14:00:00'
];