Skip to content

Commit

Permalink
v2.4.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 10, 2020
1 parent b65ae91 commit 79ba86d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
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*
------------------

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

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.5 devel'
version '2.4.5'

requires_redmine version_or_higher: '4.0.0'

Expand Down

0 comments on commit 79ba86d

Please sign in to comment.