### Notes - [:ledger: View file changes](https://github.com/php-telegram-bot/core/compare/0.80.0...0.81.0) ∙ [:page_with_curl: DB migration script](https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.80.0-0.81.0.sql) - Last version that supports PHP 7. ### Added - Support dynamic Entity properties for newer PHP versions ([@alesinicio](https://github.com/), [@TiiFuchs](https://github.com/)) (#1390) - Bot API 6.4, 6.5, 6.6, 6.7 ([@noplanman](https://github.com/)) (#1389) ### Removed - Keyboard validations ([@noplanman](https://github.com/)) (#1395) ### 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](https://github.com/)) (#1384)