From abac3010f823869cd36f9238b065548cdf28f244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 20 Sep 2022 08:44:50 +0200 Subject: [PATCH 1/2] v3.0.6 released --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: From 056aaa5745528aab9c8e10bae56618bbd5b044ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 29 Sep 2022 13:20:52 +0200 Subject: [PATCH 2/2] Redmine > 5.0 required --- README.md | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb9ce697..e39c23a2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Features Dependencies ------------ - * Redmine 4.2.0 or higher + * Redmine 5.0.0 or higher ### Full-text search (optional) diff --git a/init.rb b/init.rb index 0edec3f1..98a72002 100644 --- a/init.rb +++ b/init.rb @@ -29,7 +29,7 @@ Redmine::Plugin.register :redmine_dmsf do description 'Document Management System Features' version '3.0.6' - requires_redmine version_or_higher: '4.2.0' + requires_redmine version_or_higher: '5.0.0' settings partial: 'settings/dmsf_settings', default: {