Skip to content

Commit 950112a

Browse files
authored
Merge pull request #54 from appwrite/dev
feat: PHP SDK update for version 18.0.1
2 parents 8f7bad9 + 4a8713f commit 950112a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 18.0.1
4+
5+
* Fix `TablesDB` service to use correct file name
6+
37
## 18.0.0
48

59
* Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors

β€Žsrc/Appwrite/Client.phpβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class Client
3737
*/
3838
protected array $headers = [
3939
'content-type' => '',
40-
'user-agent' => 'AppwritePHPSDK/18.0.0 ()',
40+
'user-agent' => 'AppwritePHPSDK/18.0.1 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '18.0.0',
44+
'x-sdk-version'=> '18.0.1',
4545
];
4646

4747
/**

0 commit comments

Comments
Β (0)