Skip to content

Commit 9215d6c

Browse files
committed
Updated major version
Adjusted README.md
1 parent 70e4d0b commit 9215d6c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin lets you add several privacy related options to Redmine projects
44

55
## Requirements
66

7-
- Redmine >= 3.4.0
7+
- Redmine >= 4.0.0
88

99
## Installation
1010

@@ -36,13 +36,17 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/.
3636

3737
## Version History
3838

39+
- 2.0.0 Support Redmine 5.0 and drop Redmine <= 3.4 support
40+
- 1.3.2 Publish on GitHub
41+
3942
See [all releases](https://github.com/gtt-project/redmine_privacy/releases) with release notes.
4043

4144
## Authors
4245

4346
- [Jens Kraemer](https://github.com/jkraemer)
44-
- [Ko Nagase](https://github.com/sanak)
4547
- [Daniel Kastl](https://github.com/dkastl)
48+
- [Thibault Mutabazi](https://github.com/eyewritecode)
49+
- [Ko Nagase](https://github.com/sanak)
4650
- ... [and others](https://github.com/gtt-project/redmine_privacy/graphs/contributors)
4751

4852
## LICENSE

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
author_url 'https://github.com/georepublic'
1818
url 'https://github.com/gtt-project/redmine_privacy'
1919
description 'Adds several privacy related options to Redmine'
20-
version '1.3.2'
20+
version '2.0.0'
2121

22-
requires_redmine version_or_higher: '3.4.0'
22+
requires_redmine version_or_higher: '4.0.0'
2323

2424
settings default: { }, partial: 'redmine_privacy/settings'
2525

0 commit comments

Comments
 (0)