Skip to content

0.56.0

Compare
Choose a tag to compare
@noplanman noplanman released this 15 Apr 00:31
· 550 commits to master since this release
695e63a

Notes

  • ๐Ÿ“’ View file changes โˆ™ [๐Ÿ“ƒ DB migration script][0.56.0-sql-migration]
  • โ• This is a big update, so please review the changelog carefully!

Added

  • Helper for sending InputMedia objects using Request::sendMediaGroup() and Request::editMediaMessage() methods.
  • Allow passing absolute file path for InputFile fields, instead of Request::encodeFile($path). (#934)

Changed

  • All Message field types dynamically search for an existing Command class that can handle them. (#940)
  • Upgrade dependencies. (#945)

Deprecated

  • Botan.io service has been discontinued. (#925)
  • Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation. (#940)

Fixed

  • Constraint errors in /cleanup command. (#930)
  • Return correct objects for requests. (#934)
  • PHPCS: static before visibility declaration. (#945)