diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index e928c08b..1a844e39 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -21,9 +21,9 @@ name: "GitHub CI" on: push: - branches: ["devel"] + branches: ["master"] pull_request: - branches: ["devel"] + branches: ["master"] jobs: plugin_tests: strategy: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9673164c..71f67bce 100644 --- a/CHANGELOG.md +++ b/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* ------------------ diff --git a/README.md b/README.md index ed824384..00f425fa 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.rb b/init.rb index c1793906..a0d45489 100644 --- a/init.rb +++ b/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'