Releases: php-telegram-bot/core
Releases · php-telegram-bot/core
0.76.0
Notes
Added
- Bot API 5.6 (@TiiFuchs) (#1275)
- Bot API 5.7 (@TiiFuchs) (#1284)
- PSR3 (psr/log) version 2 and 3 compatible (@noplanman) (#1287)
- Entity implements and uses JsonSerializable now (@TiiFuchs)
- Test with PHP 8.1 on Travis CI (@osavchenko) (#1291)
Changed
- Bugfix: Fixed condition in \Longman\TelegramBot\Entities\Chat::isGroupChat() that previously also counted super groups and channels. (@TiiFuchs)
Version 0.75.0
Notes
Added
- Ability to directly set commands paths. (@wright-tw, @noplanman) (#1252)
- Bot API 5.4. (@TiiFuchs, @noplanman) (#1266)
- Bot API 5.5. (@TiiFuchs, @noplanman) (#1267)
- The field
message_auto_delete_time
was added to the Chat Entity (@TiiFuchs) (#1265)
Removed
- ❗ Removed deprecated
ChatAction::
RECORD_AUDIO
andUPLOAD_AUDIO
. UseRECORD_VOICE
andUPLOAD_VOICE
instead. (@TiiFuchs) (#1267)
Fixed
- PHP 8.1 deprecations. (@maxgorovenko) (#1260)
Version 0.74.0
Notes
Added
- Bot API 5.3 (Personalized Commands, Keyboard Placeholders). (@TiiFuchs, @noplanman) (#1229, #1231)
Version 0.73.1
Notes
Fixed
Version 0.73.0
Version 0.72.0
Notes
Added
- Bot API 5.1 (ChatMember Update types, Improved Invite Links, Voice Chat). (@massadm, @noplanman) (#1199)
- Method to allow adding command classes directly. (@Alligator77, @noplanman) (#1207, #1209)
Deprecated
Telegram::handleGetUpdates
method should be passed a$data
array for parameters. (#1202)
Fixed
Version 0.71.0
Notes
Added
- Define a custom Bot API server and file download URI. (#1168)
Changed
- Improved error messages for empty input. (#1164)
- Log update when processing it, not when fetching input. (#1164)
Fixed
getUpdates
method wrongly sends only 1 Update when a limit of 0 is passed. (#1169)Telegram::runCommands()
now passes the correct message text to the commands. (#1181)- Request limiter accepts chat ID as integer and string. (#1182)
- Calling Keyboard constructor without any parameters. (@hutattedonmyarm) (#1184)
Version 0.70.1
Version 0.70.0
Notes
- 📒 View file changes ∙ 📃 DB migration script
- ❗ PHP 7.3+ required, so make sure your code is up to date with correct types!
Added
- Bot API 5.0 (Big update!). (#1147)
Changed
- Upgrade code to PHP 7.3. (#1136, #1158)
- Speed up
/clean
query. (@dva-re) (#1139) - Various code prettifications. (@akalongman) (#1140, #1141, #1142, #1143)
Security
Version 0.64.0
Notes
Added
- Support for Guzzle 7. (@KristobalJunta) (#1133)
Fixed
- Correct SQL migration script for older versions of MySQL. (#1135)