From 805f01252a424490298f1639ec18b30ea064bcb6 Mon Sep 17 00:00:00 2001 From: Juvenn Woo Date: Mon, 1 Feb 2016 15:32:45 +0800 Subject: [PATCH] Release v0.2.5 --- Changelog.md | 5 +++++ src/LeanCloud/LeanClient.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 31ded28..be96b31 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,9 @@ +0.2.5 发布日期:2016-02-01 +---- +* 支持手机号码和密码登录 +* 修复查询 `_User` 未传递 sessionToken 导致查询失败 + 0.2.4 发布日期:2016-01-26 ---- diff --git a/src/LeanCloud/LeanClient.php b/src/LeanCloud/LeanClient.php index 7343de4..077f334 100644 --- a/src/LeanCloud/LeanClient.php +++ b/src/LeanCloud/LeanClient.php @@ -23,7 +23,7 @@ class LeanClient { /** * Client version */ - const VERSION = '0.2.4'; + const VERSION = '0.2.5'; /** * API Endpoints for Regions