ZOHO CRM/PHP SDK 2.0.1
Install command
- composer require zohocrm/php-sdk: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:2.0.0
Notes
- Core Enhancements
- 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: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:1.1.7
Notes
- Issue fix
- Setting the list price as 0 for inventory records.
- Enhancement
- Code comments added to improve the readability.
ZOHO CRM/PHP SDK 1.1.6
Install command
- composer require zohocrm/php-sdk:1.1.6
Notes
- Issue fix: Warning triggered from getTags() method fixed.
ZOHO CRM/PHP SDK 1.1.5
Install command
- composer require zohocrm/php-sdk: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: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:1.1.3
Notes
- Enhancement: Support given to Tags.
ZOHO CRM/PHP SDK 1.1.2
Install command
- composer require zohocrm/php-sdk: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: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: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:1.0.4
Notes
- Enhancement: Support given to triggers.
ZOHO CRM/PHP SDK 1.0.3
Install command
- composer require zohocrm/php-sdk: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:1.0.2
Notes
- Issue fix: Exception in uploadAttachment method.
ZOHO CRM/PHP SDK 1.0.1
Install command
- composer require zohocrm/php-sdk: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:1.0.0
Notes
- First Release.
ZOHO CRM/PHP SDK 0.0.1 - 0.0.3
Install command
- composer require zohocrm/php-sdk:0.0.3
Notes
- Pre-release(beta VERSION).