Skip to content

Releases: andrey-tech/bitrix24-api-php

v1.8.1

07 Apr 07:49
dded740
Compare
Choose a tag to compare

Changelog

  • 🔥 Add HTTP-header Connection: close to each POST-request: issue #17 (thanks @nikolablin).

v1.8.0

22 May 12:40
0a8ecee
Compare
Choose a tag to compare

Changelog

  • added new methods (pull request #5):
    • getContactsByPhone;
    • getTaskList.
  • updated README.md.

v1.7.0

20 Feb 13:10
7fc510a
Compare
Choose a tag to compare

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.

v1.6.0

07 Feb 09:00
24040be
Compare
Choose a tag to compare

Changelog

  • changes for new namespace of classes НТТР v3.0 and DebugLogger v2.0;
  • add new method setLogger();
  • fix Composer error Ambiguous class resolution, "App\AppException";
  • update code examples in README.md.

v1.5.0

04 Feb 12:14
c1658b2
Compare
Choose a tag to compare

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

23 Jan 13:57
92bc989
Compare
Choose a tag to compare
  • Fix error messages in class Bitrix24API;
  • Change typos in README.md.

v1.4.0

14 Jun 16:15
Compare
Choose a tag to compare

Add new method getCatalogFields().