Skip to content

Commit c0d9e32

Browse files
committed
Release 3.15.0
1 parent bd4d5fd commit c0d9e32

File tree

5 files changed

+100
-48
lines changed

5 files changed

+100
-48
lines changed

docs/class-LINE.LINEBot.Constant.Meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Meta</h1>
125125
<td class="value">
126126
<div>
127127
<a href="#VERSION" class="anchor pull-right">#</a>
128-
<code><span class="php-quote">'3.14.0'</span></code>
128+
<code><span class="php-quote">'3.15.0'</span></code>
129129
</div>
130130
</td>
131131
</tr>

docs/class-LINE.LINEBot.html

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,42 @@ <h2>see</h2>
13961396

13971397

13981398

1399+
</div>
1400+
</div>
1401+
</td>
1402+
</tr>
1403+
1404+
1405+
1406+
<tr id="_getUserInteractionStatistics">
1407+
1408+
<td class="attributes col-md-1">
1409+
<code class="keyword">
1410+
public
1411+
1412+
1413+
</code>
1414+
</td>
1415+
1416+
<td class="name">
1417+
<div>
1418+
<a class="anchor pull-right" href="#_getUserInteractionStatistics">#</a>
1419+
<code><a href="source-class-LINE.LINEBot.html#641-645">getUserInteractionStatistics</a>( <span> string <span class="property-name">$requestId</span> </span> )</code>
1420+
1421+
<div class="description">
1422+
Get user interaction statistics
1423+
1424+
Returns statistics about how users interact with broadcast messages sent from your LINE official account.
1425+
Interactions are tracked for only 14 days after a message was sent.
1426+
The statistics are no longer updated after 15 days.
1427+
1428+
1429+
1430+
1431+
1432+
1433+
1434+
13991435
</div>
14001436
</div>
14011437
</td>
@@ -1416,7 +1452,7 @@ <h2>see</h2>
14161452
<td class="name">
14171453
<div>
14181454
<a class="anchor pull-right" href="#_createChannelAccessToken">#</a>
1419-
<code><a href="source-class-LINE.LINEBot.html#642-654">createChannelAccessToken</a>( <span> string <span class="property-name">$channelId</span> </span> )</code>
1455+
<code><a href="source-class-LINE.LINEBot.html#658-670">createChannelAccessToken</a>( <span> string <span class="property-name">$channelId</span> </span> )</code>
14201456

14211457
<div class="description">
14221458
Create channel access token
@@ -1453,7 +1489,7 @@ <h2>see</h2>
14531489
<td class="name">
14541490
<div>
14551491
<a class="anchor pull-right" href="#_revokeChannelAccessToken">#</a>
1456-
<code><a href="source-class-LINE.LINEBot.html#664-672">revokeChannelAccessToken</a>( <span> string <span class="property-name">$channelAccessToken</span> </span> )</code>
1492+
<code><a href="source-class-LINE.LINEBot.html#680-688">revokeChannelAccessToken</a>( <span> string <span class="property-name">$channelAccessToken</span> </span> )</code>
14571493

14581494
<div class="description">
14591495
Revoke channel access token

docs/source-class-LINE.LINEBot.Constant.Meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</span><span class="l" id="line-20">
8080
</span><span class="l" id="line-21"><span class="php-keyword1">class</span> Meta
8181
</span><span class="l" id="line-22">{
82-
</span><span class="l" id="line-23"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'3.14.0'</span>;
82+
</span><span class="l" id="line-23"> <span class="php-keyword1">const</span> VERSION = <span class="php-quote">'3.15.0'</span>;
8383
</span><span class="l" id="line-24">}
8484
</span><span class="l" id="line-25"></span><br></code></pre>
8585
</div>

docs/source-class-LINE.LINEBot.html

Lines changed: 59 additions & 43 deletions
Large diffs are not rendered by default.

src/LINEBot/Constant/Meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
class Meta
2222
{
23-
const VERSION = '3.14.0';
23+
const VERSION = '3.15.0';
2424
}

0 commit comments

Comments
 (0)