Releases: ker0x/messenger
Releases · ker0x/messenger
1.3.0
- update API version to 2.9
- add API for Thread (#54)
- add API for Tag (#46)
- add support for tags inside Send API (#46)
- add callback for Policy Enforcement (#59)
- add callback for App Roles (#60)
- add callback for Standby (#61)
- fix issue #50 (Thanks to @Khodl)
- rename namespace
Kerox\Messenger\Common\Buttons
toKerox\Messenger\Common\Button
- remove classes
ThreadSettings
and all classes inside namespaceKerox\Messenger\Model\ThreadSettings
- remove methods
sendMessage()
andsendAction()
from Send API - remove method
getProfile()
from User API - remove methods
sendSubscribe()
andgetChalleng()
from Webhook API - update README
- update tests
1.2.0
- update API version to 2.8 (#22)
- add API for Messenger Code (#23)
- add API for Messenger Insights (#24)
- add API for Messenger Profile (#27)
- add methods
message()
,action()
, andattachment()
to Send API (#25) - add method
profile()
to User API - add methods
subscribe()
andchallenge()
to Webhook API - deprecated classes
Thread
,ThreadSettings
and all classes inside namespaceKerox\Messenger\Model\ThreadSettings
(#27) - deprecated methods
sendMessage()
andsendAction()
from Send API - deprecated method
getProfile()
from User API - deprecated methods
sendSubscribe()
andgetChalleng()
from Webhook API - replace
itemUrl
bydefaultAction
for WebUrl button (#40) - add method
setWebviewSahreButton()
to WebUrl button (#40) - update Share button to handle Generic template
- update README
- update tests