Skip to content

Commit

Permalink
Merge pull request #206 from weakish/prepare-release-0.12.0
Browse files Browse the repository at this point in the history
prepare release 0.12.0
  • Loading branch information
weakish authored Apr 21, 2020
2 parents b0a82a0 + eb119e2 commit deb95f9
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 74 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

0.12.0 发布日期:2019-12-30
0.12.0 发布日期:2020-04-21
----

* 支持平滑推送(`flow_control`
* 支持即使通讯服务的 `_rtmClientSign` hook
* 支持即时通讯服务的 `_rtmClientSign``_conversationAdded``_conversationRemoved` hook
* 支持 PHP 7.4

0.11.0 发布日期:2019-10-25
Expand Down
2 changes: 0 additions & 2 deletions Hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Thanks for your contribution!

Make sure all tests are passed.

Run `make doc` and commit auto generated api doc.

Run `make release V=MAJOR.MINOR.PATCH` (e.g. `make release V=0.11.0`),
and edit `Changelog.md` (git log subjects are for reference only, do not leave them unchanged).

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release:
make doc

doc:
@rm -r docs
@rm -rf docs
@php5.6 vendor/bin/apigen generate --source src --destination docs

test_engine:
Expand Down
10 changes: 5 additions & 5 deletions docs/class-LeanCloud.File.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1>Class File</h1>
<b>Namespace:</b> <a href="namespace-LeanCloud.html">LeanCloud</a><br>


<b>Located at</b> <a href="source-class-LeanCloud.File.html#9-442" title="Go to source code">LeanCloud/File.php</a>
<b>Located at</b> <a href="source-class-LeanCloud.File.html#9-451" title="Go to source code">LeanCloud/File.php</a>
<br>
</div>

Expand Down Expand Up @@ -875,7 +875,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_save">#</a>
<code><a href="source-class-LeanCloud.File.html#350-397" title="Go to source code">save</a>( )</code>
<code><a href="source-class-LeanCloud.File.html#350-406" title="Go to source code">save</a>( )</code>

<div class="description short">
<p>Save file on the cloud</p>
Expand Down Expand Up @@ -909,7 +909,7 @@ <h4>Throws</h4>

<td class="name"><div>
<a class="anchor" href="#_fetch">#</a>
<code><a href="source-class-LeanCloud.File.html#399-412" title="Go to source code">fetch</a>( <span> <var>$objectId</var></span> )</code>
<code><a href="source-class-LeanCloud.File.html#408-421" title="Go to source code">fetch</a>( <span> <var>$objectId</var></span> )</code>

<div class="description short">
<p>Fetch file object by id</p>
Expand Down Expand Up @@ -946,7 +946,7 @@ <h4>Returns</h4>

<td class="name"><div>
<a class="anchor" href="#_destroy">#</a>
<code><a href="source-class-LeanCloud.File.html#414-424" title="Go to source code">destroy</a>( )</code>
<code><a href="source-class-LeanCloud.File.html#423-433" title="Go to source code">destroy</a>( )</code>

<div class="description short">
<p>Delete file on cloud</p>
Expand Down Expand Up @@ -980,7 +980,7 @@ <h4>Throws</h4>

<td class="name"><div>
<a class="anchor" href="#_encode">#</a>
<code><a href="source-class-LeanCloud.File.html#426-441" title="Go to source code">encode</a>( )</code>
<code><a href="source-class-LeanCloud.File.html#435-450" title="Go to source code">encode</a>( )</code>

<div class="description short">
<p>Encode to JSON representation</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/source-class-LeanCloud.Engine.LeanEngine.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h3>Exceptions</h3>
</span><span id="429" class="l"> <span class="php-keyword1">if</span> (<span class="php-keyword2">in_array</span>(<span class="php-var">$funcName</span>, <span class="php-keyword1">array</span>(
</span><span id="430" class="l"> <span class="php-quote">'_messageReceived'</span>, <span class="php-quote">'_receiversOffline'</span>, <span class="php-quote">'_messageSent'</span>,
</span><span id="431" class="l"> <span class="php-quote">'_conversationStart'</span>, <span class="php-quote">'_conversationStarted'</span>,
</span><span id="432" class="l"> <span class="php-quote">'_conversationAdd'</span>, <span class="php-quote">'_conversationRemove'</span>, <span class="php-quote">'_conversationUpdate'</span>,
</span><span id="432" class="l"> <span class="php-quote">'_conversationAdd'</span>, <span class="php-quote">'_conversationAdded'</span>, <span class="php-quote">'_conversationRemove'</span>, <span class="php-quote">'_conversationRemoved'</span>, <span class="php-quote">'_conversationUpdate'</span>,
</span><span id="433" class="l"> <span class="php-quote">'_clientOnline'</span>, <span class="php-quote">'_clientOffline'</span>, <span class="php-quote">'_rtmClientSign'</span>
</span><span id="434" class="l"> ))) {
</span><span id="435" class="l"> <span class="php-keyword1">static</span>::verifyHookSign(<span class="php-var">$funcName</span>, <span class="php-var">$body</span>[<span class="php-quote">&quot;__sign&quot;</span>]);
Expand Down
134 changes: 71 additions & 63 deletions docs/source-class-LeanCloud.File.html

Large diffs are not rendered by default.

0 comments on commit deb95f9

Please sign in to comment.