Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nounder committed Apr 19, 2019
1 parent dd65529 commit cf6ba39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.0.0 (2018-04-19)

- Support Redmine 4.x.
- Dropped support for Redmine 3.x.

Claps for github.com/antitoine

1.0.0 (2016-12-22)

- Dropped support for Redmine 2.x.
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
name "Redmine Impersonate"
author "Ralph Gutkowski"
description "Login as any user with click of a button."
version '1.0.0'
version '2.0.0'
url 'https://github.com/rgtk/redmine_impersonate'
author_url 'https://github.com/rgtk'

requires_redmine version_or_higher: '3.0.0'
requires_redmine version_or_higher: '4.0.0'
end

RedmineImpersonate.install

0 comments on commit cf6ba39

Please sign in to comment.