Support Bot Versions Save

Assistant bot for the Telegram support group

0.5.0

4 years ago

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)

0.4.0

4 years ago

Changed

  • Only log a single welcome message deletion failure. (#34)

Fixed

  • Deprecated system commands are now executed via GenericmessageCommand. (#33)

0.3.0

4 years ago

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)

0.2.0

5 years ago

Changed

  • Bumped Manager to 1.4

Fixed

  • Only post release message when a new release is actually "published". (#25)

0.1.0

5 years ago

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.