File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Change Log
2
+
3
+ ## 15.1.0
4
+
5
+ * Add ` incrementDocumentAttribute ` and ` decrementDocumentAttribute ` support to ` Databases ` service
6
+ * Add ` dart38 ` and ` flutter332 ` support to runtime models
7
+ * Add ` gif ` support to ` ImageFormat ` enum
8
+ * Add ` upsertDocument ` support to ` Databases ` service
9
+ * Add ` sequence ` support to ` Document ` model
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ class Client
37
37
*/
38
38
protected array $ headers = [
39
39
'content-type ' => '' ,
40
- 'user-agent ' => 'AppwritePHPSDK/15.0 .0 () ' ,
40
+ 'user-agent ' => 'AppwritePHPSDK/15.1 .0 () ' ,
41
41
'x-sdk-name ' => 'PHP ' ,
42
42
'x-sdk-platform ' => 'server ' ,
43
43
'x-sdk-language ' => 'php ' ,
44
- 'x-sdk-version ' => '15.0 .0 ' ,
44
+ 'x-sdk-version ' => '15.1 .0 ' ,
45
45
];
46
46
47
47
/**
You can’t perform that action at this time.
0 commit comments