diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9a7046..c1d7bcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ Changelog for Redmine DMSF ========================== -3.0.2 *????-??-??* +3.0.2 *2022-06-17* ------------------- + MS SQL compatibility + RedmineUp's plugins compatibility + +* Bug: #1366 - 404 Not found while restoring documents from the trash bin +* Bug: #1365 - No journal when delete / de-attach document +* Bug: #1364 - Error while loading /settings +* Bug: #1363 - Conflict with plugin redmine_issue_evm +* Bug: #1352 - Error while loading list DMSF + 3.0.1 *2022-06-03* ------------------- diff --git a/README.md b/README.md index d93b5a43..582b461a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **3.0.2 devel** +The current version of Redmine DMSF is **3.0.2** [![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) diff --git a/init.rb b/init.rb index ee9cd02c..4b627603 100644 --- a/init.rb +++ b/init.rb @@ -33,7 +33,7 @@ Redmine::Plugin.register :redmine_dmsf do end author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '3.0.2 devel' + version '3.0.2' requires_redmine version_or_higher: '4.2.0'