Releases: supersonictw/line-bot-sdk-php-tiny
Releases · supersonictw/line-bot-sdk-php-tiny
Version 2.4.2
Add notes to constructor, and make issueChannelAccessToken
setup values automatically.
Version 2.4.1
Add Features
- getMessageDeliveriesCount
- getFollowersCount
- getFriendDemographics
- getUserInteractionStatistics
- getFollowersIds
- getGroup
- getGroupMemberCount
- getRoomMemberCount
- broadcast
- getSendMessagesQuota
- getAllMessagesSentCount
- getReplyMessagesSentCount
- getPushMessagesSentCount
- getMulticastMessagesSentCount
- getBroadcastMessagesSentCount
- confirmingAudienceGroupStatus
...more, as much as LINE Messaging API platform supported.
v2.4.1 is not compatible to v2.4 and older versions, please review and check your codes after updating, thanks.
Version 2.4
- Update some endpoint to
https://api-data.line.me
- Set the functions in
LINEMSG
class as static
This is a temporary release that only modify for https://developers.line.biz/zh-hant/news/2020/08/12/extention-of-domain-name-change-transition-period/
The real new releasev2.4
isv2.4.1
which is under developing.
Version 2.3
Add Features
- getRichMenuList
- getRichMenu
- createRichMenu
- deleteRichMenu
- getRichMenuIdOfUser
- linkRichMenuToUser
- unlinkRichMenuFromUser
- getRichMenuImage
- downloadRichMenuImage
- class LINEMSG_Template actions
Repair
- class LINEMSG_Template
- class LINEMSG_Flex
Delete
- Documents
Version 2.2
Add Features
- Oauth
- issueUserLinkToken
- getMessageObject
- downloadtMessageObject
- class LINEMSG_Imagemap
- class LINEMSG_Template
- class LINEMSG_FlexContainer
Version 2.1
In this version, it is removed fork relationship from line-bot-sdk-php
History
v2.1
Add functions to get informations
v2.0
Add class "LINEMSG"
v1.0
Fork from line-bot-sdk-php and Remove All Files except "line-bot-sdk-tiny"
And add "leaveRoom" and "leaveGroup"