Releases: php-telegram-bot/telegram-bot-manager
Releases · php-telegram-bot/telegram-bot-manager
Version 2.1.0
Version 2.0.0
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
Version 1.6.0
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 withTelegramLog::initialize
.
Security
- Minimum PHP 7.3, allow PHP 8.0.
Version 1.5.0
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
Version 1.4.0
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
Version bumping to 0.48.0
Fix secret requirement for getUpdates via CLI
Fix getUpdates method and improve output
Also, getUpdates output can now be altered by using a custom callback to process the response.
See changelog