Releases: line/line-bot-sdk-php
3.9.0
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
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
Member join event member leave event #203
Supported new events following.
3.6.1
3.6.0
3.5.0
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
3.4.0
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
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.
3.2.0
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/