You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ License
25
25
26
26
27
27
## Latest Version
28
+
29
+
-[2.1.0](/versions/2.1.0/README.md)
30
+
-***trigger*** field has been added to the Notes API.
31
+
28
32
-[2.0.0](/versions/2.0.0/README.md)
29
33
- New fields have been added to the History Tracking Fields API.
30
34
- 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
45
49
46
50
## Including the SDK in your project
47
51
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.
49
53
50
54
```sh
51
-
composer require zohocrm/php-sdk-8.0:2.0.0
55
+
composer require zohocrm/php-sdk-8.0:2.1.0
52
56
```
53
57
With this, the PHP SDK will be installed and a package named vendor will be created in the workspace of your client app.
54
58
@@ -67,4 +71,4 @@ For example, if you generate the tokens for your Sandbox environment in the CN d
67
71
68
72
---
69
73
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