Skip to content

Releases: laravel-notification-channels/telegram

0.6.0

03 Oct 21:39
Compare
Choose a tag to compare

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

Full Changelog: 0.5.1...0.6.0

0.5.1

06 Dec 19:00
2cedb10
Compare
Choose a tag to compare

Notable Changes

  • PHP 8 Support.

Full Changelog: 0.5.0...0.5.1

0.5.0

07 Sep 19:30
Compare
Choose a tag to compare

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

Full Changelog: 0.4.1...0.5.0

0.4.1

06 Jul 19:02
55a9d8b
Compare
Choose a tag to compare

Notable Changes

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

02 Jun 06:07
9e4bb2f
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.0

0.3.0

26 Mar 13:17
bd1d67c
Compare
Choose a tag to compare

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: 0.2.0...0.3.0

0.2.0

19 Feb 11:10
f17a756
Compare
Choose a tag to compare

Notable Changes

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

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

07 Nov 05:44
cd55dd0
Compare
Choose a tag to compare

Notable Changes

  • #60 - Add PHP 7.1 Support.

Full Changelog: 0.1.0...0.1.1

0.1.0

11 Oct 18:03
Compare
Choose a tag to compare

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: 0.0.6...0.1.0

0.0.6

27 Sep 21:34
ed31e8d
Compare
Choose a tag to compare

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

Full Changelog: 0.0.5...0.0.6