From 332d4229df2bb09f8186782f5482751bd5e1e04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 20 Sep 2022 08:42:36 +0200 Subject: [PATCH] v3.0.6 released --- CHANGELOG.md | 13 ++++++++++++- README.md | 6 +++--- init.rb | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62acc39..16ccfb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* ------------------ diff --git a/README.md b/README.md index 49e05ee3..eb9ce697 100644 --- a/README.md +++ b/README.md @@ -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: Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL). diff --git a/init.rb b/init.rb index f97a7b3e..0edec3f1 100644 --- a/init.rb +++ b/init.rb @@ -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'