|
1 | 1 | # b24-php-sdk change log |
2 | 2 |
|
| 3 | +## UPCOMING 1.6.0 – 2025.09.01 |
| 4 | + |
| 5 | +## 1.5.0 – 2025.08.01 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added service `Services\Entity\Section\Service\Section` with support methods, |
| 10 | + see [crm.entity.section.* methods](https://github.com/bitrix24/b24phpsdk/issues/200): |
| 11 | + - `get` retrieve a list of storage sections, with batch calls support |
| 12 | + - `add` add a storage section, with batch calls support |
| 13 | + - `update` update a storage section, with batch calls support |
| 14 | + - `delete` delete a storage section, with batch calls support |
| 15 | +- Added service `Services\Entity\Item\Property\Service\Property` with support methods: |
| 16 | + - `get` retrieve a list of additional properties of storage elements, with batch calls support |
| 17 | + - `add` add an additional property to storage elements, with batch calls support |
| 18 | + - `update` update an additional property of storage elements, with batch calls support |
| 19 | + - `delete` delete an additional property of storage elements, with batch calls support |
| 20 | +- Added service `Services\Department\Service\Department` with support methods, |
| 21 | + see [department.* methods](https://github.com/bitrix24/b24phpsdk/issues/204): |
| 22 | + - `fields` gets the department fields reference |
| 23 | + - `get` retrieves a list of departments, with batch calls support |
| 24 | + - `add` creates a department, with batch calls support |
| 25 | + - `delete` deletes a department, with batch calls support |
| 26 | + - `update` modifies a department, with batch calls support |
| 27 | + - `countByFilter` count departments by filter |
| 28 | +- Added service `CRM\Requisites\Service\RequisiteUserfield` with support methods, |
| 29 | + see [add crm.requisite.userfield.* methods](https://github.com/bitrix24/b24phpsdk/issues/188): |
| 30 | + - `add` add userfield to requisite |
| 31 | + - `get` get userfield to requisite |
| 32 | + - `list` list userfields |
| 33 | + - `delete` delete userfield |
| 34 | + - `update` update userfield |
| 35 | +- Added service `CRM\Requisites\Service\RequisiteBankdetail` with support methods: |
| 36 | + - `add` add bank detail to requisite |
| 37 | + - `get` get bank detail to requisite |
| 38 | + - `fields` get fields for bank details |
| 39 | + - `list` list bank details |
| 40 | + - `delete` delete bank detail |
| 41 | + - `update` update bank detail |
| 42 | + - `countByFilter` count bank details by filter |
| 43 | +- Added service `CRM\Requisites\Service\RequisiteLink` with support methods: |
| 44 | + - `register` registers the link between requisites and an object |
| 45 | + - `unregister` removes the link between requisites and an object |
| 46 | + - `fields` get a formal description of the fields of the requisites link |
| 47 | + - `get` returns the link between requisites and an object |
| 48 | + - `list` returns a list of links between requisites based on a filter |
| 49 | + - `countByFilter` count links by filter |
| 50 | +- Added service `CRM\Requisites\Service\RequisitePresetField` with support methods: |
| 51 | + - `add` adds a customizable field to the requisites template |
| 52 | + - `get` returns the description of the custom field in the requisites template by identifier |
| 53 | + - `fields` returns the description of the custom field in the requisites template by identifier |
| 54 | + - `list` returns a list of all custom fields for a specific requisites template |
| 55 | + - `delete` deletes a customizable field from the requisites template |
| 56 | + - `update` modifies a custom field in the requisites template |
| 57 | + - `availabletoadd` returns fields available for addition to the specified requisites template |
| 58 | +- Added service `Services\CRM\Status\Service\Status` with support methods, |
| 59 | + see [crm.status.* methods](https://github.com/bitrix24/b24phpsdk/issues/194): |
| 60 | + - `fields` returns descriptions of reference book fields |
| 61 | + - `get` returns an element of the reference book by its identifier |
| 62 | + - `list` returns a list of elements of the reference book by filter, with batch calls support |
| 63 | + - `add` creates a new element in the specified reference book, with batch calls support |
| 64 | + - `delete` deletes an element from the reference book, with batch calls support |
| 65 | + - `update` updates an existing element of the reference book, with batch calls support |
| 66 | + - `countByFilter` counts elements of the reference book by filter |
| 67 | +- Added service `Services\CRM\Status\Service\StatusEntity` with support methods, |
| 68 | + - `items` returns elements of the reference book by its symbolic identifier |
| 69 | + - `types` returns descriptions of reference book types |
| 70 | +- Added service `Services\CRM\Timeline\Service\Comment` with support methods, |
| 71 | + see [crm.timeline.comment.* methods](https://github.com/bitrix24/b24phpsdk/issues/196): |
| 72 | + - `fields` retrieves a list of timeline comment fields |
| 73 | + - `get` retrieves information about a comment |
| 74 | + - `list` retrieves a list of all comments for a CRM entity, with batch calls support |
| 75 | + - `add` adds a new comment to the timeline, with batch calls support |
| 76 | + - `delete` deletes a comment, with batch calls support |
| 77 | + - `update` updates a comment, with batch calls support |
| 78 | + - `countByFilter` count comments by filter |
| 79 | +- Added support for events: |
| 80 | + - `OnCrmTimelineCommentAdd` |
| 81 | + - `OnCrmTimelineCommentDelete` |
| 82 | + - `OnCrmTimelineCommentUpdate` |
| 83 | +- Added service `Services\CRM\Timeline\Service\Bindings` with support methods: |
| 84 | + - `fields` retrieves the fields of the link between CRM entities and the timeline record |
| 85 | + - `list` retrieves a list of links for a timeline record, with batch calls support |
| 86 | + - `bind` adds a link between a timeline record and a CRM entity, with batch calls support |
| 87 | + - `unbind` removes a link between a timeline record and a CRM entity, with batch calls support |
| 88 | + - `countByFilter` count links between a timeline record and CRM entities by filter |
| 89 | +- Added service `Services\CRM\Item\Productrow\Service\Productrow` with support methods, |
| 90 | + see [crm.item.productrow.* methods](https://github.com/bitrix24/b24phpsdk/issues/198): |
| 91 | + - `fields` retrieves a list of product item fields |
| 92 | + - `set` associates a product item with a CRM object |
| 93 | + - `get` retrieves information about a product item by id |
| 94 | + - `list` retrieves a list of product items, with batch calls support |
| 95 | + - `add` adds a product item, with batch calls support |
| 96 | + - `delete` deletes a product item, with batch calls support |
| 97 | + - `update` updates a product item |
| 98 | + - `getAvailableForPayment` retrieves a list of unpaid products |
| 99 | + - `countByFilter` counts product items by filter |
| 100 | + |
| 101 | +### Fixed |
| 102 | +- Fixed typehints in Contact batch for method `add`, [see details](https://github.com/bitrix24/b24phpsdk/issues/202) |
| 103 | + |
| 104 | +### Changed |
| 105 | +- Fixed constructor arguments in tests ApplicationInstallations [see details](https://github.com/bitrix24/b24phpsdk/issues/191) |
| 106 | +- Bump giggsey/libphonenumber-for-php version to ^8|^9 |
| 107 | + |
| 108 | +### Statistics |
| 109 | +``` |
| 110 | +Bitrix24 API-methods count: 1166 |
| 111 | +Supported in bitrix24-php-sdk methods count: 362 |
| 112 | +Coverage percentage: 31.05% |
| 113 | +``` |
| 114 | + |
3 | 115 | ## 1.4.0 – 2025.07.01 |
4 | 116 |
|
5 | 117 | ### Added |
6 | 118 |
|
7 | 119 | - Added service `Services\CRM\Lead\Service\LeadContact` with support methods, |
8 | 120 | see [crm.lead.contact.* methods](https://github.com/bitrix24/b24phpsdk/issues/170): |
9 | | - - `fields` get fiels for lead contact connection |
| 121 | + - `fields` get fields for lead contact connection |
10 | 122 | - `setItems` set contacts related with lead |
11 | 123 | - `get` get contacts related to lead |
12 | 124 | - `deleteItems` delete all relations for lead |
|
0 commit comments