Skip to content

Commit 805f012

Browse files
committed
Release v0.2.5
1 parent b5ad612 commit 805f012

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.2.5 发布日期:2016-02-01
3+
----
4+
* 支持手机号码和密码登录
5+
* 修复查询 `_User` 未传递 sessionToken 导致查询失败
6+
27
0.2.4 发布日期:2016-01-26
38
----
49

src/LeanCloud/LeanClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LeanClient {
2323
/**
2424
* Client version
2525
*/
26-
const VERSION = '0.2.4';
26+
const VERSION = '0.2.5';
2727

2828
/**
2929
* API Endpoints for Regions

0 commit comments

Comments
 (0)