diff --git a/CHANGELOG.md b/CHANGELOG.md index 252ba26ce4acd61dbaf90edcf73f1fe18f0585ea..745e6591813cf9192112409f22252d9a9e64d394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added - -- Added editing of custom extra fields alongside the fixed fields in organizations form. -- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form. - -### Removed - -- Removed language field from dataset form. - ### Changed - Updated minimum CKAN version requirement from `2.9` to `2.10`. Please run `ckan db upgrade` after updating. @@ -39,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaced `before_index` with `before_dataset_index` - Updated minimu version of ckanext-spatial extension to `2.0.0`. +## [2.2.0] + +### Added + +- Added editing of custom extra fields alongside the fixed fields in organizations form. +- Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form. + +### Removed + +- Removed language field from dataset form. + ## [2.1.0] ### Added diff --git a/README.md b/README.md index 330ab15567a138e92885185c63115c277659f086..d9782020b9c8b200ca45f38511a6dd3225e734b3 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,14 @@ Parameter | Type | Default | Description `ckanext.odsh.testuser` | `string` | `None` | Name of user for testing. `ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing. +Additionaly you might want to set the following configuration parameters: + +```ini + +licenses_group_url = file://<path_to_ckan>/default/src/ckanext-odsh/ckanext/odsh/resources/licenses.json + +``` + ### Testing To ensure the quality and functionality of the `ckanext-odsh` extension, a comprehensive