From 6c5c824435c7c8a551b928394a17e7eb4598869b Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 8 Oct 2021 14:36:44 +0200 Subject: [PATCH] v2.4.8 released --- 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 20fa0fa2..e5370c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Changelog for Redmine DMSF ========================== +2.4.8 *2021-10-08* +------------------ + + REST API - Create a revision, updating custom fields + Bug fixes + +* Bug: #1290 - Column is not shown. GUI is not changed +* Bug: #1284 - 500 Error when doing Approval Workflow related actions #1260 +* Bug: #1283 - Rest API: link file to an issue +* Bug: #1282 - Current view changed after adding new revision +* Bug: #1280 - Problem with editing an exisiting link +* Bug: #1279 - Error when sorting on custom field +* Bug: #1277 - Custom field not set as default column +* Bug: #1272 - Document tagging/filtering: filter not working when tag has multiple values +* Bug: #1267 - Document editing from a mounted folder in MS Excel 2016 +* Bug: #1265 - Cannot unlock a folder despite :force_file_unlock permission +* Bug: #1262 - Redmine version dependency differs between readme.md and init.rb +* Bug: #1260 - 500 Error when doing Approval Workflow related actions +* Bug: #1258 - Unlock folder results in 403 +* Bug: #1255 - Sub Folder creation via REST API +* Bug: #1254 - SQL Error when trying to list certain folders +* Bug: #1252 - WebDAV error +* New: #1245 - Update custom fields of a file with REST API + 2.4.7 *2021-05-12* ------------------ diff --git a/README.md b/README.md index 833f4921..c1adefde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **2.4.8 devel** +The current version of Redmine DMSF is **2.4.8** 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 c27b512b..27da6299 100644 --- a/init.rb +++ b/init.rb @@ -33,7 +33,7 @@ end author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '2.4.8 devel' + version '2.4.8' requires_redmine version_or_higher: '4.2.0'