diff --git a/CHANGELOG.md b/CHANGELOG.md index bb043733..ea2b9d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,25 @@ Changelog for Redmine DMSF ========================== -1.5.8 *????-??-??* +1.5.8 *2016-10-21* ------------------ - Maintenance release + Drag&Drop for a new content in the new revision form + Tree view optimization for speed + Wiki macros revision: dmsfd X dmsfdesc + Support for deleting users + +* Bug: #578 - A wrong title when uploading documents type: bug +* Bug: #574 - Macro {{dmsfd(xx)}} produce blank value type: bug +* Bug: #566 - HTML tags in the document description breaks UI type: bug +* Bug: #565 - Error 500 when a link to another folder is in the folder/project type: bug +* New: #562 - New step button text type: enhancement +* Bug: #561 - Wrong path in the document's details form type: bug +* Bug: #560 - Trying to send mail without recipient results in error 500 type: bug +* Bug: #558 - Deletion of a user type: bug +* New: #443 - Drag/drop feature for new content type: enhancement -1.5.7 *2015-08-12* +1.5.7 *2016-08-12* ------------------ SQLite compatibility @@ -41,7 +54,7 @@ Changelog for Redmine DMSF * New: #252 - nautilus-like folders-files list view -1.5.6 *2015-01-25* +1.5.6 *2016-01-25* ------------------ Uploading of large files (>2GB) diff --git a/dmsf_user_guide.odt b/dmsf_user_guide.odt index 2560a874..44fab45f 100644 Binary files a/dmsf_user_guide.odt and b/dmsf_user_guide.odt differ diff --git a/init.rb b/init.rb index b2bc64de..47b12606 100644 --- a/init.rb +++ b/init.rb @@ -28,7 +28,7 @@ Redmine::Plugin.register :redmine_dmsf do name 'DMSF' author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '1.5.8 devel' + version '1.5.8' url 'http://www.redmine.org/plugins/dmsf' author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors' @@ -105,4 +105,4 @@ end Redmine::Search.map do |search| search.register :dmsf_files search.register :dmsf_folders -end \ No newline at end of file +end