Skip to content

Latest commit

 

History

History
executable file
·
56 lines (31 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

executable file
·
56 lines (31 loc) · 1.29 KB

Change Log for the CustomizeEmailSubject MantisBT plugin

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning specification.

1.0.0 - 2020-04-13

Added

  • Support for MantisBT 2.x
  • Button to reset to default template

Changed

  • require language files based on user_pref_get_language(user_id)
  • Moved hardcoded strings to language files
  • Improved config screen layout
  • Code cleanup

Removed

  • Support for MantisBT 1.x

0.1.2 - 2013-07-17

Added

  • New field: reason
  • Ability to customize strings via language files

0.1.1 - 2013-07-03

Fixed

  • Bugfix for handler field

0.1.0 - 2013-03-15

Added

  • Initial release