Skip to content

Releases: line/line-bot-sdk-php

7.0.0

11 Mar 12:34
Compare
Choose a tag to compare

Incompatible change

We updated major version with respect for semantic versioning.
Fixed class name typo. BubleContainerSize → BubbleContainerSize

test case naming error @TessaYeh #341

Fix class name typo.
BubleContainerSize → BubbleContainerSize

6.3.0

11 Mar 12:32
Compare
Choose a tag to compare

Fix EmojiInfo @nanato12 #337

Fix return type of EmojiInfo::getLength() PHPDoc.

add BaseEvent to toArray method @snmatsui #344

Added toArray method to BaseEvent for debug.

Remove ext-posix from require-dev for windows compatibility #349

Fix this issue with install on Windows.
#348

Add get-follower-ids-api #342 @hinoguma

Support following API.
https://developers.line.biz/ja/reference/messaging-api/#get-follower-ids

6.2.0

08 Feb 02:32
Compare
Choose a tag to compare

Add Activate Audience API @hinoguma #334

Supported activate audience API.
https://developers.line.biz/en/news/2021/01/27/activate-audience-api/

Add defaultAction for CarouselColumnTemplateBuilder @hinoguma #332

Supported missing defaultAction property for carousel column.
https://developers.line.biz/en/reference/messaging-api/#column-object-for-carousel

Add mentionees property to TextMessageEvent @nanato12 #329

Supported mention object in TextMessageEvent which allows us to capture mentionee information.
https://developers.line.biz/en/news/2021/01/20/messaging-api-update-january-2021/#text-message-type-properties-news

Add line-bot-http-client binding #327

Fixed an issue with custom http client usage.
https://www.line-community.me/ja/question/5fd1d77b4016904e521e7020

6.1.0

10 Dec 11:57
Compare
Choose a tag to compare

Fix return type in PHPDoc tags @nanato12 #322

Fix doc of getMember function.

isSucceeded return true if response code is 2xx @hinoguma #324

Change behavior of \LINEBot\Response#isSucceeded .Status code 200 ~ 299 -> true, other false.

Add keywords prop #325

Support this feature.
https://developers.line.biz/en/news/2020/12/02/messaging-api-update-december-2020/#keywords-news

6.0.0

19 Oct 04:20
Compare
Choose a tag to compare

Incompatible change

We updated major version with respect for semantic versioning.
To follow the bot api update, SpacerComponentBuilder has also been deprecated and removed from this SDK.

Supported Flex Update2 #320

See following issue #318 about details.

Add Bot Info #313 #319

Supported these features.

5.1.0

14 Oct 08:58
Compare
Choose a tag to compare

2020 October Update #313 #319

Support these features.

Laravel integration #240

Add minimum integration for Laravel.

5.0.0

01 Oct 07:40
Compare
Choose a tag to compare

Add upToRemainingQuota to NarrowCast #303

https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message

Stop support php 5.5 #308

We stopped to support php 5.5. please see this discussion.
#289

4.6.0

4.5.0

10 Jul 09:30
Compare
Choose a tag to compare

4.4.2

12 Jun 04:19
Compare
Choose a tag to compare

TextMessage constructor fails message without emojis #291

fix bug.