Install
Works with Drupal: ^10.2 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
First stable release of DKAN 4, and first stable release on drupal.org as drupal/dkan (this package was formally only available to composer as getdkan/dkan. Note that issues, MRs and CI are still on Github, with the 4.x branch mirroring to Drupal.org and releases now being created here.
https://github.com/GetDKAN/dkan
Important
This initial release is functionally the same as DKAN 3, but we have now fully removed deprecated modules that have been renamed to their dkan_ equivalents (ie, datastore is now dkan_datastore).
Do not upgrade directly to DKAN 4 if you are currently on DKAN 2. You must:
- First, make sure you are on at least 2.23
- Then, upgrade to DKAN 3
- Only then is it safe to upgrade to DKAN 4.
It is highly recommended that you upgrade from 2.x to 4.x only after carefully reading the full upgrade instructions.
Changelog
Changes since last 3.x release:
- Change package name from getdkan/dkan to drupal/dkan in https://github.com/GetDKAN/dkan/pull/4678
- Pass resource_version when re-importing a resource in https://github.com/GetDKAN/dkan/pull/4679
- 4684 prevent whitescreen due to missing resource in https://github.com/GetDKAN/dkan/pull/4685
- 4.x docs update in https://github.com/GetDKAN/dkan/pull/4681