We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94445b3 commit 3901b7eCopy full SHA for 3901b7e
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 19.1.0
4
+
5
+* Added ability to create attributes and indexes synchronously while creating a collection
6
7
## 19.0.0
8
9
* Rename `VCSDeploymentType` enum to `VCSReferenceType`
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/19.0.0 ()',
+ 'user-agent' => 'AppwritePHPSDK/19.1.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '19.0.0',
+ 'x-sdk-version'=> '19.1.0',
45
];
46
47
/**
0 commit comments