Install
Works with Drupal: ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
13.98 KB
MD5: a28360c856b30f649e317f72f14ae4cc
SHA-1: 89ed8b2b7c148c7d74a429f004dc67f1a4b18462
SHA-256: 467909c608584456b074ee1fa786370451553ed5040169fc491217ef50726e95
Download zip
19.46 KB
MD5: abd96399fccaf0f83067255639e2377e
SHA-1: 3e573ad33e4ab9bf8821107d8ca0e867e9110452
SHA-256: 47e4362463c9a9333e2ddb22aab4dcb3d7e47089fd88d6ab6477a5e228547b48
Release notes
Switched back to using the FILE_STATUS_PERMANENT constant for the time being to support core versions <9.3. FileInterface::STATUS_PERMANENT was only introduced in 9.3, thus deprecating FILE_STATUS_PERMANENT, but some people may still be on older versions of core for whatever reason so we're just going to keep using the deprecated constant until the time is acceptable to update our own core version requirement to ^9.3.