Skip to content

2.16.8

Compare
Choose a tag to compare
@janette janette released this 28 Aug 23:33
· 103 commits to 2.x since this release
d12af26

Warning

This is an important bug fix release for any site that has been upgraded to Drupal 10.
If you have datasets with uploaded distribution files, the files may have never been set to permanent and consequently been deleted according to your sites temporary_maximum_age configuration. See #4006

Note

\Drupal\common\FileFetcher\Factory has been renamed to \Drupal\common\FileFetcher\FileFetcherFactory. This name change is purely descriptive.

Changes

Fixes

  • Replace deprecated/removed form alter hook with D10 version by @jastraat in #4006