telegram

✈️ Telegram Notifications Channel for Laravel

MIT License

Downloads
2M
Stars
926
Committers
35

Bot releases are hidden (Show)

telegram - 5.0 Latest Release

Published by irazasyed 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/4.0.0...5.0.0

telegram - 4.0

Published by irazasyed over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/3.0.0...4.0.0

telegram - 3.0

Published by irazasyed almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/2.1.0...3.0.0

telegram - 2.1

Published by irazasyed over 2 years ago

What's Changed

  • #143 - Fix jsonSerialize not compatible warning by making it compatible as per PHP.
  • #141 - Fix jsonSerialize warning by changing the return type to the array. Thanks @Muetze42.

New Contributors

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/2.0.0...2.1.0

telegram - 2.0

Published by irazasyed over 2 years ago

Notable Changes

  • Add Laravel 9 Support.
  • #139 - Add Laravel conditional trait to payload builder to use when on methods chain. Thanks, @foremtehan.
  • Drop support for the older versions of PHP < 7.4 and Laravel < 8.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/1.0.0...2.0.0

telegram - 1.0.0

Published by irazasyed almost 3 years ago

Notable Changes

  • Register Telegram instance to the container.
  • #133 - Add TelegramUpdates to retrieve bot updates. Thanks, @faissaloux.
  • #136 - Refactor TelegramChannel. Thanks, @faissaloux.
  • #138 - Add Contact Support. Thanks, @faissaloux.
  • Add Retrieving Chat ID docs and improve docs.
  • Add missing type declaration and minor improvements to various methods.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.9.0...1.0.0

telegram - 0.9.0

Published by irazasyed almost 3 years ago

Notable Changes

  • #130 - Add Poll Support. Thanks, @faissaloux.
  • #131 - Add Code Style GitHub Actions workflow.

New Contributors

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.8.0...0.9.0

telegram - 0.8.0

Published by irazasyed almost 3 years ago

Notable Changes

  • #125 - Add usage in Lumen instructions.
  • Add message chunking feature ( chunk($limit) ) in cases where the message is too long. Closes #127.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.7.0...0.8.0

telegram - 0.7.0

Published by irazasyed almost 3 years ago

Notable Changes

  • #118 - Dropped PHP 7.1 support. Thanks @alexsoft.
  • #119 - Dispatch event NotificationFailed on exception. Thanks @4irik.
  • #120 - Test against PHP 8.1. Thanks @sergiy-petrov.
  • #122 - Add support to use TelegramChannel::class in on-demand notification route.
  • #122 - Refactor channel registration with the channel manager.

New Contributors

  • @4irik made their first contribution in #119

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.6.0...0.7.0

telegram - 0.6.0

Published by irazasyed about 3 years ago

Notable Changes

  • #103 - Add GitHub Actions workflows for tests and coverage. Thanks @alexsoft.
  • #110 - Add alternate method to resolve Telegram notification channel. Thanks @putera.
  • #114 - Add buttonWithCallback() method. Thanks @digislexia.
  • Revise file upload logic.
  • Add more info on proxy setting in readme.
  • Remove dead badges from readme.

New Contributors

  • @putera made their first contribution in #110
  • @digislexia made their first contribution in #114

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.5.1...0.6.0

telegram - 0.5.1

Published by irazasyed almost 4 years ago

telegram - 0.5.0

Published by irazasyed about 4 years ago

Notable Changes

  • #82 - Add view file support for notification content.
  • #84 - Add Bot token per notification support.
  • #86 - Add previous ClientException when constructing CouldNotSendNotification exception. Thanks @rubendl.
  • #88 - Add Laravel 8 Support. Thanks @faustbrian.
  • Add support to set HTTP Client.

New Contributors

  • @rubendl made their first contribution in #86
  • @faustbrian made their first contribution in #88

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.4.1...0.5.0

telegram - 0.4.1

Published by irazasyed over 4 years ago

Notable Changes

  • #80 - Add Guzzle 7 support. Thanks @halloei.

New Contributors

  • @halloei made their first contribution in #80

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.4.0...0.4.1

telegram - 0.4.0

Published by irazasyed over 4 years ago

Notable Changes

  • Add support to set custom api base_uri for web bridge.
  • Revise README with instructions for Proxy or Bridge support.
  • Fix typo in test.
  • Remove redundant test.
  • #72 - Revise on-demand notification instructions.
  • #75 - Fix issue with anonymous notifiables. Thanks @JackEllis.

New Contributors

  • @JackEllis made their first contribution in #75.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.3.0...0.4.0

telegram - 0.3.0

Published by irazasyed over 4 years ago

Notable Changes

  • #68 - Test on PHP 7.4. Thanks @sergiy-petrov.
  • #70 - Add ability to set param in disableNotification method. Thanks @2618094.

New Contributors

  • @2618094 made their first contribution in #70.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.2.0...0.3.0

telegram - 0.2.0

Published by irazasyed over 4 years ago

Notable Changes

  • Add Laravel 7 Support.
  • #67 - Add support to handle response from Telegram. Thanks @VladimirBerdnik.

New Contributors

  • @VladimirBerdnik made their first contribution in #67.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.1.1...0.2.0

telegram - 0.1.1

Published by irazasyed almost 5 years ago

Notable Changes

  • #60 - Add PHP 7.1 Support.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.1.0...0.1.1

telegram - 0.1.0

Published by irazasyed about 5 years ago

Notable Changes

  • New Helper Methods to work with file attachments.
  • Code cleanup.
  • Documentation updated with more examples and previews.
  • Micro optimization and improvements.
  • Typehint and return type declaration.
  • Fixed tests.

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.0.6...0.1.0

telegram - 0.0.6

Published by irazasyed about 5 years ago

Notable Changes

  • Laravel 6 Support.
  • #38 - Add Photo, Document, Audio, Sticker support + Additional error details in Exceptions. Thanks @irajtaghlidi.
  • #39 - Added Location support. Thanks @peregraum.
  • #40 - Add token getter and setter. Thanks @belguinan.

New Contributors

  • @irajtaghlidi made their first contribution in #38
  • @peregraum made their first contribution in #39
  • @belguinan made their first contribution in #40

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.0.5...0.0.6

telegram - 0.0.5

Published by irazasyed about 6 years ago

Notable Changes

  • Add Laravel 5.7 Support.
  • #36 - Add ability to change button columns. Thanks @Lotuashvili.

New Contributors

  • @Lotuashvili made their first contribution in #36

Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/0.0.4...0.0.5