Skip to content

Releases: telepath-php/laravel

Version 0.4.0

24 Mar 19:50
Compare
Choose a tag to compare

Changelog:

Version 0.3.1

14 Mar 15:50
Compare
Choose a tag to compare

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

11 Mar 20:10
Compare
Choose a tag to compare

Changelog:

  • Update to incorporate changes from telepath/telepath for the new BotBuilder class.

Version 0.2.4

08 Mar 16:03
Compare
Choose a tag to compare

Changelog:

  • Fixed problem on missing .env.example on telepath:install command

Version 0.2.3

08 Mar 15:48
98ec7ee
Compare
Choose a tag to compare

Changelog:

  • Fixed a version constraint

Version 0.2.2

08 Mar 14:47
Compare
Choose a tag to compare

Changelog:

  • Added Logging
  • Cache uses the configured cache of laravel.

Version 0.2.1

07 Mar 16:11
Compare
Choose a tag to compare

Mostly Refactoring...

Version 0.2.0

01 Mar 18:28
Compare
Choose a tag to compare

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

28 Feb 21:27
Compare
Choose a tag to compare

Changelog:

  • Improved setup of .env variables on telepath:install

Version 0.1.2

28 Feb 20:32
Compare
Choose a tag to compare

Changelog

  • Added telepath:fetch command to periodically fetch updates.