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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,13 @@
112
112
-`get` get localizations
113
113
-`fields` get localization fields
114
114
-`delete` delete currency, with batch calls support
115
+
- Added service `Services\CRM\Address\Service\Address` with support methods,
116
+
see [add crm.address REST methods](https://github.com/bitrix24/b24phpsdk/issues/138):
117
+
-`list` get item list
118
+
-`add` add new item, with batch calls support
119
+
-`delete` delete item, with batch calls support
120
+
-`update` update item, with batch calls support
121
+
- Added enum `Services\CRM\Enum\OwnerType`
115
122
- Developer experience: added make command `lint-all` for run all code linters step by step, [see details](https://github.com/bitrix24/b24phpsdk/issues/183)
116
123
117
124
### Fixed
@@ -173,8 +180,8 @@ work in progress
173
180
see [fix entity.item.* methods](https://github.com/bitrix24/b24phpsdk/issues/53):
174
181
-`get` get item, with batch calls support
175
182
-`add` add new item, with batch calls support
176
-
-`delete` delete item, with batch calls support
177
-
-`update` update item, with batch calls support
183
+
-`delete` delete item
184
+
-`update` update item
178
185
- Added service `Services\Entity\Service\Entity` with support methods,
179
186
see [fix entity.* methods](https://github.com/bitrix24/b24phpsdk/issues/53):
0 commit comments