Release Notes
Current Version: ZOHO CRM/PHP SDK 2.2.1
Install command
composer require zohocrm/php-sdk-archive:2.2.1
Notes:
Issue Fix
Fixed the inconsistency in the selection of the inventory line items.
Previous Versions
ZOHO CRM/PHP SDK 2.2.0
Install command
composer require zohocrm/php-sdk-archive:2.2.0
Notes:
Enhancement
This version supports the "process" key in the request body for record operations.
ZOHO CRM/PHP SDK 2.1.2
Install command
composer require zohocrm/php-sdk-archive:2.1.2
Notes:
Issue Fix
Fixed the error when you retrieve Events using the getRecords method and the participant(s) was invited only through an email.
ZOHO CRM/PHP SDK 2.1.1
Install command
composer require zohocrm/php-sdk-archive:2.1.1
Notes:
Issue Fix
The SDK throws an exception if the accounts scope (aaaserver.profile.READ) is not included in the generated grant token or when the user's email cannot be fetched with the generated access token.
ZOHO CRM/PHP SDK 2.1.0
Install command
composer require zohocrm/php-sdk-archive:2.1.0
Notes:
Enhancement
Custom parameters and headers supported in the getRecord() method.
ZOHO CRM/PHP SDK 2.0.9
Install command
composer require zohocrm/php-sdk-archive:2.0.9
Notes:
Issue Fix
Undefined index error fixed in search record.
ZOHO CRM/PHP SDK 2.0.8
Install command
composer require zohocrm/php-sdk-archive:2.0.8
Notes:
Issue Fix
Include path modification removed from file persistence and logging.
Log file will be generated outside vendor, if not specified.
ZOHO CRM/PHP SDK 2.0.7
Install command
composer require zohocrm/php-sdk-archive:2.0.7
Notes:
Enhancements
Supports Bulk Read and Bulk Write API.
Supports Remote SQL database.
You can provide the name of the custom persistence handler class.
You can specify custom params and custom headers.
Issue Fixes
In custom view criteria value.
Following methods have been changed from the last version 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()
Refer to the sample codes for more details.
ZOHO CRM/PHP SDK 2.0.6
Install command
composer require zohocrm/php-sdk-archive:2.0.6
Notes:
Enhancement
Handled the change in the OAuth token response.
ZOHO CRM/PHP SDK 2.0.5
Install command
composer require zohocrm/php-sdk-archive:2.0.5
Notes:
Enhancement
Multiple notes API supported.
Notes attachments supported.
Issue Fix
Taxes can be added to product.
ZOHO CRM/PHP SDK 2.0.4
Install command
composer require zohocrm/php-sdk-archive:2.0.4
Notes:
Issue Fix
Undefined index for api_name error fixed in Fields GET method.
ZOHO CRM/PHP SDK 2.0.3
Install command
composer require zohocrm/php-sdk-archive:2.0.3
Notes:
Issue Fix
API Constant fix and get instance method changed to static.
ZOHO CRM/PHP SDK 2.0.2
Install command
composer require zohocrm/php-sdk-archive:2.0.2
Notes:
Enhancement
variable and variable api supported.
ZOHO CRM/PHP SDK 2.0.1
Install command
composer require zohocrm/php-sdk-archive:2.0.1
Notes:
Enhancement
Tag names can contain spaces in between them, while associating with records.
Tag names can be retrieved as "ZCRMTag" objects in records function.
ZOHO CRM/PHP SDK 2.0.0
Install command
composer require zohocrm/php-sdk-archive:2.0.0
Notes:
Core Enhancement
Configuration details should be passed ONLY as a map (array). Configuration properties files are not supported.
Current user should be set in the configuration map or by using ZCRMRestClient::setCurrentUser('$userEmailId') function.
Other Enhancements
PSR-4 standards followed.
Line tax support provided for Inventory modules.
Line item can now be added, updated or deleted. (This costs 2 API Credits).
Org tax API supported.
Trigger support given for specific(single) create and update operations.
Lead Assignment rule supported.
Custom DB support provided.
Duplicate check fields support provided for upsert record.
Additional details can be added to Convert Lead operation.
Criteria pattern and condition can be extracted directly in customview API.
Multiple clients are supported.
Documentation for the previous versions can be found here.ZOHO CRM/PHP SDK 1.1.8
Install command
composer require zohocrm/php-sdk-archive:1.1.8
Notes:
Enhancement
Lead assignment rule support given for single create and bulk create of records.
ZOHO CRM/PHP SDK 1.1.7
Install command
composer require zohocrm/php-sdk-archive:1.1.7
Notes:
Enhancement
Code comments added to improve the readability.
Issue Fix
Setting the list price as 0 for inventory records.
ZOHO CRM/PHP SDK 1.1.6
Install command
composer require zohocrm/php-sdk-archive:1.1.6
Notes:
Enhancement
Warning triggered from getTags() method fixed.
ZOHO CRM/PHP SDK 1.1.5
Install command
composer require zohocrm/php-sdk-archive:1.1.5
Notes:
Issue Fix
Regarding TagAPIHandler.php file import in Linux system.
ZOHO CRM/PHP SDK 1.1.4
Install command
composer require zohocrm/php-sdk-archive:1.1.4
Notes:
Issue Fix
Regarding count() in php 7.2
ZOHO CRM/PHP SDK 1.1.3
Install command
composer require zohocrm/php-sdk-archive:1.1.3
Notes:
Enhancement
Support given to Tags.
ZOHO CRM/PHP SDK 1.1.2
Install command
composer require zohocrm/php-sdk-archive:1.1.2
Notes:
Issue Fix
Field value for $approved is not getting set in records create.
ZOHO CRM/PHP SDK 1.1.1
Install command
composer require zohocrm/php-sdk-archive:1.1.1
Notes:
Issue Fix
In working with configuration map for configurations.
ZOHO CRM/PHP SDK 1.1.0
Install command
composer require zohocrm/php-sdk-archive:1.1.0
Notes:
Enhancement
Support given to provide SDK Configuration details as map.
ZOHO CRM/PHP SDK 1.0.4
Install command
composer require zohocrm/php-sdk-archive:1.0.4
Notes:
Enhancement
Support given to triggers.
ZOHO CRM/PHP SDK 1.0.3
Install command
composer require zohocrm/php-sdk-archive:1.0.3
Notes:
Enhancement
If-Modified-Since header support given in getRecords method.
ZOHO CRM/PHP SDK 1.0.2
Install command
composer require zohocrm/php-sdk-archive:1.0.2
Notes:
Issue Fix
Exception in uploadAttachment method.
ZOHO CRM/PHP SDK 1.0.1
Install command
composer require zohocrm/php-sdk-archive:1.0.1
Notes:
Issue Fix
Entity id passed as float value(In some 32 bit php Version long gets converted to float).
User creation.
getDisplayFieldId method removed from ZCRMModule class.
Miscellaneous fixes.
Enhancement
Search records is now supported with criteria, phone and email.
ZOHO CRM/PHP SDK 1.0.0
Install command
composer require zohocrm/php-sdk-archive:1.0.0
Notes:
First Release.
ZOHO CRM/PHP SDK 0.0.1 - 0.0.3
Notes:
Pre-release(beta VERSION).