IMPORTANT: Previous versions of DKAN included Drush as a dependency. Since Drush should really be a site dependency not a module dependency this has been removed. The most recent release of DKAN Tools builds new projects from a custom composer project and adds these dependencies, but existing projects may need to add a drush/drush
dependency explicitly to their composer.json file.
Changed
- Redirect to datasets list page after saving node add/edit form. (#3378)
- Add support for minItems in arrays. (#3385)
- Make identifier use dkan_uuid and replace metastore_form (#3335)
- Show upload progress in distribution form (#3412)
Fixed
- Metastore admin view preprocessing to skip nodes without field_data_type (#3397)