Skip to content

v2.5.0

Compare
Choose a tag to compare
@dregad dregad released this 22 Apr 23:47
· 17 commits to master since this release
v2.5.0

Added

  • New 'withdraw vote' button #19
  • Config page: "Reset" button to revert configs to defaults #27
  • Support for PostgreSQL (and probably MSSQL and Oracle as well) #4
  • Russian translation #35
  • View Issue Page button to jump to the voting section #34

Changed

  • Updated README file and screenshots #1
  • New default values for Severity config #17
  • Use language strings for plugin title & description #22
  • Fix and improve gauge form layout #11
  • Mark developers and higher in bold font #24
  • Use standard MantisBT core functions and avoid code duplication #15
  • Redirect to Manage Plugins page after config update #26
  • Improve layout for Rankings page #18
  • Use language strings for column labels #22
  • Renamed config options #29
  • Miscellaneous code cleanup and layout improvements
  • Use Plugin API instead of hardcoded paths #32

Fixed

  • Deprecated MantisBT API calls #12
  • Application warning when processing a non-existing user #25
  • Excel download does not work on Apache #20
  • "No data" alert on Ranking page is not working #21
  • Do not require MySQL SUPER privileges to execute #10
  • Issue ranking page does not filter by severity #23
  • SQL error if config is not set #28
  • Missing license information #31
  • Removed duplicate language string #33

Security

  • CSRF protection to forms #16
  • Prevent potential XSS attacks on Rankings page #30