Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
25d74af0
Unverified
Commit
25d74af0
authored
Apr 09, 2017
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.42.0.
parent
3228a654
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+11
-1
Telegram.php
src/Telegram.php
+1
-1
No files found.
CHANGELOG.md
View file @
25d74af0
# Changelog
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## [0.42.0] - 2017-04-09
### Added
-
Added
`getBotId()`
to directly access bot ID.
### Changed
-
Rename
`bot_name`
to
`bot_username`
everywhere.
### Deprecated
-
Deprecated
`getBotName()`
(Use
`getBotUsername()`
instead).
### Fixed
-
Tests are more reliable now, using a properly formatted API key.
## [0.41.0] - 2017-03-25
### Added
-
`$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
## [0.37.1] - 2016-12-24
### Fixed
-
Keyboards that are built without using the KeyboardButton objects.
-
Commands that are called via
`/command@botname`
by correctly passing them the botname.
-
Commands that are called via
`/command@botname`
by correctly passing them the bot
name.
## [0.37.0] - 2016-12-13
### Changed
...
...
src/Telegram.php
View file @
25d74af0
...
...
@@ -30,7 +30,7 @@ class Telegram
*
* @var string
*/
protected
$version
=
'0.4
1
.0'
;
protected
$version
=
'0.4
2
.0'
;
/**
* Telegram API key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment