v3.0.8 released
This commit is contained in:
parent
87e2d719f5
commit
746f04ce33
20
CHANGELOG.md
20
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*
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Redmine DMSF Plugin 3.0.8 devel
|
||||
===============================
|
||||
Redmine DMSF Plugin 3.0.8
|
||||
=========================
|
||||
|
||||
[](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
|
||||
[](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
|
||||
[](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.
|
||||
|
||||
2
init.rb
2
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.8 devel'
|
||||
version '3.0.8'
|
||||
|
||||
requires_redmine version_or_higher: '5.0.0'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user