File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
9
9
### Deprecated
10
10
### Removed
11
11
### Fixed
12
+ ### Security
13
+
14
+ ## [ 0.52.0] - 2018-01-07
15
+ ### Fixed
12
16
- Entity relations and wrong types for payments.
13
17
- Allow empty string for ` switch_inline_query ` and ` switch_inline_query_current_chat ` (InlineKeyboardButton).
14
18
- Fix empty date entry for User and Chat entities, using the current timestamp instead.
15
- ### Security
16
19
17
20
## [ 0.51.0] - 2017-12-05
18
21
: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
203
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
201
204
202
205
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
206
+ [ 0.52.0 ] : https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0
203
207
[ 0.51.0 ] : https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
204
208
[ 0.50.0 ] : https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
205
209
[ 0.49.0 ] : https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.51 .0 ' ;
33
+ protected $ version = '0.52 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments