Skip to content

Releases: leancloud/php-sdk

Release 0.14.2

11 May 08:57
66f57f0
Compare
Choose a tag to compare
  • Require phone number when verify sms code

Release 0.14.1

08 Jul 12:48
922f8de
Compare
Choose a tag to compare

Fix a bug for uploading files at Chinese regions.

Release 0.14.0

15 Dec 06:20
f3667a5
Compare
Choose a tag to compare
  • Add runRemote() (invoking cloud function remotely).
  • Allow specifying the file key/path with masterKey.
  • Add license (Apache-2.0).

Release 0.13.0

15 Jul 12:12
1b665d1
Compare
Choose a tag to compare
  • Add requestChangePhoneNumber & changePhoneNumber to verify mobile number before updating it.
  • Add _messageUpdate hook.
  • Add setApiTimeout to specify request timeout.

Release 0.12.0

21 Apr 04:09
deb95f9
Compare
Choose a tag to compare
  • 支持平滑推送(flow_control
  • 支持即时通讯服务的 _rtmClientSign_conversationAdded_conversationRemoved hook
  • 支持 PHP 7.4

Release 0.11.0

25 Oct 10:27
e7d3480
Compare
Choose a tag to compare
* 支持即时通讯服务新增的 `_clientOnline`、`_clientOffline` 这两个 hook。

* 支持 PHP 7.3。

Release 0.10.3

30 Aug 08:00
00f5cb2
Compare
Choose a tag to compare
  • 优化云引擎错误处理
  • 处理中间件中的异常,避免返回 500 内部错误。比如 sessionToken 不合法的异常。
  • 在云引擎错误栈中,打印请求到 API 的 method, url

Release 0.10.2

24 Jun 13:51
1d8a592
Compare
Choose a tag to compare
  • 修复验证码登录或注册问题

Release 0.10.1

24 Jun 09:05
f1492b1
Compare
Choose a tag to compare
  • 修复验证码登录或注册问题

Release 0.10.0

24 Jun 07:18
8a091d2
Compare
Choose a tag to compare
  • 添加 User::signUpOrLoginByMobilePhone 支持手机注册或登录