Skip to content

Releases: zoho/zcrm-php-sdk

Bug fix

03 Sep 04:59
Compare
Choose a tag to compare

Bug in the selection of inventory line items fixed

Supported process key in request body for record operations.

13 Jul 13:05
Compare
Choose a tag to compare

Supported process key in request body for record operations.

Email based Participants handled

23 Jun 14:33
Compare
Choose a tag to compare

Email-based Participants handled. the ID will be null for Email-based participants

handled Exception if User ID is not obtained

07 May 10:46
Compare
Choose a tag to compare

Handled code to throw an exception if accounts scope is not included in the generated grant token or when user email cannot be fetched with the generated access token

custom headers and params for getRecord() supported

24 Feb 06:29
Compare
Choose a tag to compare

-> custom headers and params for getRecord() supported.
-> mysql host address issue fixed.

search records bug fix

02 Dec 13:00
Compare
Choose a tag to compare

undefined index error fixed in search record

Include path modification removed

26 Nov 11:43
Compare
Choose a tag to compare

->log files generated in the project root (outside vendor)
->include path modification removed

Bulk API support provided

21 Nov 14:00
Compare
Choose a tag to compare

Provided Bulk API support in SDK.
Remote SQL database supported.
Custom persistence handler class name can be given.
Custom params and custom headers can be given.
Issue fix in custom view criteria value.

Following methods have been changed from from the last versions under each file.
ZCRMCustomView.php
-getRecords()

ZCRMModule.php
-getAllCustomViews()
-searchRecordsByWord() (function name changed from searchRecords())
-searchRecordsByPhone()
-searchRecordsByEmail()
-searchRecordsByCriteria()
-getAllDeletedRecords()
-getRecycleBinRecords()
-getPermanentlyDeletedRecords()

ZCRMOrganization.php
-getAllUsers()
-getAllActiveUsers()
-getAllDeactiveUsers()
-getAllConfirmedUsers()
-getAllNotConfirmedUsers()
-getAllDeletedUsers()
-getAllActiveConfirmedUsers()
-getAllAdminUsers()
-getAllActiveConfirmedAdmins()
-searchUsersByCriteria()

ZCRMRecord.php
-getRelatedListRecords()
-getAttachments()

please refer to the sample codes
https://www.zoho.com/crm/developer/docs/php-sdk/sample-codes.html

Handled the new OAuth response

18 Nov 12:17
Compare
Choose a tag to compare

Handled the new OAuth response

Issue fix in adding tax to product

11 Oct 12:18
Compare
Choose a tag to compare
  1. Issue fix in adding tax to product
    2)Multiple notes and notes attachment support provided