We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a05f1f commit 901a646Copy full SHA for 901a646
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 17.6.0
+## 18.0.0
4
5
* Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors
6
* Add support for `getScreenshot` method to `Avatars` service
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/17.6.0 ()',
+ 'user-agent' => 'AppwritePHPSDK/18.0.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '17.6.0',
+ 'x-sdk-version'=> '18.0.0',
45
];
46
47
/**
0 commit comments