From 64bcd925e65dbdca94f21638b69b24dfea99d046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Sat, 21 Jul 2018 02:43:38 +0200 Subject: [PATCH] Version 0.54.0 --- CHANGELOG.md | 22 +++++++++++++++------- src/Telegram.php | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9380a17..816c3ec4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ## [Unreleased] ### Added -- `ChatAction` class to simplify chat action selection. -- Telegram Games platform! -- Ability to set custom MySQL port. ### Changed -- [:exclamation:][unreleased-bc-rename-constants] Rename and ensure no redefinition of constants: `BASE_PATH` -> `TB_BASE_PATH`, `BASE_COMMANDS_PATH` -> `TB_BASE_COMMANDS_PATH`. ### Deprecated ### Removed ### Fixed ### Security +## [0.54.0] - 2018-07-21 +:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.54.0-sql-migration] on your database. +### Added +- `ChatAction` class to simplify chat action selection. +- Telegram Games platform! +- Ability to set custom MySQL port. +### Changed +- [:exclamation:][0.54.0-bc-rename-constants] Rename and ensure no redefinition of constants: `BASE_PATH` -> `TB_BASE_PATH`, `BASE_COMMANDS_PATH` -> `TB_BASE_COMMANDS_PATH`. + ## [0.53.0] - 2018-04-01 :exclamation: After updating to this version, you will need to execute the [SQL migration script][0.53.0-sql-migration] on your database. ### Added @@ -208,10 +213,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Deprecated - Move `hideKeyboard` to `removeKeyboard`. -[0.53.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.52.0-0.53.0.sql -[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.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.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.51.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/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.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/master/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.47.0-bc-private-only-admin-commands]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#private-only-admin-commands [0.46.0-bc-request-class-refactor]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#request-class-refactor @@ -223,6 +230,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c [example-bot]: https://github.com/php-telegram-bot/example-bot [Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop +[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.52.0]: https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0 [0.51.0]: https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0 diff --git a/src/Telegram.php b/src/Telegram.php index 10d2a5087..90634ffe9 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -30,7 +30,7 @@ class Telegram * * @var string */ - protected $version = '0.53.0'; + protected $version = '0.54.0'; /** * Telegram API key