File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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
99### Deprecated
1010### Removed
1111### Fixed
12+ ### Security
13+
14+ ## [ 0.52.0] - 2018-01-07
15+ ### Fixed
1216- Entity relations and wrong types for payments.
1317- Allow empty string for ` switch_inline_query ` and ` switch_inline_query_current_chat ` (InlineKeyboardButton).
1418- Fix empty date entry for User and Chat entities, using the current timestamp instead.
15- ### Security
1619
1720## [ 0.51.0] - 2017-12-05
1821: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
200203[ example-bot ] : https://github.com/php-telegram-bot/example-bot
201204
202205[ 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
203207[ 0.51.0 ] : https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
204208[ 0.50.0 ] : https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
205209[ 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
3030 *
3131 * @var string
3232 */
33- protected $ version = '0.51 .0 ' ;
33+ protected $ version = '0.52 .0 ' ;
3434
3535 /**
3636 * Telegram API key
You can’t perform that action at this time.
0 commit comments