github GetDKAN/dkan 2.23.0

5 hours ago

With this release we begin the transition to DKAN 4.0, which will see:

  • All non-namespaced submodules replaced by their namespaced equivalents (metastore becomes dkan_metastore)
  • Releases on drupal.org instead of Github and Packagist.

Upgrading to DKAN 2.23 will enable a suite of new modules with dkan_* names. These modules are "stubs" - they contain no actual code or functionality but exist to register the new modules on your site. When DKAN 3.0 is released, the code will move from the legacy modules (e.g. "metastore") to the new, namespaced modules (e.g. "dkan_metastore"), now leaving the legacy modules as stubs. DKAN 4.0 will fully remove the legacy modules from the codebase.

Important

You must upgrade your site to DKAN 2.23+ and run all database updates before upgrading to 3.0. Likewise, you must upgrade to 3.0 before 4.0. Complete upgrade instructions will be published with the release of DKAN 3.0.

What's Changed

  • Add html_allowed_html to metastore.schema.yml by @janette in #4663
  • CircleCI tidying up by @dafeder in #4670
  • 2.x-transition: Add DKAN 3.x transitional namespaced modules by @dafeder in #4587
  • Remove configure link for dkan_datastore_msql_import by @dafeder in #4674

Full Changelog: 2.22.4...2.23.0

Don't miss a new dkan release

NewReleases is sending notifications on new releases.