Install
Works with Drupal: ^8 || ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
25.5 KB
MD5: 2be92fefd9aebf679dcf3da82652832c
SHA-1: 5dcb2c4e96e4c8c5a84c4bc9c65f9be5df0b091e
SHA-256: 3b6716b9aab673b5ae7dd5aec078ec132654f68553fc43865ce8e700b66ecc2f
Download zip
43.15 KB
MD5: 130e4f1ab192acf91453b025791f847a
SHA-1: ad16c073ba5cce5a7f035d0299fdcd5e2da4f6dc
SHA-256: a567b3d03bd368432793ab6618737343be8cf24282e635db1ebb98df0b542ff7
Release notes
Major version release adds new features and migrates file hashes from filehash table to file_managed table.
Due to the new data model, any views using file hashes will need to be reconfigured to use fields in the file_managed table rather than filehash table.
- #1910372: Add functionality to help prevent upload of duplicate files
- #2920042: Exclude temporary (and deleted) files from duplicate-file prevention
- #2976793: Bypass filehash validation for specifc fields
- #3024638: Is filehash_file_presave useful ?
- #3040340: How to use file hash data in entityQuery condition
- #3040468: Add filter by file mime type to hash calculation function
- #3068429: Also save hashes for the originally uploaded unmodified versions of files
- #3259332: Modernize architecture