Skip to content

Releases: botman/driver-facebook

1.11.0

11 Sep 02:11
Compare
Choose a tag to compare

Added

  • Added Quick Reply button to Generic Template.

Fixes

  • Fixes Trying to access array offset on value of type null on PHP 7.4.
  • Fixes Travis-CI setup.

1.10.0

19 Mar 06:40
Compare
Choose a tag to compare
  • Add Message Account Linking event to Facebook Driver
  • Bugfix: Quickreply button getText method will not return the text of the button again instead of the value

1.9.4

04 Oct 06:49
Compare
Choose a tag to compare
  • getUser method was changed for FB due to the new FB permissions. It works now again without using getUserWithFields. The second method is just an addition to select specific user fields when you got permission

  • OpenGraph Template was added

1.9.3

01 Oct 12:20
a289f88
Compare
Choose a tag to compare

Update Stub

1.9.2

07 Aug 08:27
dd4514d
Compare
Choose a tag to compare

is_reusable is now applied to attachments.

1.9.1

01 Aug 16:11
Compare
Choose a tag to compare

Added

  • Added getUserWithFields method.

1.9.0

20 Jul 12:52
Compare
Choose a tag to compare

Added

  • Moved to the new Facebook Graph API version

1.8.0

07 May 19:23
Compare
Choose a tag to compare

Added

Added support for the new messaging_type parameter.

1.7.0

10 Mar 19:57
Compare
Choose a tag to compare

Added

  • Added support for markSeen method (#49)
  • Added support for Element default actions (#60)
  • Added additional quick reply types (#63)

1.6.0

21 Jan 21:12
bf8f43d
Compare
Choose a tag to compare

Added

  • Added Laravel Service Providers