Botman Versions Save

A framework agnostic PHP library to build chat bots

2.1.10

6 years ago

Fixed

  • Fixes an issue that occurs when testing bot messages and the last incoming message was not properly reset.

2.1.9

6 years ago

Fixed

  • Fixed an issue with Outgoing Messages on PHP 7.2

2.1.8

6 years ago

Added

  • Added Dialogflow middleware class, to match the new product name.

1.5.9

6 years ago

Fixed

  • Use preg_replace instead of rtrim. This handles drivers named like TwitterDriver correctly.

2.1.7

6 years ago

Fixed

  • Fixed an issue that occurs when trying to use matching middlewares that only implement the Matching interface.

2.1.6

6 years ago

Added

  • The say method now accepts an array of recipients

2.1.5

6 years ago

Added

  • Added the ability to pass arrays as command callables

2.1.4

6 years ago

Misc

  • Update react version

2.1.3

6 years ago

Fixed

  • Fixed an issue with the driver verification (this time for real).

2.1.2

6 years ago

Fixed

  • Fixed an issue when trying to verify multiple HTTP based drivers