Skip to content

Releases: irazasyed/telegram-bot-sdk

v3.14.0

11 Mar 04:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.0...v3.14.0

3.13

28 May 20:20
31a71ae
Compare
Choose a tag to compare
  • Revise Base Bot URL and File URL. Reverts breaking change.

Full Changelog: v3.12.0...v3.13.0

v3.12.0

20 May 00:30
Compare
Choose a tag to compare

What's Changed

  • Add download HTTP method for file downloader.
  • Bump Guzzle version to 7.5.1 for security reasons.
  • Support Pest 1.x and 2.x.
  • Refactor for Performance. Readability. Optimizations.

Full Changelog: v3.11.0...v3.12.0

3.11

16 Apr 02:34
e0e399e
Compare
Choose a tag to compare

What's Changed

  • Add argument($name, $default) method in command.
  • Refactor command system to improve arguments support. Supported patterns: {argument} { regex: \w+ }
  • Fix setChatPhoto method to properly upload photo file.
  • Add unicode support for command parser.
  • Update TelegramResponse.php by @irpcpro in #1053 #1054 #1057
  • Add a setup method for the "is_persistent" field of the ReplyKeyboardMarkup object by @pavel-mironchik in #1063

New Contributors

Full Changelog: v3.10.0...v3.11.0

3.10

01 Apr 18:24
058fa85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.1...v3.10.0

3.9.1

31 Mar 19:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9...v3.9.1

3.9

02 Aug 19:48
c4c8250
Compare
Choose a tag to compare
3.9

What's Changed

  • Fix Update::getChat() for cases when a User banned and/or unbanned a bot by @lptn in #977
  • Fix return type error on method findType by @MaizerGomes in #985
  • FIX: Set correct Api/Bot instance when add/init Commands by @lptn in #984
  • Add GitHub issue template for bug reports by @lptn in #981
  • Drop username config key used by WebhookCommand only by @lptn in #979
  • Make TelegramServiceProvider really deferrable by @lptn in #978
  • Add missing @param and @return types to PHPDoc blocks by @lptn in #983
  • createChatInvitelink returns array and solves the create link issue by @arifjawad in #986

New Contributors

Full Changelog: v3.8...v3.9

3.8

09 Jul 18:43
b8b73c9
Compare
Choose a tag to compare
3.8

What's Changed

  • Fix package to work on PHP 7.3 by @lptn in #969
  • Fix CI: do not use guzzle versions with know vulnerabilities by @lptn in #970
  • Improve PHPDoc (for Telegram + add more deprecations to methods removed in SDK v4) by @lptn in #972
  • Add php-cs-fixer to CI to use the same style as for SDK v4 by @lptn in #973
  • Cleanup php cs fixer config: remove cache from repository by @lptn in #976
  • Remove invalid imports by @lptn in #975

Full Changelog: v3.7...v3.8

3.7

07 Jul 23:36
34acb88
Compare
Choose a tag to compare
3.7 Pre-release
Pre-release

What's Changed

  • Fix PHPDoc: mark optional properties as nullables by @lptn in #963
  • Add missing types by @lptn in #961
  • Fix one-to-many relations by @lptn in #964
  • Drop PHP 7.2 support and update phpunit by @lptn in #966
  • Backport some v4 features by @lptn in #965
  • Fix type issue parsing "entities" by @lptn in #967

New Contributors

  • @lptn made their first contribution in #963

Full Changelog: v3.6...v3.7

3.6

30 Mar 21:14
f5c8358
Compare
Choose a tag to compare
3.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.5...v3.6