Skip to content

Latest commit

 

History

History
121 lines (72 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

121 lines (72 loc) · 3.1 KB

Announcements Plugin Change Log

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.


Added

  • German translation (#15)
  • Schema update to cleanup orphan records in dismissed table #17)

Changed

  • Improve error handling of announcements dismissals

Removed

  • Unused language strings

Fixed

  • Setting of Dismissable property when adding a new Context (#18, #19)
  • Cascade delete Dismissals when removing a Context or Message #17)
  • Time-to-live for non-dismissable announcements (#16)

2.1.0 - 2017-10-16

Added

  • Implement automatic delayed dismissal (#10)
  • Logging errors on dismissal AJAX to javascript console (#12)
  • Warn admin when configured threshold is lower than '$g_manage_site_threshold' (#14)

Changed

  • Increase and fix size of Title input field (#13)

Fixed

  • Markdown rendering in List view (#9)
  • Announcement dismissal not working with detailed *$g_display_error_ settings (#11)

2.0.0 - 2017-07-02

Added

  • Support for MantisBT 2.0
  • Screenshots to README file (#4)

Removed

  • Support for MantisBT 1.3

Fixed

  • Highlight menu item on manage page (#8)

1.0.0 - 2017-06-20

Added

  • Support for MantisBT 1.3

Removed

  • Support for MantisBT 1.2

0.3 - 2014-08-12

Added

  • Chinese translation

0.2 - 2014-03-19

Added

  • Dismissal timestamps, allowing edited announcements to be shown again, until users dismiss them a second time

0.1 - 2010-06-19

Added

  • Initial release