Downloads
Download tar.gz
10.19 KB
MD5: 27c73309a0e38445ecd3be228df2e1e9
SHA-1: 39b5143c3e5ebefb015eb872a003951c28512a43
SHA-256: a22b3ca5f29a4876e6fb943c3e3e20b47aa8beb1326ebd70c172a943cdfc2f86
Download zip
11.9 KB
MD5: 8f416a01784d73d5b67e44919b5e180f
SHA-1: 6a66fc060f67355575edc93c82a209278f256e9f
SHA-256: 72681f387c0a1e774a573c51d0ae04be237c7d22613b56155ba863f56e8eecca
Release notes
Bug fixes
- #1389810: Does not implement hook_file_download the right way and hijacks path system/files
- Do not by default serve private files as cacheable
New features
- Introduces
hook_private_download_access()that allows modules to alter permission to access private files. Seeprivate_download.api.phpabout this. - Allow downloaded private files to be displayed within the browser window
These 2 new features introduce corresponding new settings in the admin form.
Misc
- Removed the FILE_DOWNLOADS_PRIVATE check: even under a full private environment, Private Download works as expected.
- Moved the admin form to a separate file
- Did some code clean-up