From 8b90c022eebc70c90774e9ab809a1dc5a2e59494 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Sun, 19 Mar 2023 19:53:52 +0100 Subject: [PATCH] Release 2.13.0 --- CHANGELOG.md | 14 ++++++++++++-- init.rb | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e98a38c6..35f5d152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### New +### Changes + +### Fixes + +### Breaks + +## 2.13.0 - (2023-03-19) + +--- + +### New + - Support `:edit_own_issues` permissions on dashboards by @jgraichen ### Changes @@ -22,8 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch - Error message when moving issue failed by @jgraichen - Do not show draggable issues when allowed by workflow but not permissions by @jgraichen -### Breaks - ## 2.12.4 - (2023-02-10) --- diff --git a/init.rb b/init.rb index 1ec79f9a..d1cc48ca 100644 --- a/init.rb +++ b/init.rb @@ -6,11 +6,11 @@ name 'Redmine Dashboard plugin' author 'Jan Graichen' description 'Add a task board and a planning board to Redmine' - version '2.12.4' + version '2.13.0' url 'https://github.com/jgraichen/redmine_dashboard' author_url 'mailto:jgraichen@altimos.de' - requires_redmine version_or_higher: '4.0' + requires_redmine '4.2' project_module :dashboard do permission :view_dashboards, {