We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9078e8e commit bc6e8adCopy full SHA for bc6e8ad
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# CKAN Hierarchy extension Changelog
2
+
3
+## 1.2.1
4
5
+New features:
6
+ - Prepare extension for CKAN 2.10 [#61](https://github.com/ckan/ckanext-hierarchy/pull/61)
7
+Bug Fixes:
8
+ - Avoid using custom _show_ functions for custom group types.
9
+ We always use `organization_show` and `group_show` functions now.
10
+ [#64](https://github.com/ckan/ckanext-hierarchy/pull/64).
11
+ - Several fixes for custom group types
12
13
+## 1.2.0
14
15
16
+ - Add sub groups [#55](https://github.com/ckan/ckanext-hierarchy/pull/55)
17
+ - Frontend and templates improvements.
0 commit comments