Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
anton committed Oct 24, 2024
1 parent 534757e commit 6d96868
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2024-10-24 v6.5.36
- Исправлен номер версии модуля

## 2024-10-22 v6.5.35
- Исправлена подписка модуля на событие сохранения заказа

Expand Down
2 changes: 1 addition & 1 deletion intaro.retailcrm/description.ru
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Исправлена подписка модуля на событие сохранения заказа
- Исправлен номер версии модуля
4 changes: 2 additions & 2 deletions intaro.retailcrm/install/version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$arModuleVersion = [
'VERSION' => '6.5.34',
'VERSION_DATE' => '2024-10-21 17:00:00'
'VERSION' => '6.5.36',
'VERSION_DATE' => '2024-10-24 17:00:00'
];
2 changes: 1 addition & 1 deletion intaro.retailcrm/lib/component/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Constants
{
public const MODULE_VERSION = '6.5.35';
public const MODULE_VERSION = '6.5.36';
public const CRM_PURCHASE_PRICE_NULL = 'purchasePrice_null';
public const BITRIX_USER_ID_PREFIX = 'bitrixUserId-';
public const CRM_USERS_MAP = 'crm_users_map';
Expand Down

0 comments on commit 6d96868

Please sign in to comment.