Skip to content

Releases: line/line-bot-sdk-php

3.12.0

21 Jun 06:31
Compare
Choose a tag to compare

Support OAuth #229

Support following api

LINE Things - automatic communication feature support #232

Support Scenario result event

3.11.0

22 May 03:23
Compare
Choose a tag to compare

Add device Link/unlink events #221

Support following api.

Enhanced Messaging API features after redesign(04/18) #225

Get the target limit for additional messages

  • add support for "Get the target limit for additional messages api"

Get number of messages sent this month

  • add support for "Get number of messages sent this month api"

Send push message

  • add support for notificationDisabled param

Send multicast message

  • add support for notificationDisabled param

Send broadcast message

  • add support for "Send broadcast message api"

Get number of sent broadcast messages

  • add support for "Get number of sent broadcast messages api"

3.10.0

29 Apr 01:44
Compare
Choose a tag to compare

Add support for altUri.desktop property #218

Support new param "altUri.desktop" for URI action
https://developers.line.biz/en/reference/messaging-api/#uri-action

Add issue link token #217

Support following api
https://developers.line.biz/en/reference/messaging-api/#issue-link-token

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.