@@ -5,13 +5,17 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [ Unreleased]
7
7
### Added
8
- - Implemented new changes for Bot API 3.5 (InputMedia, MediaGroup).
9
8
### Changed
10
9
### Deprecated
11
10
### Removed
12
11
### Fixed
13
12
### Security
14
13
14
+ ## [ 0.51.0] - 2017-12-05
15
+ :exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.51.0-sql-migration ] on your database.
16
+ ### Added
17
+ - Implemented new changes for Bot API 3.5 (InputMedia, MediaGroup).
18
+
15
19
## [ 0.50.0] - 2017-10-17
16
20
### Added
17
21
- 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
39
- Channel selection when using ` DB::selectChats() ` .
36
40
37
41
## [ 0.48.0] - 2017-08-26
38
- ** Note: ** After updating to this version, you will need to execute the [ SQL migration script] [ 0.48.0-sql-migration ] on your database.
42
+ : exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.48.0-sql-migration ] on your database.
39
43
### Added
40
44
- New entities, methods, update types and inline keyboard button for Payments (Bot API 3.0).
41
45
- 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
74
- [ :exclamation : ] [ 0.46.0-bc-request-class-refactor ] Big refactor of the ` Request ` class, removing most custom method implementations.
71
75
72
76
## [ 0.45.0] - 2017-06-25
73
- ** Note: ** After updating to this version, you will need to execute the [ SQL migration script] [ 0.45.0-sql-migration ] on your database.
77
+ : exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.45.0-sql-migration ] on your database.
74
78
### Added
75
79
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
76
80
- 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
183
### Deprecated
180
184
- Move ` hideKeyboard ` to ` removeKeyboard ` .
181
185
186
+ [ 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
182
187
[ 0.50.0-bc-messagegetcommand-return-value ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#messagegetcommand-return-value
183
188
[ 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
184
189
[ 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
197
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
193
198
194
199
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
200
+ [ 0.51.0 ] : https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
195
201
[ 0.50.0 ] : https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
196
202
[ 0.49.0 ] : https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
197
203
[ 0.48.0 ] : https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
0 commit comments