github GetDKAN/dkan 2.13.8

latest releases: 2.19.8, 2.19.7, 2.19.6...
2 years ago

Changed

  • Switch to comma-separated values for search API sorts (#3760) by @dafeder

NOTICE

DKAN requires a patch to Drupal core to fix a small bug in the cron system that affects queue jobs. The patch for Drupal 9.2 no longer applies for 9.3. Sites that want to move to Drupal 9.3.x will need to manually update their composer.json files to change the version of Drupal and update the core patch:

"patches": {
  "drupal/core": {
      "3230541: Fix queue items not being leased by cron for proper time segments": "https://www.drupal.org/files/issues/2022-02-16/3230541-11.diff"
  }
},

The DKAN composer project template has been updated accordingly.

Don't miss a new dkan release

NewReleases is sending notifications on new releases.