Skip to content

v1.5.0

Compare
Choose a tag to compare
@andrey-tech andrey-tech released this 04 Feb 12:14
· 9 commits to master since this release
c1658b2

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.