Skip to content

Releases: PouleR/facebook-messenger-bundle

v0.4.1

21 Mar 17:15
Compare
Choose a tag to compare

Fixes deprecations for Symfony 4.2, thanks to @Martin1982

v0.4.0

23 Nov 10:21
Compare
Choose a tag to compare

Symfony 4 support

v0.3.0

13 Mar 16:00
Compare
Choose a tag to compare

New features and a changed interface in this release

  • Usage of Facebook PHP SDK
  • Introduction of batch requests for messages
  • Update to Facebook API v2.12
  • Updated documentation

PLEASE NOTE, when upgrading from v0.2 you need to change the following:

  • GreetingTextConfiguration is changed, use setText() in stead of setGreetingText() on the Configuration object and use setGreetingText() in stead of postConfiguration()
  • GetStartedConfiguration is changed, use setGetStarted() in stead of postConfiguration()

Add pouler_facebook_messenger parameters to your Symfony configuration and add the app_id and app_secret of your Facebook Messenger application.

Account unlink

01 Mar 13:36
Compare
Choose a tag to compare

Add method to support account unlinking

Log out button

01 Mar 13:08
Compare
Choose a tag to compare

Add account_unlink / logout button

Account linking

23 Feb 10:21
5def73f
Compare
Choose a tag to compare
  • Add support for the login button
  • Account linking
  • Symfony 3 support

PHP 7 and PHPUnit 6.0

14 Sep 15:30
Compare
Choose a tag to compare
PHP 7 and PHPUnit 6.0 Pre-release
Pre-release

Drop support for PHP 5.x and add PHPUnit 6.0

Handle verification token

24 Aug 13:21
Compare
Choose a tag to compare
Pre-release

Add function to service to handle the verification token request

Symfony bundle

23 Aug 12:33
Compare
Choose a tag to compare
Symfony bundle Pre-release
Pre-release

First release as a Symfony bundle, major change in:

  • Namespaces
  • Quality (added unit tests)
  • Introduction of services

Setup repository for packagist

16 Aug 13:17
Compare
Choose a tag to compare
Pre-release
v0.1.1

Changes after new repository