We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e89979 commit 0a17583Copy full SHA for 0a17583
Changelog.md
@@ -1,4 +1,10 @@
1
2
+0.11.0 发布日期:2019-10-25
3
+----
4
+
5
+* 支持即时通讯服务新增的 _clientOnline、_clientOffline 这两个 hook。
6
+* 支持 PHP 7.3。
7
8
0.10.3 发布日期:2019-08-30
9
----
10
src/LeanCloud/Client.php
@@ -24,7 +24,7 @@ class Client {
24
/**
25
* Client version
26
*/
27
- const VERSION = '0.10.3';
+ const VERSION = '0.11.0';
28
29
30
* API Version string
0 commit comments