Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

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

### Statistics

Expand Down
1 change: 1 addition & 0 deletions src/Application/PortalLicenseFamily.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enum PortalLicenseFamily: string
case basic = 'basic';
case std = 'std';
case pro = 'pro';
case project = 'project';
case en = 'en';
case nfr = 'nfr';
}