You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
All notable changes to `telegram` will be documented in this file
4
4
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
0 commit comments