Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
38.49 KB
MD5: 2f3aa02fcf2afa7434c70a9004023439
SHA-1: 4506ecf08035e4984597e168999521873ba1804c
SHA-256: 5ddbee70572d69c8de622bfae4115ea0cffebc21f175f03d92a0730d03c8a36c
Download zip
50.36 KB
MD5: ca3d41ac9f9c08ed27f311b2880ab9d8
SHA-1: 0d78f7935e2ce11f2f487d2ae89f47ca0461eace
SHA-256: 91f6cb12c747f644581a87f281bc22dc9c7f8102f3f5e0fc03068bd338397a8f
Release notes
Bugfix release.
Relates issues:
- Issue #2049859: Error on saving additional "Media Folders" by surfkid: Error on saving additional "Media Folders"
- Issue #2037263: Transliterate file and folder names by chr.fritsch: Transliterate file and folder names
- Issue #2037173: Caching the folders view by chr.fritsch, das-peter: Caching the folders view
- Issue #2012618: Better looking folder icons by camdarley: Better looking folder icons
- Issue #1998442: Changing the folder in the file entity isn't reflected in the filesystem by Snakehead: Changing the folder in the file entity isn't reflected in the filesystem.
- Issue #1992022: Unresolved dependency -> views_tree (Missing) Media Browser Plus for Media 2.x requires this module. by mori: Unresolved dependency -> views_tree (Missing) Media Browser Plus for Media 2.x requires this module.
- Issue #954720: Development Status by camdarley: Table layout for view template
- Issue #2006644: Renamed file_type_get_all_types() to file_type_load_all() from file_entity module by alexgkt: Renamed file_type_get_all_types() to file_type_load_all() from file_entity module
- Issue #1985420: MBP selects wrong file by johnbburg: MBP selects wrong file
Other changes:
- Refactored media_browser_plus_file_entity_access to media_browser_plus_file_entity_access_wrapper
Enhanced reusability of media_browser_plus_move_file() - Fixed issues when moving subfolders and moving the root folder.
- Added test for folder renaming.
- Fixed missing folder renaming when renaming a folder term.
- Fixed necessary permission to access MBP file administration page.
- Made the folder term parent handling slightly more defensive.
- Minor code cleanup.