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.
1 parent 93aa3c6 commit eda8911Copy full SHA for eda8911
Changelog.md
@@ -1,4 +1,9 @@
1
2
+0.14.1 Released on 2021-07-08
3
+----
4
+
5
+- Fix a bug for uploading files at Chinese regions.
6
7
0.14.0 Released on 2020-12-15
8
----
9
src/LeanCloud/Client.php
@@ -24,7 +24,7 @@ class Client {
24
/**
25
* Client version
26
*/
27
- const VERSION = '0.14.0';
+ const VERSION = '0.14.1';
28
29
30
* API Version string
0 commit comments