@@ -7,25 +7,33 @@ 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
+ ### Changed
11
+ ### Deprecated
12
+ ### Removed
13
+ ### Fixed
14
+ ### Security
15
+
16
+ ## [ 0.62.0] - 2020-04-08
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.62.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.62.0-sql-migration ]
19
+ ### Added
10
20
- Bot API 4.5 (Unique file IDs, MarkdownV2). (#1046 )
11
21
- Chain the exception thrown when getting commands from path. (#1030 )
12
- - Support ` language_code ` in ` DB::selectChats() ` for filtering the chats selection.
13
- - Bot API 4.6 (Polls 2.0).
14
- - Bot API 4.7 (Dice, Sticker Sets, Bot Commands).
22
+ - Support ` language_code ` in ` DB::selectChats() ` for filtering the chats selection. ( # 1058 )
23
+ - Bot API 4.6 (Polls 2.0). ( # 1066 )
24
+ - Bot API 4.7 (Dice, Sticker Sets, Bot Commands). ( # 1067 )
15
25
### Changed
16
26
- Save notes an unescaped JSON, to allow easy DB reading and editing of values. (#1005 )
17
27
- ` Request::setClient() ` now accepts more flexible ` ClientInterface ` . (#1068 )
18
- ### Deprecated
19
28
### Removed
20
29
- Unnecessary ` instanceof ` checks for entities. (#1068 )
21
30
- Unused ` Request::$input ` variable. (#1068 )
22
31
### Fixed
23
32
- Execution of ` /start ` command without any custom implementation.
24
33
- Return ` animation ` type for GIF Message (which returns both ` animation ` and ` document ` ). (#1044 )
25
34
- Change lowercase function to ` mb_strtolower ` from ` strtolower ` because of ` latin-extented ` characters. (#1051 )
26
- - Extend ` Request::mediaInputHelper() ` to include ` thumb ` parameter.
35
+ - Extend ` Request::mediaInputHelper() ` to include ` thumb ` parameter. ( # 1059 )
27
36
- Various docblock annotations. (#1068 )
28
- ### Security
29
37
30
38
## [ 0.61.1] - 2019-11-23
31
39
### Notes
@@ -423,6 +431,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
423
431
### Deprecated
424
432
- Move ` hideKeyboard ` to ` removeKeyboard ` .
425
433
434
+ [ 0.62.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.61.1-0.62.0.sql
426
435
[ 0.61.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.60.0-0.61.0.sql
427
436
[ 0.61.0-bc-remove-monolog-from-core ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#remove-monolog-from-core
428
437
[ 0.58.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.57.0-0.58.0.sql
@@ -450,6 +459,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
450
459
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
451
460
452
461
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
462
+ [ 0.62.0 ] : https://github.com/php-telegram-bot/core/compare/0.61.1...0.62.0
453
463
[ 0.61.1 ] : https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
454
464
[ 0.61.0 ] : https://github.com/php-telegram-bot/core/compare/0.60.0...0.61.0
455
465
[ 0.60.0 ] : https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
0 commit comments