The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
0.14.0 - 2023-05-27
- Notify group on Laravel package releases.
- Bump manager to 2.1.
- Bump core to 0.81.
- Travis CI webhook.
- Minimum PHP 8.1.
0.13.2 - 2022-06-04
- Bump core to 0.77.1
- Bump service webhook handler
0.13.1 - 2022-05-27
- Trigger the release note for
released
action instead ofpublished
.
- Require Guzzle 7.4.3 and up.
0.13.0 - 2022-03-24
- Rule regarding advertisements / job offers.
- Notify about
php-telegram-bot/fluent-keyboard
releases.
- Bumped to core 0.76.
0.12.0 - 2021-12-29
- Notify about
php-telegram-bot/inline-keyboard-pagination
releases.
- Bumped to core 0.75.
0.11.0 - 2021-07-09
- Bumped to core 0.74.
- GitHub authentication.
- Self-update.
0.10.0 - 2021-06-14
- Rules notice to use Pastebin instead of posting code directly.
- Bumped to manager 1.7.0 and core 0.73.
- Various code tweaks, make use of PHP 8.
- Bumped dependencies.
0.9.0 - 2021-03-14
- Moved to PHP 8.
- Bump to version 0.71 of core.
0.8.0 - 2021-01-01
- Possibility to set custom Request Client.
- Bumped dependencies, use explicit version 0.70.1 of core.
- Only kick users that haven't already been kicked.
0.7.0 - 2020-10-04
- Rules must be agreed to before allowing a user to post in the group. (#43)
- Bumped dependencies, use explicit version 0.64.0 of core.
- Minimum PHP 7.4.
0.6.0 - 2020-07-06
- New
/donate
command, to allow users to donate via Telegram Payments. (#40) - GitHub authentication to prevent hitting limits. (#41)
- Link to the
/rules
command in the welcome message. (#42)
0.5.0 - 2019-11-24
- Description for commands. (#35)
/id
command, to help users find their user and chat information. (#36)
- PSR12 compatibility. (#35)
- Minimum PHP 7.3. (#35)
- Use master branch of core library. (#35)
0.4.0 - 2019-08-01
- Only log a single welcome message deletion failure. (#34)
- Deprecated system commands are now executed via
GenericmessageCommand
. (#33)
0.3.0 - 2019-07-30
- 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)
- Bumped Manager to 1.5. (#27)
- Logging is now decoupled with custom Monolog logger. (#28, #29)
0.2.0 - 2019-06-01
- Bumped Manager to 1.4
- Only post release message when a new release is actually "published". (#25)
- 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.