update dependency to OpenProject core 3.0.0

pull/6827/head
Martin Linkhorst 11 years ago
parent d088679707
commit 16dbf722f9
  1. 2
      README.md
  2. 2
      lib/open_project/documents/engine.rb

@ -16,7 +16,7 @@ who has access to the document.
Requirements Requirements
------------ ------------
The OpenProject Documents plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in version greater or equal to *3.0.0pre49*. The OpenProject Documents plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in version greater or equal to *3.0.0*.
Installation Installation

@ -38,7 +38,7 @@ module OpenProject::Documents
register 'openproject-documents', register 'openproject-documents',
:author_url => "http://www.finn.de", :author_url => "http://www.finn.de",
:requires_openproject => ">= 3.0.0pre49" do :requires_openproject => ">= 3.0.0" do
menu :project_menu, :documents, menu :project_menu, :documents,
{ :controller => '/documents', :action => 'index' }, { :controller => '/documents', :action => 'index' },

Loading…
Cancel
Save