Skip to content

2.15.1

Compare
Choose a tag to compare
@janette janette released this 14 Apr 16:27
· 159 commits to 2.x since this release
0aadbd0

Dependency Changes

⚠️ This release removes the dependency on the admin_toolbar module and the config_update module. If you are using these modules on your site be sure to update your composer.json file to include them in your build.

composer require 'drupal/config_update'
composer require 'drupal/admin_toolbar'

⚠️ And if you do not plan to keep the modules in your project be sure to uninstall them before upgrading to this version of DKAN.


Changes

  • Remove reference to deprecated themes in the frontend module by @janette in #3933
  • Skip admin tests until admin_toolbar is added to recommended-project by @janette in #3935
  • Restore admin tests by @janette in #3942
  • Move config_update to recommended project by @jastraat in #3934
  • Move admin_toolbar to recommended project by @jastraat in #3937
  • Move documentation back to Read the Docs by @janette in #3926
  • Docs contrib instructions and minor sphinx fixes. by @dafeder in #3938

Additions

Fixes

New Contributors