Skip to content

Commit 7c72174

Browse files
committed
Add project type to PortalLicenseFamily enum and update CHANGELOG with details.
Signed-off-by: mesilov <[email protected]>
1 parent 3ce75cf commit 7c72174

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)