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 ace022a commit 6a05f1fCopy full SHA for 6a05f1f
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Change Log
2
3
-## 17.5.1
+## 17.6.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
7
+* Add `Output`, `Theme` and `Timezone` enums
8
9
## 17.5.0
10
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/17.5.1 ()',
+ 'user-agent' => 'AppwritePHPSDK/17.6.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '17.5.1',
+ 'x-sdk-version'=> '17.6.0',
45
];
46
47
/**
0 commit comments