Skip to content

2.13.8

Compare
Choose a tag to compare
@janette janette released this 04 Mar 21:52
· 265 commits to 2.x since this release
827bb91

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.