Skip to content

Commit

Permalink
v2.4.8 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Oct 8, 2021
1 parent 21d2259 commit 6c5c824
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 6c5c824

Please sign in to comment.