v3.0.7 released

This commit is contained in:
Karel Pičman 2022-11-01 09:32:58 +01:00
parent 1b16b07462
commit 6e21b834b6
4 changed files with 19 additions and 7 deletions

View File

@ -21,9 +21,9 @@
name: "GitHub CI"
on:
push:
branches: ["devel"]
branches: ["master"]
pull_request:
branches: ["devel"]
branches: ["master"]
jobs:
plugin_tests:
strategy:

View File

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

View File

@ -1,7 +1,7 @@
Redmine DMSF Plugin 3.0.7 devel
===============================
Redmine DMSF Plugin 3.0.7
=========================
[![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.6 devel'
version '3.0.7'
requires_redmine version_or_higher: '5.0.0'