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 d32111d commit cd9336aCopy full SHA for cd9336a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 17.2.1
+## 17.3.0
4
5
* Deprecate `createVerification` method in `Account` service
6
* Add `createEmailVerification` method in `Account` service
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/17.2.1 ()',
+ 'user-agent' => 'AppwritePHPSDK/17.3.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '17.2.1',
+ 'x-sdk-version'=> '17.3.0',
45
];
46
47
/**
0 commit comments