Skip to content

Commit d2f8763

Browse files
committed
Version 3.0.0
1 parent cff4406 commit d2f8763

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ Generic instructions for installing/uninstalling plugins can be found at [Redmin
3636

3737
### Compatibility ###
3838

39-
- Redmine 2.3 .. 3.0 - [version 2.0.1](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v2.0.1) and branch [master](https://github.com/stgeneral/redmine-progressive-projects-list/tree/master).
39+
- Redmine 3.0 .. 3.2 - [version 3.0.0](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v3.0.0) and branch [master](https://github.com/stgeneral/redmine-progressive-projects-list/tree/master).
40+
- Redmine 2.3 .. 3.0 - [version 2.0.1](https://github.com/stgeneral/redmine-progressive-projects-list/releases/tag/v2.0.1).
4041
- 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).
4142
- 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).
4243

43-
Other Proressive plugins for Redmine
44-
------------------------------------
44+
Proressive plugins for Redmine
45+
------------------------------
4546

4647
* [Progressive Projects List](http://stgeneral.github.io/redmine-progressive-projects-list/) - overall projects status on one page.
4748
* [Progressive Redmine Theme](http://stgeneral.github.io/redmine-progressive-theme/) - extends default theme with some nice features.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version '2.0.1'
1010
url 'http://stgeneral.github.io/redmine-progressive-projects-list/'
1111
author_url 'https://github.com/stgeneral'
12-
requires_redmine :version_or_higher => '2.3'
12+
requires_redmine :version_or_higher => '3.0'
1313

1414
settings :default => {
1515
'show_project_description' => false,

0 commit comments

Comments
 (0)