|
| 1 | +# Changelog |
| 2 | +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). |
| 3 | + |
| 4 | +## [0.41.0] - 2017-03-25 |
| 5 | +### Added |
| 6 | +- `$showInHelp` attribute for commands, to set if it should be displayed in the `/help` command. |
| 7 | +- Link to new Telegram group: `https://telegram.me/PHP_Telegram_Bot_Support` |
| 8 | +- Introduce change log. |
| 9 | + |
| 10 | +## [0.40.1] - 2017-03-07 |
| 11 | +### Fixed |
| 12 | +- Infinite message loop, caused by incorrect Entity variable. |
| 13 | + |
| 14 | +## [0.40.0] - 2017-02-20 |
| 15 | +### Added |
| 16 | +- Request limiter for incoming requests. |
| 17 | +### Fixed |
| 18 | +- Faulty formatting in logger. |
| 19 | + |
| 20 | +## [0.39.0] - 2017-01-20 |
| 21 | +### Added |
| 22 | +- Newest bot API changes. |
| 23 | +- Allow direct access to PDO object (`DB::getPdo()`). |
| 24 | +- Simple `/debug` command that displays various system information to help debugging. |
| 25 | +- Crontab-friendly script. |
| 26 | +### Changed |
| 27 | +- Botan integration improvements. |
| 28 | +- Make logger more flexible. |
| 29 | +### Fixed |
| 30 | +- Various bugs and recommendations by Scrutinizer. |
| 31 | + |
| 32 | +## [0.38.1] - 2016-12-25 |
| 33 | +### Fixed |
| 34 | +- Usage of self-signed certificates in conjunction with the new `allowed_updates` webhook parameter. |
| 35 | + |
| 36 | +## [0.38.0] - 2016-12-25 |
| 37 | +### Added |
| 38 | +- New `switch_inline_query_current_chat` option for inline keyboard. |
| 39 | +- Support for `channel_post` and `edited_channel_post`. |
| 40 | +- New alias `deleteWebhook` (for `unsetWebhook`). |
| 41 | +### Changed |
| 42 | +- Update WebhookInfo entity and `setWebhook` to allow passing of new arguments. |
| 43 | + |
| 44 | +## [0.37.1] - 2016-12-24 |
| 45 | +### Fixed |
| 46 | +- Keyboards that are built without using the KeyboardButton objects. |
| 47 | +- Commands that are called via `/command@botname` by correctly passing them the botname. |
| 48 | + |
| 49 | +## [0.37.0] - 2016-12-13 |
| 50 | +### Changed |
| 51 | +- Logging improvements to Botan integration. |
| 52 | +### Deprecated |
| 53 | +- Move `hideKeyboard` to `removeKeyboard`. |
0 commit comments