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
77### Notes
88- [ :ledger : View file changes] [ Unreleased ]
99### Added
10- - Bot API 6.2 (@OxMohsen ) (#1350 )
1110### Changed
1211### Deprecated
1312### 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
1422- ` VoiceChatX ` entities, use ` VideoChatX ` entities instead.
1523- ` all_members_are_administrators ` property from ` Message ` entity. Database column still exists, but may be removed in the future.
1624- ` Request::getChatMembersCount() ` , use ` Request::getChatMemberCount() ` instead.
1725- ` Request::kickChatMember() ` , use ` Request::banChatMember() ` instead.
18- ### Fixed
19- ### Security
2026
2127## [ 0.78.0] - 2022-07-03
2228### Notes
@@ -636,6 +642,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
636642[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
637643
638644[ 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
639646[ 0.78.0 ] : https://github.com/php-telegram-bot/core/compare/0.77.1...0.78.0
640647[ 0.77.1 ] : https://github.com/php-telegram-bot/core/compare/0.77.0...0.77.1
641648[ 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
3737 *
3838 * @var string
3939 */
40- protected $ version = '0.78 .0 ' ;
40+ protected $ version = '0.79 .0 ' ;
4141
4242 /**
4343 * Telegram API key
You can’t perform that action at this time.
0 commit comments