Skip to content

Releases: line/line-bot-sdk-php

3.9.0

23 Apr 09:59
Compare
Choose a tag to compare

Add get number of messages sent #214

add support following.
Get number of sent reply
Get number of sent push messages
Get number of sent multicast messages

Add support for new property of webhook #216

  • add support for "destination" field in the webhook.
  • add support for new fields in Image, Video, and Audio event message object.

3.8.0

16 Apr 03:15
Compare
Choose a tag to compare

Support for play videos in imagemap messages #209

Support new property "video" for Imagemap message.

Move ext-posix to dev requirements #213

Move ext-posix to requirements in composer.json

Add Bulk Link/Unlink Richmenu to user #211

Add support following.

3.7.0

03 Apr 03:08
Compare
Choose a tag to compare

Member join event member leave event #203

Supported new events following.

3.6.1

26 Oct 08:52
Compare
Choose a tag to compare

Add and fix comments, variable names, typos and coding styles #189

This update is minor changes to clean up comments, variable names, typos and coding styles.
Which is almost nothing change to actual code, but if you find something wrong with this SDK, please let us know.

3.6.0

26 Oct 04:02
Compare
Choose a tag to compare

Supported AccountLink event #188

You can now handle account link event.
https://developers.line.me/en/reference/messaging-api/#account-link-event

3.5.0

25 Oct 04:17
Compare
Choose a tag to compare

Changed LocationMessage for message without title or address key #177

LocationMessage now allow null title parameter or address.

Fixed a issue that CurlHttpClient get method doesn't handle url parameters #186 #187

Fixed a issue that getGroupMemberIds() and getRoomMemberIds() methods are not working properly.

3.4.1

23 Oct 10:20
Compare
Choose a tag to compare

Add missing document files

Fixed the issue that we added RawMessageBuilder class at 3.4.0 but auto generated documents are not pushed correctly.

3.4.0

23 Oct 10:09
Compare
Choose a tag to compare

Change ButtonTemplateBuilder mandatory parameters #174

ButtonTemplateBuilder class accepts that both title and thumbnailImageUrl are optional parameters.

Add RawMessageBulder class #185

This class allows you to specify message array directory. This class doesn't call build() method internally. So you need to pass built message array to constructor of this class. You need to know about detail of the structure of the messages. But you can use new type of message without waiting support its builder class.

3.3.0

21 Aug 08:43
Compare
Choose a tag to compare

Support flex message #170

We have released Flex Message, a new message type for the Messaging API. Flex Messages are messages with a customizable layout. You can customize the layout freely by combining multiple elements.

https://developers.line.me/en/news/2018/06/

3.2.0

16 Aug 05:41
Compare
Choose a tag to compare

Supported quickReply message #169

This feature was contributed by @vocolboy. Thank you!

When a user receives a message that contains quick reply buttons from a bot, those buttons appear at the bottom of the chat screen. The user can simply tap one of the buttons to reply to the bot. The quick reply feature can be used in a one-on-one chat with a bot, a group, and a room. You can set up to 13 quick reply buttons to a message of any type.

https://developers.line.me/en/docs/messaging-api/using-quick-reply/

Fixed miner bugs

  • Travis CI now runs all tests #171
  • Support GET request with headers (Rel: #147) #172
  • Fix ext-curl and ext-json requirements #172
  • Added undocumented exception on PHPdoc comments #172