Skip to content

v1.7.0

Compare
Choose a tag to compare
@andrey-tech andrey-tech released this 20 Feb 13:10
· 7 commits to master since this release
7fc510a

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 to getProductRowFields and moved from trait Deal to trait ProductRow.