Skip to content

v1.1.0

Compare
Choose a tag to compare
@TiiFuchs TiiFuchs released this 24 Mar 21:18
· 3 commits to main since this release
9e64095

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.
  • Added better type-hinting made possible with PHP 8