Skip to content

Releases: botman/botman

2.6.1

11 Sep 01:46
Compare
Choose a tag to compare

Changes

  • Ensure compatibility with Laravel 7 and 8.

2.6.0

31 May 08:44
a3da1d6
Compare
Choose a tag to compare

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

14 May 21:25
c49cacb
Compare
Choose a tag to compare
Apply fixes from StyleCI (#1014)

2.4.1

09 Aug 13:18
b4d0781
Compare
Choose a tag to compare

Fixed

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

2.4.0

08 Aug 09:27
Compare
Choose a tag to compare

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

02 May 07:53
6518267
Compare
Choose a tag to compare

Fixed

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

2.3.2

16 Apr 09:47
Compare
Choose a tag to compare

Fixed

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

2.3.1

03 Apr 10:48
Compare
Choose a tag to compare

Fixes

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

2.3.0

20 Feb 22:38
b257986
Compare
Choose a tag to compare

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

19 Feb 20:32
Compare
Choose a tag to compare

Added

  • Added PSR11 compatibility