Releases: php-telegram-bot/fluent-keyboard
Releases · php-telegram-bot/fluent-keyboard
Version 1.2.0
v1.1.0
Full Changelog: v1.0.1...v1.1.0
Changelog
- Bumped Minimum PHP Version to PHP 8.0
- Added an intermediate Button class for better type-hinting
- Added convenience behavior to
InlineKeyboardButton::loginUrl()
method- it's possible to pass the
loginUrl
directly as a string and it gets converted to the mandatory array structure automatically.
- it's possible to pass the
- Added better type-hinting made possible with PHP 8