Skip to content

Commit 2ad1d00

Browse files
authored
Fixed redmine min version (#11)
Signed-off-by: Ko Nagase <[email protected]>
1 parent 5e11edb commit 2ad1d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This plugin adds configurable text blocks for replying to issues.
66

77
## Requirements
88

9-
- Redmine >= 3.4.0
9+
- Redmine >= 4.0.0
1010

1111
## Installation
1212

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description 'Adds configurable text blocks for replying to issues'
1313
version '1.2.0'
1414

15-
requires_redmine version_or_higher: '3.4.0'
15+
requires_redmine version_or_higher: '4.0.0'
1616

1717
#settings default: {
1818
#}, partial: 'redmine_text_blocks/settings'

0 commit comments

Comments
 (0)