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
- Post import status by @kaise-lafrai in #3929
Fixes
- Drupal 10 compatibility fixes by @jastraat in #3931
- Add user creation to functional test setup by @dafeder in #3936
- CSV downloads display 'default' rather than expected values by @tiffneybare in #3940
- Remove install-docker-tools from circleCI by @dafeder in #3941
New Contributors
- @kaise-lafrai made their first contribution in #3929