From 4513625c88b8a0e9cffd92d596f4076a23bc10a0 Mon Sep 17 00:00:00 2001 From: Juvenn Woo Date: Fri, 18 Nov 2016 11:54:36 +0800 Subject: [PATCH] Release 0.5.0 --- Changelog.md | 7 +++++++ src/LeanCloud/Client.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bb04440..91c78f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,11 @@ +0.5.0 发布日期:2016-11-18 +---- + +* 添加 User#getRoles 方法获取角色 +* 添加 User#isAuthenticated 方法检测用户是否登录 +* 添加 User#refreshSessionToken 方法重置 token + 0.4.2 发布日期:2016-11-03 ---- diff --git a/src/LeanCloud/Client.php b/src/LeanCloud/Client.php index b9a7719..56bba60 100644 --- a/src/LeanCloud/Client.php +++ b/src/LeanCloud/Client.php @@ -23,7 +23,7 @@ class Client { /** * Client version */ - const VERSION = '0.4.2'; + const VERSION = '0.5.0'; /** * API Endpoints for Regions