php-telegram-bot/support-bot
Assistant bot for the Telegram support group
15 Releases
Latest: 3y ago
Version 0.14.00.14.0Latest
✨ Added
- Notify group on Laravel package releases.
📋 Changed
- Bump manager to 2.1.
- Bump core to 0.81.
🗑️ Removed
- Travis CI webhook.
🔒 Security
- Minimum PHP 8.1.
Version 0.13.20.13.2
📋 Changed
- Bump core to 0.77.1
🐛 Fixed
- Bump service webhook handler
Version 0.13.10.13.1
🐛 Fixed
- Trigger the release note for `released` action instead of `published`.
🔒 Security
- Require Guzzle 7.4.3 and up.
Version 0.13.00.13.0
✨ Added
- Rule regarding advertisements / job offers.
- Notify about `php-telegram-bot/fluent-keyboard` releases.
📋 Changed
- Bumped to core 0.76.
Version 0.11.00.11.0
📋 Changed
- Bumped to core 0.74.
🐛 Fixed
- GitHub authentication.
- Self-update.
Version 0.10.00.10.0
✨ Added
- Rules notice to use Pastebin instead of posting code directly.
📋 Changed
- Bumped to manager 1.7.0 and core 0.73.
- Various code tweaks, make use of PHP 8.
🔒 Security
- Bumped dependencies.
Version 0.9.00.9.0
📋 Changed
- Moved to PHP 8.
- Bump to version 0.71 of core.
Version 0.8.00.8.0
✨ Added
- Possibility to set custom Request Client.
📋 Changed
- Bumped dependencies, use explicit version 0.70.1 of core.
🐛 Fixed
- Only kick users that haven't already been kicked.
Version 0.7.00.7.0
✨ Added
- Rules must be agreed to before allowing a user to post in the group. (#43)
📋 Changed
- Bumped dependencies, use explicit version 0.64.0 of core.
🔒 Security
- Minimum PHP 7.4.
Version 0.6.00.6.0
✨ Added
- New `/donate` command, to allow users to donate via Telegram Payments. (#40)
- GitHub authentication to prevent hitting limits. (#41)
📋 Changed
- Link to the `/rules` command in the welcome message. (#42)
Version 0.5.00.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.00.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.00.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.00.2.0
📋 Changed
- Bumped Manager to 1.4
🐛 Fixed
- Only post release message when a new release is actually "published". (#25)
Version 0.1.00.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.
