Skip to content

Latest commit

 

History

History
113 lines (66 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

113 lines (66 loc) · 2.64 KB

Changelog

[3.2.3]

Fixed

  • Remove dependency of patchwork/utf8 (#25)
  • Fix broken breadcrumb mode

[3.2.2]

Fixed

  • Fix file download

Fixed

  • Fix minimum requirements of Contao

Added

  • Add option to download folders as zip archives
  • Add new template which shows thumbnails of images
  • Add option to show all search results

Fixed

  • Recognize show empty folder option for search results

Fixed

  • Fix broken backend when using prepend_locale in Contao 4.9 (#23)

Fixed

  • Fix file download in toggleable view

Fixed

  • Fix javascript and styles

Fixed

  • Restore compatibility with PHP 7.1

Added

  • Add frontend module
  • Add breadcrumb based view
  • Allow to select multiple folders

Fixed

  • Fix issue with InvalidParameterException in the backend when using prepend_locale see #18

Changed

  • Make it a contao-bundle

Version 2.1.0 (2017-05-10)

  • Added an optional search for files names

Version 2.0.0 (2016-11-06)

  • Final version with consolidation of changes in version 2.0.0-beta1 and 2.0.0-beta2

Version 2.0.0-beta2 (2015-10-20)

  • Added option to hide empty folders (see #5)
  • Added option to initially expand the folder structure (see #6)
  • Added file extension as CSS class to tree (e.g. file-jpg)

Version 2.0.0-beta1 (2015-10-09)

  • Added using meta information of Contao file system in module (see #3)
  • Reduced CSS / removed images for easier customization (see #1)
  • Added a CSS class for empty folders (see #4)
  • Added xhtml templates (see #2)

Version 1.0.0 (2015-09-17)

  • Initial version

Version 1.0.0-beta1 (2015-07-15)

  • Initial release