v1.5.7 released
This commit is contained in:
parent
6e87001d70
commit
734d93ac85
@ -37,18 +37,18 @@ Features
|
||||
* Documents and folders symbolic links
|
||||
* Document tagging
|
||||
* Trash bin
|
||||
* Compatible with Redmine 3.x.x
|
||||
* Compatible with Redmine 3.3.x
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
* Redmine 3.0.0 or higher
|
||||
* Redmine 3.3.0 or higher
|
||||
|
||||
### Full-text search (optional)
|
||||
|
||||
If you want to use fulltext search abilities:
|
||||
|
||||
* Xapian (<http://www.xapian.org/>) search engine
|
||||
* Xapian (<http://www.xapian.org>) search engine
|
||||
* Xapian Omega indexing tool
|
||||
* Xapian ruby bindings - xapian or xapian-full gem
|
||||
|
||||
|
||||
4
init.rb
4
init.rb
@ -28,11 +28,11 @@ Redmine::Plugin.register :redmine_dmsf do
|
||||
name 'DMSF'
|
||||
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
|
||||
description 'Document Management System Features'
|
||||
version '1.5.7 devel'
|
||||
version '1.5.7'
|
||||
url 'http://www.redmine.org/plugins/dmsf'
|
||||
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
||||
|
||||
requires_redmine :version_or_higher => '3.0.0'
|
||||
requires_redmine :version_or_higher => '3.3.0'
|
||||
|
||||
settings :partial => 'settings/dmsf_settings',
|
||||
:default => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user