You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,17 @@
8
8
* add new scope `Placements` and services [add Placements support](https://github.com/mesilov/bitrix24-php-sdk/issues/274)
9
9
* add in scope `CRM` new service `Leads` in scope «CRM» [add Leads support](https://github.com/mesilov/bitrix24-php-sdk/issues/282)
10
10
* add in scope `CRM` new service `Activity` in scope «CRM» [add Activity support](https://github.com/mesilov/bitrix24-php-sdk/issues/283)
11
+
* add in scope `CRM` for entity Deal method `Services\CRM\Deal\Service\Batch::update` batch update deals
12
+
* add in scope `CRM` for entity Contact method `Services\CRM\Contact\Service\Batch::delete` batch delete contacts
13
+
* add in scope `CRM`[read models](https://github.com/mesilov/bitrix24-php-sdk/issues/300) for activity `Services\CRM\Activity\ReadModel`
14
+
for activity types: `EmailFetcher`, `OpenLineFetcher`, `VoximplantFetcher`, `WebFormFetcher`
11
15
* add in scope «Main» new service `Events`[add incoming events support](https://github.com/mesilov/bitrix24-php-sdk/issues/296)
12
16
* add support Application level events: `ONAPPINSTALL`
13
17
and `ONAPPUNINSTALL`[add incoming events support](https://github.com/mesilov/bitrix24-php-sdk/issues/296)
14
18
* add support Application level event: `PortalDomainUrlChangedEvent`
15
19
* add method `Core\Batch::updateEntityItems` for [update items in batch mode](https://github.com/mesilov/bitrix24-php-sdk/issues/268) and
16
20
integration test
17
21
* add method to interface `Core\Contracts\BatchInterface::updateEntityItems` for update items in batch mode
18
-
* add in scope `CRM` for entity Deal method `Services\CRM\Deal\Service\Batch::update` batch update deals
19
-
* add in scope `CRM` for entity Contact method `Services\CRM\Contact\Service\Batch::delete` batch delete contacts
20
22
* add in scope `Placements` service `Placement\Service\UserFieldType` for work with user fields embedding
21
23
* add `ApplicationStatus` with application status codes description
22
24
* add fabric method `AccessToken::initFromPlacementRequest` when application init form placement request
0 commit comments