We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ad612 commit 805f012Copy full SHA for 805f012
Changelog.md
@@ -1,4 +1,9 @@
1
2
+0.2.5 发布日期:2016-02-01
3
+----
4
+* 支持手机号码和密码登录
5
+* 修复查询 `_User` 未传递 sessionToken 导致查询失败
6
+
7
0.2.4 发布日期:2016-01-26
8
----
9
src/LeanCloud/LeanClient.php
@@ -23,7 +23,7 @@ class LeanClient {
23
/**
24
* Client version
25
*/
26
- const VERSION = '0.2.4';
+ const VERSION = '0.2.5';
27
28
29
* API Endpoints for Regions
0 commit comments