Releases: andrey-tech/bitrix24-api-php
Releases · andrey-tech/bitrix24-api-php
v1.8.1
Changelog
- 🔥 Add HTTP-header
Connection: close
to each POST-request: issue #17 (thanks @nikolablin).
v1.8.0
v1.7.0
Changelog
- added support for Bitrix24 entity Lead;
- added new trait
Lead
; - added new methods:
getLeadFields
;getLead
;addLead
;updateLead
;deleteLead
;getLeadList
;fetchLeadList
;getLeadProductRows
;setLeadProductRows
;
- added new trait
ProductRow
; - method
getDealProductRowFields
renamed togetProductRowFields
and moved from traitDeal
to traitProductRow
.
v1.6.0
Changelog
- changes for new namespace of classes
НТТР
v3.0 andDebugLogger
v2.0; - add new method
setLogger()
; - fix Composer error Ambiguous class resolution, "App\AppException";
- update code examples in README.md.
v1.5.0
Changelog
- added 3 new public static properties to set up the field names of related entities in methods
getCompany()
,getDeal()
,getContact()
:Bitrix24API::$WITH_CONTACTS = 'CONTACTS'
;Bitrix24API::$WITH_COMPANIES = 'COMPANIES'
;Bitrix24API::$WITH_PRODUCTS = 'PRODUCTS'
;
- fixed name of exception class in some methods;
- some code changes for PSR-12: Extended Coding Style;
- update documentation;
- refactoring.
v1.4.2
- Fix error messages in class Bitrix24API;
- Change typos in README.md.
v1.4.0
Add new method getCatalogFields().