All Versions
39
Latest Version
Avg Release Cycle
88 days
Latest Release
1320 days ago

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
  • 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