Skip to content

Releases: php-telegram-bot/core

0.83.1

10 Jun 08:17
ca9eeb1
Compare
Choose a tag to compare

What's Changed

  • FastFix to Critical Error. by @r3bers in #1467
  • Make sure setCustomBotApiUri has an effect if Telegram object was already instantiated. by @TiiFuchs in #1296
  • Update 0.82.0-0.83.0.sql by @r3bers in #1468

New Contributors

Full Changelog: 0.83.0...0.83.1

Version 0.83.0

25 May 20:07
596cc9c
Compare
Choose a tag to compare

Notes

Added

Changed

  • Various fields have been pluralised from "user" to "users".

Version 0.82.0

26 Oct 20:21
26433b3
Compare
Choose a tag to compare

Notes

Added

Fixed

  • Missing thumbnail_url renaming.
  • Fix broken exception handling (@mlocati) (#1425)

Version 0.81.0

27 May 16:42
d9484af
Compare
Choose a tag to compare

Notes

Added

Removed

Fixed

  • Fixed a bug where new incoming updates are not correctly passed to the Command object after the first time when getUpdates is used. (@uspilot) (#1384)

Version 0.80.0

09 Nov 19:15
94d7702
Compare
Choose a tag to compare

Notes

Added

Changed

  • Commands can now contain underscores (FooBarCommand is handled by /foo_bar). (@mlocati) (#1365)

Version 0.79.0

04 Sep 13:26
097177c
Compare
Choose a tag to compare

Notes

Added

Removed

  • VoiceChatX entities, use VideoChatX entities instead.
  • all_members_are_administrators property from Message entity. Database column still exists, but may be removed in the future.
  • Request::getChatMembersCount(), use Request::getChatMemberCount() instead.
  • Request::kickChatMember(), use Request::banChatMember() instead.

Version 0.78.0

03 Jul 12:28
f3fe5ed
Compare
Choose a tag to compare

Notes

Added

Version 0.77.1

24 Apr 21:20
Compare
Choose a tag to compare

Notes

Fixed

  • PHP8+ mixed type hint removed

Version 0.77.0

24 Apr 15:51
Compare
Choose a tag to compare

Notes

Added

Deprecated

  • Telegram changed voice_chat_X to video_chat_X. VoiceChatX event classes are deprecated, use new VideoChatX event classes instead.

Fixed

  • Return correct data in Entity::jsonSerialize (@TiiFuchs)

0.76.1

30 Mar 19:23
ba43051
Compare
Choose a tag to compare

Notes

Fixed