Skip to content

Releases: zoho/zcrm-php-sdk

Tags API support provided in SDK

27 Nov 13:44
Compare
Choose a tag to compare

IsIssue Fix: Unable to set field value for $approved in records create function

14 Nov 06:48
Compare
Choose a tag to compare

Fixed issue in setting the value for $approved
Ex.
$record->setFieldValue('$approved',false)

Issue fix in working with configuration array for configurations

26 Oct 13:43
Compare
Choose a tag to compare
1.1.1

Issue fix in working with configuration array for configurations

Support given to provide SDK Configuration details as map

10 Oct 06:38
Compare
Choose a tag to compare

Zoho CRM PHP SDK can take the SDK configuration details as either map or through properties file given by SDK.
SDK Supports to take the mysql login details(port number, username, password) from user

Support given to trigger off the workflows and to trigger selected auto actions on records create and update

06 Sep 07:18
Compare
Choose a tag to compare

Support given to trigger off auto actions (like workflows, blueprints and approvals) on records create and update.
Support given to trigger only selected auto actions (like workflows, blueprints and approvals) on records create and update.

If-Modified-Since header support given in getRecords method

04 Jun 12:16
Compare
Choose a tag to compare
1.0.3

If-Modified-Since header support given in getRecords method.

Bug fix in uploading attachment case

20 Apr 05:47
Compare
Choose a tag to compare

Exception getting raised while uploading a attachment to an entity. Now it's fixed

Bug fixes

12 Apr 13:05
Compare
Choose a tag to compare
  1. Entity id coming as float value in 32 bit PHP build fixed. From this version onwards, Entity ids given/taken as String(Ex. "1386586000002680139")

  2. Issue fix in user create

  3. getDisplayFieldId method removed from ZCRMModule

  4. Search records is now supported with criteria, phone and email based search

First Release

28 Feb 05:36
Compare
Choose a tag to compare
1.0.0

Bulk Update Records API support provided

Beta version release

13 Feb 10:37
Compare
Choose a tag to compare
Beta version release Pre-release
Pre-release
0.0.3

Issue fix in addNote