Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Mar 28, 2015
1 parent b615f3a commit 82b91ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ You should now be able to see the plugin list in _Administration -> Plugins_ and

Generic instructions for installing/uninstalling plugins can be found at [Redmine Plugins page](http://www.redmine.org/projects/redmine/wiki/Plugins).

Compatible with Redmine 2.1 .. 2.6.
For ChiliProject 3.4 use [version 0.5.1](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v0.5.1).
### Compatibility ###

- Remine 3 - [version 2.0.0](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v2.0.0) and branch [master](https://github.com/stgeneral/redmine-progressive-projects-list/tree/master).
- Redmine 2.1 .. 2.6 - [version 1.1.0](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v1.1.0) and branch [version-1](https://github.com/stgeneral/redmine-progressive-projects-list/tree/version-1).
- ChiliProject 3.4 - [version 0.5.1](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v0.5.1) and branch [version-0](https://github.com/stgeneral/redmine-progressive-projects-list/tree/version-0).

Other Proressive plugins for Redmine
------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
name 'Progressive Projects List plugin'
author 'Dmitry Babenko'
description 'Projects List with menus and progress bars.'
version '1.1.0'
version '2.0.0'
url 'http://stgeneral.github.io/redmine-progressive-projects-list/'
author_url 'https://github.com/stgeneral'
requires_redmine :version => '2.1'..'2.6'
requires_redmine :version_or_higher => '3.0'

settings :default => {
'show_project_description' => false,
Expand Down

0 comments on commit 82b91ea

Please sign in to comment.