Releases: mantisbt-plugins/TelegramBot
Releases · mantisbt-plugins/TelegramBot
release-1.6.0
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
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
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.
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
Added proxy and debug connections setting.
release-1.3.3: Added new function and bug fixes.
- POSTGRES support. - SOCKS5 support.
release-1.3.1: Added new functional, bug fixed
- 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
- Added translation into Spanish ( thanks to @manuel-jrs ); - Minor bug fixes.
release-1.2.0: Stable
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:
-Attach files to bugs; -Send comments to bugs; -Bug report function.