Skip to content

Commit deb95f9

Browse files
authored
Merge pull request #206 from weakish/prepare-release-0.12.0
prepare release 0.12.0
2 parents b0a82a0 + eb119e2 commit deb95f9

File tree

6 files changed

+80
-74
lines changed

6 files changed

+80
-74
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
0.12.0 发布日期:2019-12-30
2+
0.12.0 发布日期:2020-04-21
33
----
44

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

99
0.11.0 发布日期:2019-10-25

Hacking.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Thanks for your contribution!
3434

3535
Make sure all tests are passed.
3636

37-
Run `make doc` and commit auto generated api doc.
38-
3937
Run `make release V=MAJOR.MINOR.PATCH` (e.g. `make release V=0.11.0`),
4038
and edit `Changelog.md` (git log subjects are for reference only, do not leave them unchanged).
4139

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ release:
77
make doc
88

99
doc:
10-
@rm -r docs
10+
@rm -rf docs
1111
@php5.6 vendor/bin/apigen generate --source src --destination docs
1212

1313
test_engine:

docs/class-LeanCloud.File.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1>Class File</h1>
135135
<b>Namespace:</b> <a href="namespace-LeanCloud.html">LeanCloud</a><br>
136136

137137

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

@@ -875,7 +875,7 @@ <h4>Returns</h4>
875875

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

880880
<div class="description short">
881881
<p>Save file on the cloud</p>
@@ -909,7 +909,7 @@ <h4>Throws</h4>
909909

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

914914
<div class="description short">
915915
<p>Fetch file object by id</p>
@@ -946,7 +946,7 @@ <h4>Returns</h4>
946946

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

951951
<div class="description short">
952952
<p>Delete file on cloud</p>
@@ -980,7 +980,7 @@ <h4>Throws</h4>
980980

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

985985
<div class="description short">
986986
<p>Encode to JSON representation</p>

docs/source-class-LeanCloud.Engine.LeanEngine.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ <h3>Exceptions</h3>
566566
</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>(
567567
</span><span id="430" class="l"> <span class="php-quote">'_messageReceived'</span>, <span class="php-quote">'_receiversOffline'</span>, <span class="php-quote">'_messageSent'</span>,
568568
</span><span id="431" class="l"> <span class="php-quote">'_conversationStart'</span>, <span class="php-quote">'_conversationStarted'</span>,
569-
</span><span id="432" class="l"> <span class="php-quote">'_conversationAdd'</span>, <span class="php-quote">'_conversationRemove'</span>, <span class="php-quote">'_conversationUpdate'</span>,
569+
</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>,
570570
</span><span id="433" class="l"> <span class="php-quote">'_clientOnline'</span>, <span class="php-quote">'_clientOffline'</span>, <span class="php-quote">'_rtmClientSign'</span>
571571
</span><span id="434" class="l"> ))) {
572572
</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>]);

docs/source-class-LeanCloud.File.html

Lines changed: 71 additions & 63 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)