From c4fcdf70f250f01458f1569c557419db60a77206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 14 Mar 2023 13:21:18 +0100 Subject: [PATCH] v3.0.12 devel started --- CHANGELOG.md | 3 +++ README.md | 6 +++--- init.rb | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4552e40..a489f873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog for Redmine DMSF ========================== +3.0.12 ????-??-?? +------------------ + 3.0.11 2023-03-14 ------------------ diff --git a/README.md b/README.md index 0762cd1d..5d154b09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Redmine DMSF Plugin 3.0.11 -========================== +Redmine DMSF Plugin 3.0.12 devel +================================ -[![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) +[![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) [![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. diff --git a/init.rb b/init.rb index 14e5ad03..68d361e9 100644 --- a/init.rb +++ b/init.rb @@ -27,8 +27,8 @@ 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.11' - + version '3.0.12 devel' + requires_redmine version_or_higher: '5.0.0' settings partial: 'settings/dmsf_settings',