Merge pull request #18 from opf/release/1-0-2

Release/1 0 2
pull/6827/head
ulferts 11 years ago
commit c318f61a2c
  1. 1
      CHANGELOG.md
  2. 2
      README.md
  3. 5
      doc/CHANGELOG.md
  4. 2
      lib/open_project/documents/version.rb

@ -1 +0,0 @@
* `#7679` Fix: Permissions not nested in 'documents' project module

@ -6,6 +6,8 @@ This plugin adds features to connect and categorize documents with your project.
Under `Modules >> Administration >> Enumerations` you can find the section `Document categories`
where you can define several document categories that projects can use to categorize their documents.
Documents can be enabled for every project individually. Simply activate the `Documents` module in the project settings.
When you go to any of your projects you can see the entry `Documents` in the main menu. There you can
attach new documents to the project by following the `New document` link located in the top right corner of the page.

@ -32,7 +32,10 @@ See doc/COPYRIGHT.rdoc for more details.
# Changelog
* Fix: Acts as event datetime
## 1.0.2
* `#7679` Fix: Permissions not nested in 'documents' project module
* `#5650` Fix: Acts as event datetime
## 1.0.1

@ -31,6 +31,6 @@
module OpenProject
module Documents
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end

Loading…
Cancel
Save