File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
+ ## [ 0.42.0] - 2017-04-09
5
+ ### Added
6
+ - Added ` getBotId() ` to directly access bot ID.
7
+ ### Changed
8
+ - Rename ` bot_name ` to ` bot_username ` everywhere.
9
+ ### Deprecated
10
+ - Deprecated ` getBotName() ` (Use ` getBotUsername() ` instead).
11
+ ### Fixed
12
+ - Tests are more reliable now, using a properly formatted API key.
13
+
4
14
## [ 0.41.0] - 2017-03-25
5
15
### Added
6
16
- ` $show_in_help ` attribute for commands, to set if it should be displayed in the ` /help ` command.
@@ -44,7 +54,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44
54
## [ 0.37.1] - 2016-12-24
45
55
### Fixed
46
56
- Keyboards that are built without using the KeyboardButton objects.
47
- - Commands that are called via ` /command@botname ` by correctly passing them the botname .
57
+ - Commands that are called via ` /command@botname ` by correctly passing them the bot name .
48
58
49
59
## [ 0.37.0] - 2016-12-13
50
60
### Changed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.41 .0 ' ;
33
+ protected $ version = '0.42 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments