From a65d182b6f117b7efadc0f3712b18926e425b0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 15 Mar 2023 10:51:55 +0100 Subject: [PATCH] v3.0.12 released --- CHANGELOG.md | 6 +++++- README.md | 6 +++--- init.rb | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a489f873..158d3352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ Changelog for Redmine DMSF ========================== -3.0.12 ????-??-?? +3.0.12 2023-03-15 ------------------ + Bug fixing + +* Bug: #1436 - Cannot upload new content + 3.0.11 2023-03-14 ------------------ diff --git a/README.md b/README.md index 5d154b09..11e3988d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Redmine DMSF Plugin 3.0.12 devel -================================ +Redmine DMSF Plugin 3.0.12 +========================== -[![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. diff --git a/init.rb b/init.rb index 68d361e9..d6ac08f4 100644 --- a/init.rb +++ b/init.rb @@ -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.12 devel' + version '3.0.12' requires_redmine version_or_higher: '5.0.0'