GitPedia
php-telegram-bot

php-telegram-bot/support-bot

Assistant bot for the Telegram support group

15 Releases
Latest: 3y ago
Version 0.14.00.14.0Latest
noplanmannoplanman·3y ago·May 27, 2023
GitHub

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
noplanmannoplanman·4y ago·June 4, 2022
GitHub

📋 Changed

  • Bump core to 0.77.1

🐛 Fixed

  • Bump service webhook handler
Version 0.13.10.13.1
noplanmannoplanman·4y ago·May 27, 2022
GitHub

🐛 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
noplanmannoplanman·4y ago·March 24, 2022
GitHub

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
noplanmannoplanman·4y ago·July 9, 2021
GitHub

📋 Changed

  • Bumped to core 0.74.

🐛 Fixed

  • GitHub authentication.
  • Self-update.
Version 0.10.00.10.0
noplanmannoplanman·5y ago·June 14, 2021
GitHub

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
noplanmannoplanman·5y ago·March 14, 2021
GitHub

📋 Changed

  • Moved to PHP 8.
  • Bump to version 0.71 of core.
Version 0.8.00.8.0
noplanmannoplanman·5y ago·January 1, 2021
GitHub

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
noplanmannoplanman·5y ago·October 4, 2020
GitHub

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
noplanmannoplanman·5y ago·July 6, 2020
GitHub

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
noplanmannoplanman·6y ago·November 23, 2019
GitHub

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
noplanmannoplanman·6y ago·July 31, 2019
GitHub

📋 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
noplanmannoplanman·6y ago·July 30, 2019
GitHub

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
noplanmannoplanman·7y ago·June 1, 2019
GitHub

📋 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
noplanmannoplanman·7y ago·April 14, 2019
GitHub

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.