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
3e7af92f
Unverified
Commit
3e7af92f
authored
Dec 05, 2017
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.51.0
Improve changelog to emphasise SQL migration scripts.
parent
49260a56
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG.md
CHANGELOG.md
+9
-3
Telegram.php
src/Telegram.php
+1
-1
0.50.0-0.51.0.sql
utils/db-schema-update/0.50.0-0.51.0.sql
+0
-0
No files found.
CHANGELOG.md
View file @
3e7af92f
...
@@ -5,13 +5,17 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -5,13 +5,17 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
## [Unreleased]
### Added
### Added
-
Implemented new changes for Bot API 3.5 (InputMedia, MediaGroup).
### Changed
### Changed
### Deprecated
### Deprecated
### Removed
### Removed
### Fixed
### Fixed
### Security
### Security
## [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.
### Added
-
Implemented new changes for Bot API 3.5 (InputMedia, MediaGroup).
## [0.50.0] - 2017-10-17
## [0.50.0] - 2017-10-17
### Added
### Added
-
Finish implementing payments, adding all missing type checks and docblock methods.
-
Finish implementing payments, adding all missing type checks and docblock methods.
...
@@ -35,7 +39,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -35,7 +39,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
-
Channel selection when using
`DB::selectChats()`
.
-
Channel selection when using
`DB::selectChats()`
.
## [0.48.0] - 2017-08-26
## [0.48.0] - 2017-08-26
**Note:**
After updating to this version, you will need to execute the
[
SQL migration script
][
0.48.0-sql-migration
]
on your database.
:exclamation:
After updating to this version, you will need to execute the
[
SQL migration script
][
0.48.0-sql-migration
]
on your database.
### Added
### Added
-
New entities, methods, update types and inline keyboard button for Payments (Bot API 3.0).
-
New entities, methods, update types and inline keyboard button for Payments (Bot API 3.0).
-
Add new methods, fields and objects for working with stickers (Bot API 3.2).
-
Add new methods, fields and objects for working with stickers (Bot API 3.2).
...
@@ -70,7 +74,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -70,7 +74,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
-
[
:exclamation:
][
0.46.0-bc-request-class-refactor
]
Big refactor of the
`Request`
class, removing most custom method implementations.
-
[
:exclamation:
][
0.46.0-bc-request-class-refactor
]
Big refactor of the
`Request`
class, removing most custom method implementations.
## [0.45.0] - 2017-06-25
## [0.45.0] - 2017-06-25
**Note:**
After updating to this version, you will need to execute the
[
SQL migration script
][
0.45.0-sql-migration
]
on your database.
:exclamation:
After updating to this version, you will need to execute the
[
SQL migration script
][
0.45.0-sql-migration
]
on your database.
### Added
### Added
-
Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
-
Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
-
Allow setting a custom Guzzle HTTP Client for requests (#511).
-
Allow setting a custom Guzzle HTTP Client for requests (#511).
...
@@ -179,6 +183,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -179,6 +183,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated
### Deprecated
-
Move
`hideKeyboard`
to
`removeKeyboard`
.
-
Move
`hideKeyboard`
to
`removeKeyboard`
.
[
0.51.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.50.0-0.51.0.sql
[
0.50.0-bc-messagegetcommand-return-value
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#messagegetcommand-return-value
[
0.50.0-bc-messagegetcommand-return-value
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#messagegetcommand-return-value
[
0.48.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.47.1-0.48.0.sql
[
0.48.0-sql-migration
]:
https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.47.1-0.48.0.sql
[
0.48.0-bc-correct-printerror
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#correct-printerror
[
0.48.0-bc-correct-printerror
]:
https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#correct-printerror
...
@@ -192,6 +197,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -192,6 +197,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.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
[
0.48.0
]:
https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
[
0.48.0
]:
https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
...
...
src/Telegram.php
View file @
3e7af92f
...
@@ -30,7 +30,7 @@ class Telegram
...
@@ -30,7 +30,7 @@ class Telegram
*
*
* @var string
* @var string
*/
*/
protected
$version
=
'0.5
0
.0'
;
protected
$version
=
'0.5
1
.0'
;
/**
/**
* Telegram API key
* Telegram API key
...
...
utils/db-schema-update/0.50.0-
unreleased
.sql
→
utils/db-schema-update/0.50.0-
0.51.0
.sql
View file @
3e7af92f
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