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.
2 parents f30a04e + 01913b9 commit 3aa44b7Copy full SHA for 3aa44b7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 17.4.0
+## 17.4.1
4
5
* Add transaction support for Databases and TablesDB
6
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/17.4.0 ()',
+ 'user-agent' => 'AppwritePHPSDK/17.4.1 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '17.4.0',
+ 'x-sdk-version'=> '17.4.1',
45
];
46
47
/**
0 commit comments