Skip to content

Commit d9093e9

Browse files
committed
Update CHANGELOG for version 1.8.0, documenting new Services\CRM\Type\Service\Type methods for smart process management.
Signed-off-by: mesilov <[email protected]>
1 parent 5ab4f7b commit d9093e9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# b24-php-sdk change log
22

3+
## 1.8.0 - 2025.11.01 (in progress)
4+
### Added
5+
6+
- Added service `Services\CRM\Type\Service\Type` with support methods,
7+
see [crm.type.* methods](https://github.com/bitrix24/b24phpsdk/issues/274):
8+
- `fields` method retrieves information about the custom fields of the smart process settings
9+
- `add` method creates a new SPA
10+
- `update` updates an existing SPA by its identifier id
11+
- `get` method retrieves information about the SPA with the identifier id
12+
- `getByEntityTypeId` method retrieves information about the SPA with the smart process type identifier entityTypeId
13+
- `list` Get a list of custom types crm.type.list
14+
- `delete` This method deletes an existing smart process by the identifier id
15+
316
## 1.7.0 - 2025.10.08
417

518
### Added

0 commit comments

Comments
 (0)