Telegram Bot Manager Versions Save

PHP Telegram Bot Manager

2.1.0

11 months ago

Notes

Changed

  • Bumped core to version 0.81.*

2.0.0

1 year ago

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.

1.7.0

2 years ago

Notes

Changed

  • Bumped core to version 0.73.*.

Fixed

  • chat_id output for getUpdates method. (#65)

1.6.0

3 years ago

Notes

Changed

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

Removed

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

Security

  • Minimum PHP 7.3, allow PHP 8.0.

1.5.0

4 years ago

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

  • Botan.io has been removed (see php-telegram-bot/core#924). (#50)

Fixed

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

Security

  • Security disclosure managed by Tidelift. (#49)

1.4.0

4 years ago

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.

1.3.0

5 years ago

See changelog

1.2.2

6 years ago

See changelog

1.2.1

6 years ago

See changelog

1.2.0

6 years ago

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