Skip to content

Commit e76b288

Browse files
authored
Merge pull request #287 from bitrix24/bugfix/286-fix-portal-family
Add `project` type to `PortalLicenseFamily` enum and update CHANGELOG…
2 parents 3ce75cf + 7c72174 commit e76b288

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
- Fixed wrong offset in `ItemsResult` [see details](https://github.com/bitrix24/b24phpsdk/issues/279)
2222
- Fixed wrong exception for method `crm.item.get`, now it `ItemNotFoundException` [see details](https://github.com/bitrix24/b24phpsdk/issues/282)
23+
- Fixed added type `project` in enum `PortalLicenseFamily` [see details](https://github.com/bitrix24/b24phpsdk/issues/286)
2324

2425
### Statistics
2526

src/Application/PortalLicenseFamily.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ enum PortalLicenseFamily: string
2323
case basic = 'basic';
2424
case std = 'std';
2525
case pro = 'pro';
26+
case project = 'project';
2627
case en = 'en';
2728
case nfr = 'nfr';
2829
}

0 commit comments

Comments
 (0)