Skip to content

Commit 49dada6

Browse files
authored
Merge pull request #8 from zoho/beta
Beta
2 parents e2b4b20 + 4f42e6c commit 49dada6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ License
2525

2626

2727
## Latest Version
28+
29+
- [2.1.0](/versions/2.1.0/README.md)
30+
- ***trigger*** field has been added to the Notes API.
31+
2832
- [2.0.0](/versions/2.0.0/README.md)
2933
- New fields have been added to the History Tracking Fields API.
3034
- Fixed the issue with the inventory mass conversion status API.
@@ -45,10 +49,10 @@ For older versions, please [refer](https://github.com/zoho/zohocrm-php-sdk-8.0/r
4549

4650
## Including the SDK in your project
4751
You can include the SDK to your project using Composer.
48-
For installing the latest [version](https://github.com/zoho/zohocrm-php-sdk-8.0/releases/tag/2.0.0) of PHP SDK, navigate to the workspace of your client app and run the following command.
52+
For installing the latest [version](https://github.com/zoho/zohocrm-php-sdk-8.0/releases/tag/2.1.0) of PHP SDK, navigate to the workspace of your client app and run the following command.
4953

5054
```sh
51-
composer require zohocrm/php-sdk-8.0:2.0.0
55+
composer require zohocrm/php-sdk-8.0:2.1.0
5256
```
5357
With this, the PHP SDK will be installed and a package named vendor will be created in the workspace of your client app.
5458

@@ -67,4 +71,4 @@ For example, if you generate the tokens for your Sandbox environment in the CN d
6771
6872
---
6973

70-
For more details, kindly refer here. [here](/versions/2.0.0/README.md).
74+
For more details, kindly refer here. [here](/versions/2.1.0/README.md).

0 commit comments

Comments
 (0)