Skip to content

Releases: php-telegram-bot/telegram-bot-manager

Version 2.1.0

27 May 17:25
2f66a0d
Compare
Choose a tag to compare

Notes

Changed

  • Bumped core to version 0.81.*

Version 2.0.0

06 Jul 21:37
72d7c38
Compare
Choose a tag to compare

Notes

Added

  • Enforce secret_token webhook validation check.

Changed

  • Bumped core to version 0.78.*.
  • Upgrade code to PHP 8.0.
  • Moved tests to GitHub Actions.

Security

  • Minimum PHP 8.0.

Version 1.7.0

14 Jun 17:52
0186409
Compare
Choose a tag to compare

Notes

Changed

  • Bumped core to version 0.73.*.

Fixed

  • chat_id output for getUpdates method. (#65)

Version 1.6.0

26 Dec 22:14
e7a5f0e
Compare
Choose a tag to compare

Notes

Changed

  • Upgraded dependencies and bumped core to version 0.70.*.
  • Upgrade code to PHP 7.3.
  • Update Travis-CI and Scrutinizer configs.

Removed

  • Remove BotManager::initLogging() method and require separate logging initialisation with TelegramLog::initialize.

Security

  • Minimum PHP 7.3, allow PHP 8.0.

Version 1.5.0

29 Jul 13:32
35ca6cf
Compare
Choose a tag to compare

Notes

Changed

  • Upgraded dependencies and bumped core to version 0.59.*. (#48)
  • Code style is now PSR12. (#48)
  • Adopt issue templates and git/GitHub related meta from upstream core. (#49)
  • Simplify FQNs, cleanup tests and update changelog. (#51)

Removed

Fixed

  • Fix and improve getUpdates output. (#52)
  • Don't output deprecation notices if no logging is enabled. (#53)

Security

Version 1.4.0

01 Jun 10:37
6afdb0b
Compare
Choose a tag to compare

Added

  • Test up to PHP 7.3 in Travis-CI.

Changed

  • Use the new Telegram API webhook IP ranges.
  • Upgraded dependencies and bumped core to version 0.57.0.

Security

  • Minimum PHP version is now 7.1.

Core version bump to 0.54.0

21 Jul 01:36
6233321
Compare
Choose a tag to compare

Version bumping to 0.48.0

26 Aug 18:58
e5b6047
Compare
Choose a tag to compare

Fix secret requirement for getUpdates via CLI

11 Jul 23:13
9493b0b
Compare
Choose a tag to compare

Fix getUpdates method and improve output

10 Jul 16:04
6e54a83
Compare
Choose a tag to compare

Also, getUpdates output can now be altered by using a custom callback to process the response.
See changelog