We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e11edb commit 2ad1d00Copy full SHA for 2ad1d00
README.md
@@ -6,7 +6,7 @@ This plugin adds configurable text blocks for replying to issues.
6
7
## Requirements
8
9
-- Redmine >= 3.4.0
+- Redmine >= 4.0.0
10
11
## Installation
12
init.rb
@@ -12,7 +12,7 @@
description 'Adds configurable text blocks for replying to issues'
13
version '1.2.0'
14
15
- requires_redmine version_or_higher: '3.4.0'
+ requires_redmine version_or_higher: '4.0.0'
16
17
#settings default: {
18
#}, partial: 'redmine_text_blocks/settings'
0 commit comments