Releases: php-telegram-bot/support-bot
Releases · php-telegram-bot/support-bot
Version 0.5.0
Added
- Description for commands. (#35)
/id
command, to help users find their user and chat information. (#36)
Fixed
- PSR12 compatibility. (#35)
Security
- Minimum PHP 7.3. (#35)
- Use master branch of core library. (#35)
Version 0.4.0
Changed
- Only log a single welcome message deletion failure. (#34)
Fixed
- Deprecated system commands are now executed via
GenericmessageCommand
. (#33)
Version 0.3.0
Added
- Code checkers to ensure coding standard. (#30)
- When releasing a new version of the Support Bot, automatically fetch the latest code and install with composer. (#31)
- MySQL cache for GitHub client. (#32)
Changed
- Bumped Manager to 1.5. (#27)
- Logging is now decoupled with custom Monolog logger. (#28, #29)
Version 0.2.0
Changed
Fixed
- Only post release message when a new release is actually "published". (#25)
Version 0.1.0
Added
- First minor version that contains the basic functionality.
- Simple logging of incoming webhook requests from GitHub and Travis-CI.
- Post welcome messages to PHP Telegram Bot Support group.
- Post release announcements to PHP Telegram Bot Support group. (#17)
- Extended
.env.example
file.