v2.4.8 released

This commit is contained in:
karel.picman@lbcfree.net 2021-10-08 14:36:44 +02:00
parent 21d2259de6
commit 6c5c824435
3 changed files with 26 additions and 2 deletions

View File

@ -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*
------------------

View File

@ -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.

View File

@ -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.8 devel'
version '2.4.8'
requires_redmine version_or_higher: '4.2.0'