v3.0.8 released

This commit is contained in:
Karel Pičman 2023-02-10 13:38:12 +01:00
parent 87e2d719f5
commit 746f04ce33
3 changed files with 23 additions and 5 deletions

View File

@ -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*
------------------

View File

@ -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.

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.8 devel'
version '3.0.8'
requires_redmine version_or_higher: '5.0.0'