We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab00fe + 269da6a commit 557d30aCopy full SHA for 557d30a
Changelog.md
@@ -1,4 +1,10 @@
1
2
+0.5.2 发布日期:2017-01-22
3
+----
4
+
5
+* 修复 pointer 对象序列化为 object
6
+* 创建本地文件时支持传入文件名
7
8
0.5.1 发布日期:2016-11-25
9
----
10
src/LeanCloud/Client.php
@@ -23,7 +23,7 @@ class Client {
23
/**
24
* Client version
25
*/
26
- const VERSION = '0.5.1';
+ const VERSION = '0.5.2';
27
28
29
* API Endpoints for Regions
0 commit comments