Skip to content

Releases: mantisbt-plugins/TelegramBot

release-1.6.0

23 Jun 18:53
c522f1e
Compare
Choose a tag to compare

Installation Requirements

This version of the plugin is only for mantisbt >= 2.26.0.
For mantisbt below version 2.26 use plugin version 1.5.1 (https://github.com/mantisbt-plugins/TelegramBot/releases/tag/release-1.5.1)

Instructions for updating an already installed plugin

  • Completely replace the contents of the plugins/TelegramBot folder with the contents of a similar folder from this release;
  • Go to the "Manage Plugins" menu and click "Update" against the TelegramBot plugin.

What's Changed

  • Added compatibility with mantisbt-2.26 and higher;
  • Fixed bug of binding telegram user with 64x bit uid;
  • Fixed compatibility issues with php 8.x;
  • Fixed some parts of the code that caused errors in the plugin if the mantisbt configuration was set to strictly deal with non-essential errors;
  • Restored ability to accept files as content to notes and create new issues;

Full Changelog: release-1.5.0...release-1.6.0

release-1.5.1

23 Jun 18:23
b1e0ac3
Compare
Choose a tag to compare

Installation Requirements

This version of the plugin is only for mantisbt below version 2.26.0.
For mantisbt >= 2.26 use plugin version >= 1.6 (https://github.com/mantisbt-plugins/TelegramBot/releases/latest)

Instructions for updating an already installed plugin

  • Completely replace the contents of the plugins/TelegramBot folder with the contents of a similar folder from this release;
  • Go to plugins setting and click "Update" on the TelegramBot plugin;
  • Go to the "Manage Plugins" menu and click "Update" against the TelegramBot plugin.

What's Changed

  • Fixed bug of binding telegram user with 64x bit uid;
  • Fixed compatibility issues with php 8.x;
  • Fixed some parts of the code that caused errors in the plugin if the mantisbt configuration was set to strictly deal with non-essential errors;
  • Restored ability to accept files as content to notes and create new issues;

Full Changelog: release-1.5.0...release-1.5.1

release-1.5.0

08 May 08:48
Compare
Choose a tag to compare

Added configuration page for notifications.
Added WebhookInfo diagnostic information display.
Improved error handling inbound requests through hook.php.
Added additional levels of logging connections and authorization process.
Added a hint in the proxy server address field.

release-1.4.1: Fixed error in localization files.

20 Feb 02:25
Compare
Choose a tag to compare
This caused incorrect behavior when sending notifications in some languages, as well as not the ability to customize the notification details for each user.

release-1.4.0

25 Dec 02:19
d4937dd
Compare
Choose a tag to compare
Added proxy and debug connections setting.

release-1.3.3: Added new function and bug fixes.

29 Nov 07:55
Compare
Choose a tag to compare
- POSTGRES support.
- SOCKS5 support.

release-1.3.1: Added new functional, bug fixed

08 Oct 08:10
Compare
Choose a tag to compare
- Respond to chat alerts about events using the built-in function "Reply to message"
- #4 Too many messages when a task status changes.

release-1.2.1: Small update

27 Sep 05:43
Compare
Choose a tag to compare
- Added translation into Spanish ( thanks to @manuel-jrs );
- Minor bug fixes.

release-1.2.0: Stable

11 Sep 10:26
Compare
Choose a tag to compare
Added notification of the message when:
- creating an bug
- change the status of the bug
- adding a comment to the bug
- mention of the user in the commentary

release-1.1.2: Features:

07 Sep 09:56
Compare
Choose a tag to compare
-Attach files to bugs;
-Send comments to bugs;
-Bug report function.