Skip to content

Commit 1e67222

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 289eb82 commit 1e67222

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to `telegram` will be documented in this file
44

5+
## 6.0 - 2025-02-25
6+
7+
#### What's Changed
8+
9+
* Add support for Laravel 12.
10+
* Add `TelegramVenue` to support `sendVenue` method.
11+
* Add `sticker` method to the `TelegramFile` to send sticker file.
12+
* Add `sendWhen` method to conditionally send a message.
13+
* Add ParseMode Enum and refactor parsing mode setting logic.
14+
* Add `buttonWithWebApp` method to open web app from a button.
15+
* Add `onError` method to handle exceptions. Based of https://github.com/laravel-notification-channels/telegram/pull/201 by @Hesammousavi.
16+
* Refactor `sendFile` to support raw data sending.
17+
* Refactor `escapedLine` method.
18+
* Refactor `HasSharedLogic` trait.
19+
* Refactor classes to use PHP 8.2 features.
20+
* Revise `keyboard` method parameters to `$requestLocation` and `$requestContact` to be consistent.
21+
* Drop support for Laravel 10.
22+
* Drop support for PHP 8.1.
23+
24+
### New Contributors
25+
26+
* @Hesammousavi made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/201
27+
28+
**Full Changelog**: https://github.com/laravel-notification-channels/telegram/compare/5.0.0...6.0.0
29+
530
## 5.0 - 2024-03-12
631

732
### What's Changed

0 commit comments

Comments
 (0)