From 18b23e24cf013569c17c3df1c37cb5eeaa8d0ea3 Mon Sep 17 00:00:00 2001 From: Mikael Kundert Date: Thu, 3 Dec 2015 17:13:57 +0200 Subject: [PATCH] 7.x-1.0 release --- CHANGELOG.md | 5 +++++ README.md | 6 ++++++ uh_taxonomy_organisations.info | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5beda1d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 7.x-1.0 +* Added main feature module which contains the vocabulary and the fields +* Added submodule which imports whole organisation hierarchy using migrate module diff --git a/README.md b/README.md index e3407b8..5b9a413 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This is a Drupal 7 module for providing taxonomy vocabulary of organisations of [University of Helsinki](http://www.helsinki.fi). +## Latest changes +* Added main feature module which contains the vocabulary and the fields +* Added submodule which imports whole organisation hierarchy using migrate module + +See more changes in [CHANGELOG.md](CHANGELOG.md). + ## Getting Started We encourage you to participate in this open source project. Please make Pull Requests, Bug Reports, ideas, (security) code reviews or any kind of positive diff --git a/uh_taxonomy_organisations.info b/uh_taxonomy_organisations.info index d4fb0d7..73f411e 100644 --- a/uh_taxonomy_organisations.info +++ b/uh_taxonomy_organisations.info @@ -2,7 +2,7 @@ name = University of Helsinki, Organisations description = Provides taxonomy vocabulary for storing organisations of University of Helsinki. core = 7.x package = University of Helsinki -version = 7.x-1.x-dev +version = 7.x-1.0 dependencies[] = features dependencies[] = taxonomy dependencies[] = text