diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f9b60d..020d422d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ Changelog for Redmine DMSF ========================== -2.4.9 *????-??-??* +2.4.9 *2021-11-15* ------------------ - Maintenance release + Project copying DMSF options fixed. + Dalli dependency removed. + +* Bug: #1297 - Redmine KO after dalli upgrade to 3.0 +* Bug: #1296 - "Copy folders only" doesn't work properly 2.4.8 *2021-10-08* ------------------ diff --git a/README.md b/README.md index 9fda4446..e04d9b54 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **2.4.9 devel** +The current version of Redmine DMSF is **2.4.9** Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module. diff --git a/init.rb b/init.rb index 14cbf24d..47427b84 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 '2.4.9 devel' + version '2.4.9' requires_redmine version_or_higher: '4.2.0'