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
55698b27
Unverified
Commit
55698b27
authored
Dec 20, 2018
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.55.0
parent
624051b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
CHANGELOG.md
CHANGELOG.md
+13
-6
Telegram.php
src/Telegram.php
+1
-1
0.54.1-0.55.0.sql
utils/db-schema-update/0.54.1-0.55.0.sql
+0
-0
No files found.
CHANGELOG.md
View file @
55698b27
...
@@ -4,17 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
...
@@ -4,17 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
## [Unreleased]
## [Unreleased]
:exclamation: After updating to this version, you will need to execute the
[
SQL migration script
][
unreleased-sql-migration
]
on your database.
### Added
### Added
-
Bot API 4.0
### Changed
### Changed
-
[
:exclamation:
][
unreleased-bc-move-animation-out-of-games-namespace
]
Move Animation entity out of Games namespace.
### Deprecated
### Deprecated
### Removed
### Removed
### Fixed
### Fixed
-
Added missing
`video_note`
to
`Message`
types.
### Security
### Security
## [0.55.0] - 2018-12-20
:exclamation: After updating to this version, you will need to execute the
[
SQL migration script
][
0.55.0-sql-migration
]
on your database.
### Added
-
Bot API 4.0 and 4.1 (Telegram Passport)
-
Test PHP 7.3 with Travis.
### Changed
-
[
:exclamation:
][
0.55.0-bc-move-animation-out-of-games-namespace
]
Move Animation entity out of Games namespace.
### Fixed
-
Added missing
`video_note`
to
`Message`
types.
## [0.54.1] - 2018-10-23
## [0.54.1] - 2018-10-23
### Fixed
### Fixed
-
`sendToActiveChats`
now works correctly for any valid Request action.
-
`sendToActiveChats`
now works correctly for any valid Request action.
...
@@ -221,8 +227,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -221,8 +227,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated
### Deprecated
-
Move
`hideKeyboard`
to
`removeKeyboard`
.
-
Move
`hideKeyboard`
to
`removeKeyboard`
.
[
unreleased
-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.54.0-unreleased.sql
[
0.55.0
-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.54.0-unreleased.sql
[
unreleased
-bc-move-animation-out-of-games-namespace
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#move-animation-out-of-games-namespace
[
0.55.0
-bc-move-animation-out-of-games-namespace
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#move-animation-out-of-games-namespace
[
0.54.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.53.0-0.54.0.sql
[
0.54.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.53.0-0.54.0.sql
[
0.54.0-bc-rename-constants
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#rename-constants
[
0.54.0-bc-rename-constants
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#rename-constants
[
0.53.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.52.0-0.53.0.sql
[
0.53.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.52.0-0.53.0.sql
...
@@ -240,6 +246,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -240,6 +246,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.55.0
]:
https://github.com/php-telegram-bot/core/compare/0.54.1...0.55.0
[
0.54.1
]:
https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
[
0.54.1
]:
https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
[
0.54.0
]:
https://github.com/php-telegram-bot/core/compare/0.53.0...0.54.0
[
0.54.0
]:
https://github.com/php-telegram-bot/core/compare/0.53.0...0.54.0
[
0.53.0
]:
https://github.com/php-telegram-bot/core/compare/0.52.0...0.53.0
[
0.53.0
]:
https://github.com/php-telegram-bot/core/compare/0.52.0...0.53.0
...
...
src/Telegram.php
View file @
55698b27
...
@@ -30,7 +30,7 @@ class Telegram
...
@@ -30,7 +30,7 @@ class Telegram
*
*
* @var string
* @var string
*/
*/
protected
$version
=
'0.5
4.1
'
;
protected
$version
=
'0.5
5.0
'
;
/**
/**
* Telegram API key
* Telegram API key
...
...
utils/db-schema-update/0.54.1-
unreleased
.sql
→
utils/db-schema-update/0.54.1-
0.55.0
.sql
View file @
55698b27
File moved
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