Skip to content

Releases: php-telegram-bot/support-bot

Version 0.5.0

23 Nov 23:36
b6e63d0
Compare
Choose a tag to compare

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

31 Jul 23:59
4deebac
Compare
Choose a tag to compare

Changed

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

Fixed

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

Version 0.3.0

30 Jul 00:21
98065d5
Compare
Choose a tag to compare

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

01 Jun 14:05
9186ff8
Compare
Choose a tag to compare

Changed

  • Bumped Manager to 1.4

Fixed

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

Version 0.1.0

14 Apr 23:22
ea5c281
Compare
Choose a tag to compare

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.