Line Bot Sdk Php Versions Save

LINE Messaging API SDK for PHP

7.5.0

2 years ago

Add two optional properties to PostbackTemplateActionBuilder #379 - @nanato12

Reported by @hinoguma

Added these properties to Postback action.

Add two "webhook redelivery" properties to common properties #378 - @nanato12

Added these properties to webhook event object.

Add Rich Menu Switch Action Builder #377 - @sor4chi

Added RichMenuSwitchTemplateActionBuilder. https://developers.line.biz/en/reference/messaging-api/#richmenu-switch-action

7.3.1

2 years ago

Fix keywords of StickerMessage to optional

Fix bug of #368 @omoon thanks for your report!

7.3.0

2 years ago

Fix imageSet to optionaly

Fixed bug of #367 . @love99067333 thanks for your report !

Enhanced Messaging API features (Nov. 2021) - Sticker @snmatsui

Support followings.

  • add StickerMessage@getText method that correspond to new "text" data
  • add new StickerResourceTypes

See details. https://developers.line.biz/en/news/2021/11/09/messaging-api-update/

7.2.0

2 years ago

Add imageSet to ImageMessage #362

Support imageSet property. https://developers.line.biz/en/reference/messaging-api/#wh-image

Add Rich Menu Alias #363

Support this features. https://developers.line.biz/en/news/2021/?month=06&day=21&article=switch-between-multiple-rich-menus

7.1.0

2 years ago

Add get statistics per aggregation unit #353 @hinoguma

Support this feature. https://developers.line.biz/en/reference/partner-docs/#get-statistics-per-unit

Add PHPStan Static Analysis Tool and fix issues from level 1 to level 5

Add PHPStan.

Improve PHP_CodeSniffer configs with phpcs.xml

Improve PHP_CodeSniffer configs.

Remove Travis CI

We remove Travis CI . And use Github Actions!

Change to use phpDocumentor instead of apigen

We changed document generator to phpDocumentor. https://line.github.io/line-bot-sdk-php/

7.0.0

3 years ago

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

3 years ago

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. https://github.com/line/line-bot-sdk-php/issues/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

3 years ago

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

3 years ago

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