Releases: php-telegram-bot/core
Releases · php-telegram-bot/core
0.83.1
Version 0.83.0
Notes
- 📒 View file changes ∙ 📃 DB migration script
- ❗ PHP 8.1+ required!
- Last version with database support built in to the core.
Added
- Bot API 7.0 (@noplanman, @TiiFuchs) (#1459)
- Bot API 7.1 (@noplanman) (#1465)
Changed
- ❗ Various fields have been pluralised from "user" to "users".
Version 0.82.0
Notes
- 📒 View file changes ∙ 📃 DB migration script
- Really the last version that supports PHP 7! Only PHP 8 after this one.
Added
- Bot API 6.8, 6.9 (@noplanman) (#1418, #1427)
- Test against PHP 8.3 (@sergiy-petrov) (#1421)
Fixed
Version 0.81.0
Notes
- 📒 View file changes ∙ 📃 DB migration script
- Last version that supports PHP 7.
Added
- Support dynamic Entity properties for newer PHP versions (@alesinicio, @TiiFuchs) (#1390)
- Bot API 6.4, 6.5, 6.6, 6.7 (@noplanman) (#1389)
Removed
- Keyboard validations (@noplanman) (#1395)
Fixed
Version 0.80.0
Notes
Added
Changed
Version 0.79.0
Notes
Added
Removed
VoiceChatXentities, useVideoChatXentities instead.all_members_are_administratorsproperty fromMessageentity. Database column still exists, but may be removed in the future.Request::getChatMembersCount(), useRequest::getChatMemberCount()instead.Request::kickChatMember(), useRequest::banChatMember()instead.
Version 0.78.0
Notes
- 📒 View file changes ∙ 📃 DB migration script
- 64 bit PHP install required to handle files larger than 2GB!
Added
Version 0.77.1
Version 0.77.0
Notes
Added
Deprecated
- Telegram changed
voice_chat_Xtovideo_chat_X.VoiceChatXevent classes are deprecated, use newVideoChatXevent classes instead.
Fixed
- Return correct data in
Entity::jsonSerialize(@TiiFuchs)