File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4
4
Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
5
5
6
6
## [ Unreleased]
7
+ - [ :ledger : View file changes] [ Unreleased ]
7
8
### Notes
8
9
### Added
9
10
### Changed
10
11
### Deprecated
11
12
### Removed
12
13
### Fixed
13
- - Regex in ` getFileNamespace() ` that introduced a breaking bug (#1114 )
14
- - Fixed ` runCommands() ` not working due to custom namespace feature
15
14
### Security
16
15
16
+ ## [ 0.63.1] - 2020-06-24
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.63.1 ]
19
+ - This fixed version is necessary for Windows users.
20
+ ### Fixed
21
+ - Regex in ` getFileNamespace() ` that introduced a breaking bug in #1114 . (@jacklul ) (#1115 )
22
+ - Fixed ` runCommands() ` not working due to custom namespace feature. (@jacklul ) (#1115 , #1118 )
23
+
17
24
## [ 0.63.0] - 2020-06-17
18
25
### Notes
19
26
- [ :ledger : View file changes] [ 0.63.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.63.0-sql-migration ]
@@ -481,6 +488,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
481
488
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
482
489
483
490
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
491
+ [ 0.63.1 ] : https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1
484
492
[ 0.63.0 ] : https://github.com/php-telegram-bot/core/compare/0.62.0...0.63.0
485
493
[ 0.62.0 ] : https://github.com/php-telegram-bot/core/compare/0.61.1...0.62.0
486
494
[ 0.61.1 ] : https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Telegram
34
34
*
35
35
* @var string
36
36
*/
37
- protected $ version = '0.63.0 ' ;
37
+ protected $ version = '0.63.1 ' ;
38
38
39
39
/**
40
40
* Telegram API key
You can’t perform that action at this time.
0 commit comments