Skip to content

Commit 7b41b60

Browse files
committed
Change required redmine version to 3.1.0 or higher
1 parent d2e17b8 commit 7b41b60

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ ViewCustomize = {
127127

128128
## サポートバージョン
129129

130-
* Redmine 2.0.x 以降
130+
* 最新バージョン : Redmine 3.1.x 以降
131+
* 1.2.2 : Redmine 2.0.x から 3.4.x
131132

132133
## ライセンス
133134

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ For example, to access the user's API key is `ViewCustomize.context.user.apiKey`
133133

134134
## Supported versions
135135

136-
* Current version : Redmine 3.0.x or later
137-
* 1.2.2 : Redmine 2.0.x or later
136+
* Current version : Redmine 3.1.x or later
137+
* 1.2.2 : Redmine 2.0.x - 3.4.x
138138

139139
## License
140140

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_dependency 'view_customize/view_hook'
22

33
Redmine::Plugin.register :view_customize do
4-
requires_redmine :version_or_higher => '3.0.0'
4+
requires_redmine :version_or_higher => '3.1.0'
55
name 'View Customize plugin'
66
author 'onozaty'
77
description 'View Customize plugin for Redmine'

0 commit comments

Comments
 (0)