You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
Allows marking up different models in Redmine with tags.
6
6
Inspired by original `redmine_tags` of Eric Davis.
7
7
8
+
## Important news
9
+
**This plugin is EOL** and all my efforts will be pointed to move the current features to the Redmine core. Please see http://www.redmine.org/issues/1448 for more details or to track the progress. I will continue to accept/implement only bug fixes and future Redmine versions.
8
10
9
11
## Supported models
10
12
@@ -14,8 +16,8 @@ Inspired by original `redmine_tags` of Eric Davis.
14
16
15
17
## Requirements
16
18
17
-
- Ruby `>= 2.1.9`
18
-
- Redmine `>= 3.1.7`
19
+
- Ruby `>= 2.2.10`
20
+
- Redmine `>= 4.0.0`
19
21
20
22
21
23
## Installing
@@ -42,23 +44,14 @@ Inspired by original `redmine_tags` of Eric Davis.
42
44
Make sure you have the latest database structure loaded to the test database:
0 commit comments