From 746f04ce332b26b15a7a180ab06ba289e2337150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 10 Feb 2023 13:38:12 +0100 Subject: [PATCH] v3.0.8 released --- CHANGELOG.md | 20 +++++++++++++++++++- README.md | 6 +++--- init.rb | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5e7e39..e9026bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ Changelog for Redmine DMSF ========================== -3.0.8 *????-??-??* +3.0.8 *2023-02-10* ------------------ + Sorting + Filtering by custom fields + Download notifications + Embeded help + DMS macros in wiki toolbar + +* Bug: #1425 - Default sorting is not set +* Bug: #1424 - Internal error while opening Settings page +* Bug: #1423 - Check for Illegal characters in file name +* New: #1421 - Help +* Bug: #1419 - Missing checksum +* Bug: #1417 - Query::StatementInvalid raised in dmsf#show when filtering custom fields with PostgreSQL database +* New: #1414 - An empty minor version +* Bug: #1413 - Vim edit through webdav causes lose of all file versions besides last. +* Bug: #1408 - Lost attachment 2 +* New: #513 - Email Notification when someone downloads a file +* New: #239 - Easy Document link macro creation + 3.0.7 *2022-11-01* ------------------ diff --git a/README.md b/README.md index c22cb3b4..29d560e9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Redmine DMSF Plugin 3.0.8 devel -=============================== +Redmine DMSF Plugin 3.0.8 +========================= -[![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 cb9ed593..fcbef77f 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.8 devel' + version '3.0.8' requires_redmine version_or_higher: '5.0.0'