Fixes #34 - dependency for redmine 2.0.3 added
This commit is contained in:
parent
035589cf0f
commit
86ffcc09a9
@ -1,8 +1,12 @@
|
|||||||
Changelog for Redmine DMSF
|
Changelog for Redmine DMSF
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
1.4.5: *2012-07-20*
|
1.4.6: *Not yet released*
|
||||||
-----------------------
|
-----------------------
|
||||||
|
* Revisit: Issue #34 - fix does not function as expected on Rails < 3.2.6, Redmine 2.0.3 dependency added.
|
||||||
|
|
||||||
|
1.4.5: *2012-07-20*
|
||||||
|
-----------------
|
||||||
* New: Settings introduced to enable read-only or read-write stance to be taken with webdav
|
* New: Settings introduced to enable read-only or read-write stance to be taken with webdav
|
||||||
* Fix: Issue #27 - incorrect call to display column information from database (redmine 1.x fragment).
|
* Fix: Issue #27 - incorrect call to display column information from database (redmine 1.x fragment).
|
||||||
* Fix: Issue #28 - incompatible SQL in db migration script for postgresql
|
* Fix: Issue #28 - incompatible SQL in db migration script for postgresql
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -28,7 +28,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
|||||||
url "https://github.com/danmunn/redmine_dmsf"
|
url "https://github.com/danmunn/redmine_dmsf"
|
||||||
author_url "https://code.google.com/p/redmine-dmsf/"
|
author_url "https://code.google.com/p/redmine-dmsf/"
|
||||||
|
|
||||||
requires_redmine :version_or_higher => '2.0.0'
|
requires_redmine :version_or_higher => '2.0.3'
|
||||||
|
|
||||||
settings :partial => 'settings/dmsf_settings',
|
settings :partial => 'settings/dmsf_settings',
|
||||||
:default => {
|
:default => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user