Skip to content

Commit

Permalink
v3.0.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Aug 19, 2022
1 parent 406361b commit dcedd33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Changelog for Redmine DMSF
==========================

3.0.4 *????-??-??*
3.0.4 *2022-08-19*
-------------------

Version macro extension

* Bug: #1392 - Issue #1388 patch
* Bug: #1391 - Fix plugin name redmine_checklists
* New: #1390 - Version of revision in wiki
* Bug: #1388 - Custom field in DMS Columns
* Bug: #1387 - Error in bundle with plugin custom table
* Bug: #1385 - Wrong version when uploading a document via WebDAV
* Bug: #1384 - Checksum is always the same via WebDAV type: bug

3.0.3 *2022-07-19*
-------------------

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Redmine DMSF Plugin
===================

The current version of Redmine DMSF is **3.0.4 devel**
The current version of Redmine DMSF is **3.0.4**

[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/devel/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/devel/latest)
[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)

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 now comes bundled with Webdav functionality: if switched on within plugin settings this will be accessible from /dmsf/webdav.
Redmine DMSF now comes bundled with WebDAV functionality: if switched on within plugin settings this will be accessible from _/dmsf/webdav_.

Webdav functionality is provided through Dav4rack library.
WebDAV functionality is provided through Dav4Rack library.

Initial development was for Kontron AG R&D department and it is released as open source thanks to their generosity.
Project home: <https://code.google.com/p/redmine-dmsf/>
The development is supported by [Kontron](https://www.kontron.com) and has been released as open source thanks to their generosity.
Project home: <https://github.com/danmunn/redmine_dmsf>

Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL).
Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at <https://www.redmine.org/>
Expand All @@ -33,7 +33,7 @@ Features
* Document access auditing
* Integration with Redmine's activity feed
* Wiki macros for quick content linking
* Full read/write webdav functionality
* Full read/write WebDAV functionality
* Optional document content full-text search
* Documents and folders' symbolic links
* Trash bin
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features'
version '3.0.4 devel'
version '3.0.4'

requires_redmine version_or_higher: '4.2.0'

Expand Down

0 comments on commit dcedd33

Please sign in to comment.