v2.4.5 released

This commit is contained in:
karel.picman@lbcfree.net 2020-11-10 12:15:57 +01:00
parent b65ae91d7f
commit 79ba86d682
3 changed files with 25 additions and 3 deletions

View File

@ -1,9 +1,31 @@
Changelog for Redmine DMSF Changelog for Redmine DMSF
========================== ==========================
2.4.5 *????-??-??* 2.4.5 *2020-11-10*
------------------ ------------------
* Bug: #1184 - Problems uploading files with the same file name as attachments on Redmine issues
* Bug: #1183 - Update README.md
* Bug: #1179 - Can not make file or folder which have the same name as the project's root folder, and etc.
* New: #1178 - Failed to PUT files which includes some characters via WebDAV
* Bug: #1175 - Available in CSV Internal Error
* Bug: #1172 - Manually locking document disables "Edit content"
* Bug: #1170 - Max size of upload-able file
* Bug: #1166 - Version column in documents table can't display letters
* Bug: #1165 - DMSF 2.4.4 1 byte files issue
* New: #1164 - Embed video into wiki
* Bug: #1163 - Folder visible via webdav but not via UI
* Bug: #1159 - Approval workflow log not available for non-admin users
* Bug: #1156 - Editing a document also changes its title
* Bug: #1155 - Fix easy context menu
* Bug: #1150 - Uploading big files causes no memory exception
* New: #1145 - Folder can not be deleted if the folder contains files or folders
* New: #1136 - WebDAV tree structure including sub-projects duplicate
* New: #1023 - New UI: List view improvements
* New: #1122 - New UI: Custom fields as filters
* Bug: #1088 - Webdav link contains SUB-URI part twice
* New: #460 - Webdav: Parent-sub Project Folders Seperated
2.4.4 *2020-07-10* 2.4.4 *2020-07-10*
------------------ ------------------

View File

@ -1,7 +1,7 @@
Redmine DMSF Plugin Redmine DMSF Plugin
=================== ===================
The current version of Redmine DMSF is **2.4.5 devel** [![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.5** [![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. 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 end
author 'Vít Jonáš / Daniel Munn / Karel Pičman' author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features' description 'Document Management System Features'
version '2.4.5 devel' version '2.4.5'
requires_redmine version_or_higher: '4.0.0' requires_redmine version_or_higher: '4.0.0'