All Versions
39
Latest Version
Avg Release Cycle
88 days
Latest Release
1001 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.6.1 Changes
September 11, 2020๐ Changes
- Ensure compatibility with Laravel 7 and 8.
-
v2.6.0 Changes
May 31, 2020๐ 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)
-
v2.5.0
May 14, 2019 -
v2.4.1 Changes
August 09, 2018๐ Fixed
- ๐ new user method
getUserWithFields
is now available in tests as well
- ๐ new user method
-
v2.4.0 Changes
August 08, 2018โ 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
-
v2.3.3 Changes
May 02, 2018๐ Fixed
- ๐ Fixed an issue where the message matcher would not get called
-
v2.3.2 Changes
April 16, 2018๐ Fixed
- ๐ Fixed an issue where messages would get processed for verification requests.
-
v2.3.1 Changes
April 03, 2018๐ Fixes
- ๐ Allowed setting Dialogflow / API.ai language.
- ๐ Fixed an issue with fallback messages being called without any incoming messages.
-
v2.3.0 Changes
February 20, 2018โ 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
-
v2.2.0 Changes
February 19, 2018โ Added
- โ Added PSR11 compatibility