File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Bot API 6.2 (@OxMohsen ) (#1350 )
11
10
### Changed
12
11
### Deprecated
13
12
### Removed
13
+ ### Fixed
14
+ ### Security
15
+
16
+ ## [ 0.79.0] - 2022-09-04
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.79.0 ]
19
+ ### Added
20
+ - Bot API 6.2 (@OxMohsen ) (#1350 )
21
+ ### Removed
14
22
- ` VoiceChatX ` entities, use ` VideoChatX ` entities instead.
15
23
- ` all_members_are_administrators ` property from ` Message ` entity. Database column still exists, but may be removed in the future.
16
24
- ` Request::getChatMembersCount() ` , use ` Request::getChatMemberCount() ` instead.
17
25
- ` Request::kickChatMember() ` , use ` Request::banChatMember() ` instead.
18
- ### Fixed
19
- ### Security
20
26
21
27
## [ 0.78.0] - 2022-07-03
22
28
### Notes
@@ -636,6 +642,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
636
642
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
637
643
638
644
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
645
+ [ 0.79.0 ] : https://github.com/php-telegram-bot/core/compare/0.78.0...0.79.0
639
646
[ 0.78.0 ] : https://github.com/php-telegram-bot/core/compare/0.77.1...0.78.0
640
647
[ 0.77.1 ] : https://github.com/php-telegram-bot/core/compare/0.77.0...0.77.1
641
648
[ 0.77.0 ] : https://github.com/php-telegram-bot/core/compare/0.76.1...0.77.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Telegram
37
37
*
38
38
* @var string
39
39
*/
40
- protected $ version = '0.78 .0 ' ;
40
+ protected $ version = '0.79 .0 ' ;
41
41
42
42
/**
43
43
* Telegram API key
You can’t perform that action at this time.
0 commit comments