Releases: telepath-php/laravel
Releases · telepath-php/laravel
Version 0.4.0
Changelog:
- Adds support for the
EventDispatcher
and the correspondingBeforeHandlingUpdate
andAfterHandlingUpdate
events. See https://github.com/telepath-php/telepath/releases/tag/v0.13.0
Version 0.3.1
Changelog:
- Allow incoming webhook requests from local subnets if in local environment or if the .env variable TELEPATH_ALLOW_LOCAL_SUBNETS is set to true.
Version 0.3.0
Changelog:
- Update to incorporate changes from
telepath/telepath
for the newBotBuilder
class.
Version 0.2.4
Changelog:
- Fixed problem on missing .env.example on
telepath:install
command
Version 0.2.3
Changelog:
- Fixed a version constraint
Version 0.2.2
Changelog:
- Added Logging
- Cache uses the configured cache of laravel.
Version 0.2.1
Mostly Refactoring...
Version 0.2.0
Changelog
- Added new Middleware to verify if incoming webhook requests are coming from Telegram servers.
Breaking Changes
- config was restructured, you may need to execute
php artisan telepath:install -f
again to overwrite it.
Version 0.1.3
Changelog:
- Improved setup of .env variables on
telepath:install
Version 0.1.2
Changelog
- Added telepath:fetch command to periodically fetch updates.