Skip to content

Releases: php-telegram-bot/core

0.39.0

20 Jan 22:54
518e9dd
Compare
Choose a tag to compare

Notes

Added

  • Newest bot API changes.
  • Allow direct access to PDO object (DB::getPdo()).
  • Simple /debug command that displays various system information to help debugging.
  • Crontab-friendly script.

Changed

  • Botan integration improvements.
  • Make logger more flexible.

Fixed

  • Various bugs and recommendations by Scrutinizer.

Version 0.38.1

25 Dec 13:18
1c54e2c
Compare
Choose a tag to compare

Notes

Fixed

  • Usage of self-signed certificates in conjunction with the new allowed_updates webhook parameter.

Version 0.38.0

25 Dec 04:19
112a61b
Compare
Choose a tag to compare

Notes

Added

  • New switch_inline_query_current_chat option for inline keyboard.
  • Support for channel_post and edited_channel_post.
  • New alias deleteWebhook (for unsetWebhook).

Changed

  • Update WebhookInfo entity and setWebhook to allow passing of new arguments.

Version 0.37.1

24 Dec 12:26
4b2edc5
Compare
Choose a tag to compare

Notes

Fixed

  • Keyboards that are built without using the KeyboardButton objects.
  • Commands that are called via /command@botname by correctly passing them the bot name.

Version 0.37

13 Dec 22:40
Compare
Choose a tag to compare

Notes

Changed

  • Logging improvements to Botan integration.

Deprecated

  • Move hideKeyboard to removeKeyboard.

New entities structure

25 Nov 20:44
Compare
Choose a tag to compare
  • New entities structure (Thanks to @noplanman )
  • Units Test contribution (Thanks to @monster3d )
  • And many others

Fixes

30 Jul 08:41
Compare
Choose a tag to compare

Introducing Guzzle

02 Jul 07:53
Compare
Choose a tag to compare
  • Introducing guzzle (thanks to @noplanman )
  • Table structure fixes (thanks to @jacklul )
  • Bugfix here and there

@akalongman @MBoretto @noplanman @jacklul happy to party the project first year of life!

0.33

29 May 23:45
Compare
Choose a tag to compare
  • Botan.io integration thanks to @jacklul
  • Log with Monolog thanks to @MBoretto
  • Support to telegram bot api 2.1 @jacklul
  • Utf8mb4 as default collation

0.32

13 May 19:45
Compare
Choose a tag to compare
  • Introducing support for emoji in sticker entity according to Telegram bot api 6 may 2016
  • Introducing support for forward_from_chat entity according to Telegram bot api 6 may 2016
  • Introducing api 2.0 special button in /survey command thanks to @juananpe
  • BD Bugfix for forwarded message
  • Bugfix for Inline Keyboard