Botman Versions Save

A framework agnostic PHP library to build chat bots

2.6.1

3 years ago

Changes

  • Ensure compatibility with Laravel 7 and 8.

2.6.0

3 years ago

Changes

  • Added missing namespace 'File' (#1105)
  • Apply fixes from StyleCI (#1107)
  • symfony/http-foundation 5.0 (#1117)
  • Allow any callable as a callback (#1102)
  • Added OutgoingMessage type to BotMan::reply() $message parameter (#1104)
  • Add tests for PHP 7.4. (#1134)
  • Update LaravelCache.php (#1028)
  • Indicate possible null values in PHPDoc @return (#1097)
  • Updated compatibility for tightenco/collect (#1063)
  • fix wit ai connection (#1131)
  • Add Select action for Slack (#1087)
  • Allow BotMan to hear from an array of commands (#855)
  • Fix type of Curl::prepareRequest() (#1059)

2.5.0

4 years ago

2.4.1

5 years ago

Fixed

  • new user method getUserWithFields is now available in tests as well

2.4.0

5 years ago

Added

  • Added ability to listen for multiple events at once

Fixed

  • Fixed Symfony dependency issues
  • Allow using opis/closure 3.0
  • Fix invalid conversation cache handling

2.3.3

5 years ago

Fixed

  • Fixed an issue where the message matcher would not get called

2.3.2

6 years ago

Fixed

  • Fixed an issue where messages would get processed for verification requests.

2.3.1

6 years ago

Fixes

  • Allowed setting Dialogflow / API.ai language.
  • Fixed an issue with fallback messages being called without any incoming messages.

2.3.0

6 years ago

Added

  • Added extras on attachment objects
  • Added support for Laravel's autowiring in the PSR-11 implementation

Fixed

  • Fixed an issue with custom middleware added to specific hears commands

2.2.0

6 years ago

Added

  • Added PSR11 compatibility