Releases: zoho/zcrm-php-sdk
Tags API support provided in SDK
IsIssue Fix: Unable to set field value for $approved in records create function
Fixed issue in setting the value for $approved
Ex.
$record->setFieldValue('$approved',false)
Issue fix in working with configuration array for configurations
1.1.1 Issue fix in working with configuration array for configurations
Support given to provide SDK Configuration details as map
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
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
1.0.3 If-Modified-Since header support given in getRecords method.
Bug fix in uploading attachment case
Exception getting raised while uploading a attachment to an entity. Now it's fixed
Bug fixes
-
Entity id coming as float value in 32 bit PHP build fixed. From this version onwards, Entity ids given/taken as String(Ex. "1386586000002680139")
-
Issue fix in user create
-
getDisplayFieldId method removed from ZCRMModule
-
Search records is now supported with criteria, phone and email based search
First Release
1.0.0 Bulk Update Records API support provided
Beta version release
0.0.3 Issue fix in addNote