All Versions
39
Latest Version
Avg Release Cycle
88 days
Latest Release
1322 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