Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
40.26 KB
MD5: 2961291343900017de0ea00a089af1fb
SHA-1: c81ed9440835ba97be61fbe6e07cf939cfb54afb
SHA-256: e851ab4425fe336a04f79c80e5c2ee66ee1582434e04a9cf10d0f6c8b685c8de
Download zip
49.7 KB
MD5: affc70c2c87ab534d38d5868237352ae
SHA-1: ddf51110af13e78f1f8e5d8bf094e60ffafb534f
SHA-256: 7389cb10c0720921a48db0d9a197404c0f1151bb869939d795b4468bbfe8a2dd
Release notes
Changes since 7.x-2.0-unstable5:
- #1665284: Add file/add and file/add/* to file_entity_admin_paths(). The administration theme will now be used on those paths).
- Revising and cleaning up file replacement code and tests.
- #1123570: Ensure that the image field data's dimensions are updated when a file is replaced.
- #1123570: Added local file replacement functionality on file/%file/edit with tests.
- #1632828: Added support for Microsoft Office XML extensions by default.
- #1664592: Added a configure link in file_entity.info to admin/structure/file-types.
- Cleaned up file_entity_add_upload() and made it easier to modify the validators on the managed file element.
- #1600624: Moved the 'Add file' local action for admin/content/file from Media to File entity.