diff --git a/README.md b/README.md index ca1edc6..22185d3 100644 --- a/README.md +++ b/README.md @@ -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 ------------------------------------ diff --git a/init.rb b/init.rb index 86e9a05..2b1ec43 100644 --- a/init.rb +++ b/init.rb @@ -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,