v3.0.7 released
This commit is contained in:
parent
1b16b07462
commit
6e21b834b6
4
.github/workflows/rubyonrails.yml
vendored
4
.github/workflows/rubyonrails.yml
vendored
@ -21,9 +21,9 @@
|
||||
name: "GitHub CI"
|
||||
on:
|
||||
push:
|
||||
branches: ["devel"]
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["devel"]
|
||||
branches: ["master"]
|
||||
jobs:
|
||||
plugin_tests:
|
||||
strategy:
|
||||
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,9 +1,21 @@
|
||||
Changelog for Redmine DMSF
|
||||
==========================
|
||||
|
||||
3.0.7 *????-??-??*
|
||||
3.0.7 *2022-11-01*
|
||||
------------------
|
||||
|
||||
AlphaNode's plugins compatibility
|
||||
Approval workflow enhancement
|
||||
Global search
|
||||
New filters
|
||||
|
||||
* Bug: #1407 - Error on "New step or New Approver"
|
||||
* New: #1247 - Global DMS view - Search by title does not work
|
||||
* New: #1192 - Suggest to show Approval option in list view instead hiding it in second layer menu being folded
|
||||
* New: #1124 - New UI: Add additional filter "Locked documents"
|
||||
* New: #1118 - How can I add 'Comment' column in the file list view?
|
||||
* Bug: #880 - Removing steps of approval_workflows causes data corruption
|
||||
|
||||
3.0.6 *2022-09-20*
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Redmine DMSF Plugin 3.0.7 devel
|
||||
===============================
|
||||
Redmine DMSF Plugin 3.0.7
|
||||
=========================
|
||||
|
||||
[](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.6 devel'
|
||||
version '3.0.7'
|
||||
|
||||
requires_redmine version_or_higher: '5.0.0'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user