v3.0.6 released

This commit is contained in:
Karel Pičman 2022-09-20 08:42:36 +02:00
parent 9629186ab1
commit 332d4229df
3 changed files with 16 additions and 5 deletions

View File

@ -1,9 +1,20 @@
Changelog for Redmine DMSF
==========================
3.0.6 *????-??-??*
3.0.6 *2022-09-20*
------------------
Default query
GitHub CI
PosgrSQL compatibility
* Bug: #1401 - Duplicated steps in "New step" form
* Bug: #1399 - Open 'watched' folder throw internal error
* Bug: #1397 - System folder is not deleted
* New: #1396 - Repeatable rake task to sync documents
* Bug: #1395 - Use custom fields in filter throw error 500
* New: #1386 - Changing default file query
3.0.5 *2022-08-20*
------------------

View File

@ -1,9 +1,9 @@
Redmine DMSF Plugin
===================
The current version of Redmine DMSF is **3.0.6 devel**
The current version of Redmine DMSF is **3.0.6**
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
[![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.
@ -12,7 +12,7 @@ Redmine DMSF now comes bundled with WebDAV functionality: if switched on within
WebDAV functionality is provided through Dav4Rack library.
The development is supported by [Kontron](https://www.kontron.com) and has been released as open source thanks to their generosity.
The development has been 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).

View File

@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_dmsf do
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.6 devel'
version '3.0.6'
requires_redmine version_or_higher: '4.2.0'