Releases: PouleR/facebook-messenger-bundle
Releases · PouleR/facebook-messenger-bundle
v0.4.1
v0.4.0
v0.3.0
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
Add method to support account unlinking
Log out button
Add account_unlink / logout button
Account linking
- Add support for the login button
- Account linking
- Symfony 3 support
PHP 7 and PHPUnit 6.0
Drop support for PHP 5.x and add PHPUnit 6.0
Handle verification token
Add function to service to handle the verification token request
Symfony bundle
First release as a Symfony bundle, major change in:
- Namespaces
- Quality (added unit tests)
- Introduction of services
Setup repository for packagist
v0.1.1 Changes after new repository