Skip to content

EmailReporting v0.9.2

Compare
Choose a tag to compare
@SL-Gundam SL-Gundam released this 10 Jul 01:37
· 259 commits to master since this release

This release fixes several issues with MantisBT 1.3.x compatibility and PHP 7 compatibility
There are still some deprecated errors. They will be corrected but they have a low priority since they don't break functionality

Please report any bugs that are found here: https://www.mantisbt.org/bugs/bug_report_page.php within the project "Plugin - EmailReporting"

Please extract the attached archive within the /mantisbt/plugins/ folder

Changelog

- Officially compatible with MantisBT 1.3.x
- Fixed collation check issue with MantisBT 1.3.x
- Modified the user option list to also check user accessible projects
- Show missing user id behind the error in the user option list
- user_is_realname_valid function does not exist in MantisBT 1.3.x
- Changed errors formatting
- Added current mailbox runtime in seconds to debug mode when show memory usage is enabled
- Fixed PHP7 removed functionality in pear package mimeDecode
- Fixed notice level error in pear package mimeDecode