Skip to content

Releases: supersonictw/line-bot-sdk-php-tiny

Version 2.4.2

28 Jul 09:42
Compare
Choose a tag to compare

Add notes to constructor, and make issueChannelAccessToken setup values automatically.

Version 2.4.1

28 Aug 04:18
Compare
Choose a tag to compare

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

25 Aug 15:19
2d3ca99
Compare
Choose a tag to compare
  • 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 release v2.4 is v2.4.1 which is under developing.

Version 2.3

17 Oct 13:15
68e8ef0
Compare
Choose a tag to compare

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

25 Aug 13:42
9c6ced8
Compare
Choose a tag to compare

Add Features

  • Oauth
  • issueUserLinkToken
  • getMessageObject
  • downloadtMessageObject
  • class LINEMSG_Imagemap
  • class LINEMSG_Template
  • class LINEMSG_FlexContainer

Version 2.1

25 Aug 13:47
Compare
Choose a tag to compare

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"