Skip to content

Releases: line/line-bot-sdk-php

1.5.0

09 Mar 09:33
Compare
Choose a tag to compare

Support PHP 5.4 and 5.5

1.4.0

20 Jan 14:08
Compare
Choose a tag to compare

Support multicast API

#48

Change to be able to set text field to PostbackTemplate

#47

1.3.0

27 Nov 07:14
Compare
Choose a tag to compare

Features

Add method to get message type #42

The new method MessageEvent#getMessageType() returns type of message event (e.g. text, image)

1.2.1

21 Nov 08:54
Compare
Choose a tag to compare

Bug Fixes

Append Content-Length: 0 to request header when body of POST is empty (#38)

Fix #35

1.2.0

17 Nov 06:36
Compare
Choose a tag to compare

Features

Support BaseEvent#getEventSourceId()

This method returns the identifier of the event source that associated with event source type (i.e. returns any: userId, groupId or roomId).

#36

Add method to get beacon event type

#37

1.1.0 - Provide function to retrieve response header(s) from Response class

19 Oct 07:23
Compare
Choose a tag to compare

Add two new methods to Response class

Now you can retrieve response header(s) through Response class.

Related:

Thank you for your suggestion, @samwierema.

Response#getHeader($name)

This method returns a response header string, or null if the response does not have a header of that name.

Response#getHeaders()

This method returns all of the response headers as string array.

Fix handling to specify endpoint base URI

#30

1.0.0 - Support new LINE Messaging API

29 Sep 04:40
Compare
Choose a tag to compare

Support new LINE Messaging API

Docs:

Dropped old trial bot API support

No longer support old trial bot.

0.1.0

27 Apr 11:01
Compare
Choose a tag to compare

Remove polyfill of hash_equals() from SDK dependency.

0.0.2

27 Apr 07:21
Compare
Choose a tag to compare

Fix dependencies

0.0.1

27 Apr 07:20
Compare
Choose a tag to compare

Original version