Skip to content

Commit 0a17583

Browse files
committed
doc: add change log for 0.11.0
1 parent 2e89979 commit 0a17583

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.11.0 发布日期:2019-10-25
3+
----
4+
5+
* 支持即时通讯服务新增的 _clientOnline、_clientOffline 这两个 hook。
6+
* 支持 PHP 7.3。
7+
28
0.10.3 发布日期:2019-08-30
39
----
410

src/LeanCloud/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client {
2424
/**
2525
* Client version
2626
*/
27-
const VERSION = '0.10.3';
27+
const VERSION = '0.11.0';
2828

2929
/**
3030
* API Version string

0 commit comments

Comments
 (0)