Fix https://www.drupal.org/project/download/issues/3282158
Changes since 7.x-2.5:
See #2839100: Drupal 8 port (D8) for details.
Initial port of Download module to Drupal 8. Should be working, but could use review.
This release adds suport for all entities. It adds a hook_download function. Besides that it also fixes some issues: #1760626 & #1699530
New beta version which has a fix for http://drupal.org/node/1699530 - which could be considered quite critical especially in production environments.
New recommended release which contains a bugfix concerning permissions => http://drupal.org/node/1649674
New stable version which includes naming the zipfile & support for tokens,etc..
Dev release of the 7.x-2.x branch.
Added a custom permission to allow users to download files.
If you are using the 7.x-1.0 version, do no install this upgrade !! It's a complete rewrite of the module so you have to migrate by placing the field manually in your content type.
Complete rewrite of the module. It's now a standard Drupal field.
First release