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
3737 */
3838 protected array $ headers = [
3939 'content-type ' => '' ,
40- 'user-agent ' => 'AppwritePHPSDK/15.0 .0 () ' ,
40+ 'user-agent ' => 'AppwritePHPSDK/15.1 .0 () ' ,
4141 'x-sdk-name ' => 'PHP ' ,
4242 'x-sdk-platform ' => 'server ' ,
4343 'x-sdk-language ' => 'php ' ,
44- 'x-sdk-version ' => '15.0 .0 ' ,
44+ 'x-sdk-version ' => '15.1 .0 ' ,
4545 ];
4646
4747 /**
You can’t perform that action at this time.
0 commit comments