Skip to content

0.53.0

Compare
Choose a tag to compare
@noplanman noplanman released this 31 Mar 22:48
· 633 commits to master since this release
ed50346

Notes

Added

  • Implemented new changes for Bot API 3.6 (streamable InputMediaVideo, connected website). (#799)
  • Telegram::getLastUpdateId() method, returns ID of the last update that was processed. (#767)
  • Telegram::useGetUpdatesWithoutDatabase() method, enables Telegram::handleGetUpdates() to run without a database. (#767)

Changed

  • Updated Travis to use Trusty containers (for HHVM) and add PHP 7.2 to the tests. (#739)
  • Add debug log entry instead of throwing an exception for duplicate updates. (#765)
  • Telegram::handleGetUpdates() can now work without a database connection (not enabled by default). (#767)
  • Improved /sendtochannel and /sendtoall commands, using new message helpers. (#810)

Fixed

  • PHPCS fixes for updated CodeSniffer dependency. (#739)
  • Send messages correctly via /sendtochannel. (#803)