From e7b267d16855302bd7657b6da731c1e58e321ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 3 Jul 2019 10:56:18 +0200 Subject: [PATCH] v2.4.1 release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 2 +- init.rb | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a7c590..1a9dc836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Changelog for Redmine DMSF ========================== +2.4.1 *2019-09-02* +------------------ + + Compatibility with Redmine 4.0 + Japanese localization updated + Plupload & DataTables libraries upgraded + +* Bug: #1017 - Multiple zip files are filling the tmp folder +* Bug: #1015 - WebDAV client error +* Bug: #1013 - Approval workflow notifications are sent to locked users +* Bug: #1008 - Description field trunkates on blank line +* Bug: #1004 - Wrong revision order after upgrading to DMSF 1.6.2 +* Bug: #1003 - Wrong file structure on migrate +* Bug: #1002 - New folder with empty titlle => Error 500 +* Bug: #1001 - User Permission problem (can't choose user) +* Bug: #995 - All files and folders deleted during migration +* Bug: #992 - No such file to load -- mime/types.rb (LoadError) +* Bug: #988 - Failure to Update DMSF from 1.5.9 to 2.0.0 during migrate +* New: #987 - Update Japanese translation +* Bug: #986 - I can not send file by mail +* Bug: #984 - Uninitialized constant Redmine::IntegrationTest NameError +* Bug: #980 - Copy of root folder to subfolder causes web crash +* Bug: #932 - Undefined method `to_prepare' for ActionDispatch::Reloader:Class (Redmine 4.0 / Rails 5) + 2.0.0 *2019-02-28* ------------------ diff --git a/README.md b/README.md index 4e0bdc46..943b8ac3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **2.0.0** [![Build Status](https://api.travis-ci.org/danmunn/redmine_dmsf.png)](https://travis-ci.org/danmunn/redmine_dmsf) +The current version of Redmine DMSF is **2.4.1** [![Build Status](https://api.travis-ci.org/danmunn/redmine_dmsf.png)](https://travis-ci.org/danmunn/redmine_dmsf) 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 6ead417d..fbd18029 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ Redmine::Plugin.register :redmine_dmsf do end author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '2.0.0' + version '2.4.1' requires_redmine version_or_higher: '4.0.0'