Skip to content

Commit

Permalink
release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Apr 9, 2015
1 parent 3ff501c commit 94c7b2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CollectoryGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CollectoryGrailsPlugin {
def authenticateService

// the plugin version
def version = "1.1-SNAPSHOT"
def version = "1.1"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.3 > *"
// resources that are excluded from plugin packaging
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ The collectory-plugin manages metadata that describe Australia's biodiversity co

* [Database schema (PDF)](https://github.com/AtlasOfLivingAustralia/collectory/blob/master/Collectory_schema_20140916.pdf?raw=true)

## Release notes - version 1.1

* Extend EML rendering to include complete rights information
* removed getString usage - was causing exception
* Add user id to temp data resources
* Fix the issue of open an email dialog on Chrome
* Fix the issue of open an email dialog on Chrome
* removed reference to collections_editor role

## Release notes - version 1.0

* Provide this Grails plugin for your collectory project. The initial version is set to 1.0 since it is from collectory project.
Expand Down

0 comments on commit 94c7b2c

Please sign in to comment.