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
f7cac58d
Unverified
Commit
f7cac58d
authored
Jan 07, 2018
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.52.0
parent
7a44511d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+5
-1
Telegram.php
src/Telegram.php
+1
-1
No files found.
CHANGELOG.md
View file @
f7cac58d
...
@@ -9,10 +9,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -9,10 +9,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated
### Deprecated
### Removed
### Removed
### Fixed
### Fixed
### Security
## [0.52.0] - 2018-01-07
### Fixed
-
Entity relations and wrong types for payments.
-
Entity relations and wrong types for payments.
-
Allow empty string for
`switch_inline_query`
and
`switch_inline_query_current_chat`
(InlineKeyboardButton).
-
Allow empty string for
`switch_inline_query`
and
`switch_inline_query_current_chat`
(InlineKeyboardButton).
-
Fix empty date entry for User and Chat entities, using the current timestamp instead.
-
Fix empty date entry for User and Chat entities, using the current timestamp instead.
### Security
## [0.51.0] - 2017-12-05
## [0.51.0] - 2017-12-05
:exclamation: After updating to this version, you will need to execute the
[
SQL migration script
][
0.51.0-sql-migration
]
on your database.
:exclamation: After updating to this version, you will need to execute the
[
SQL migration script
][
0.51.0-sql-migration
]
on your database.
...
@@ -200,6 +203,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -200,6 +203,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[
example-bot
]:
https://github.com/php-telegram-bot/example-bot
[
example-bot
]:
https://github.com/php-telegram-bot/example-bot
[
Unreleased
]:
https://github.com/php-telegram-bot/core/compare/master...develop
[
Unreleased
]:
https://github.com/php-telegram-bot/core/compare/master...develop
[
0.52.0
]:
https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0
[
0.51.0
]:
https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
[
0.51.0
]:
https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
[
0.50.0
]:
https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
[
0.50.0
]:
https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
[
0.49.0
]:
https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
[
0.49.0
]:
https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
...
...
src/Telegram.php
View file @
f7cac58d
...
@@ -30,7 +30,7 @@ class Telegram
...
@@ -30,7 +30,7 @@ class Telegram
*
*
* @var string
* @var string
*/
*/
protected
$version
=
'0.5
1
.0'
;
protected
$version
=
'0.5
2
.0'
;
/**
/**
* Telegram API key
* 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