Releases: inspiredminds/contao-file-usage
Releases · inspiredminds/contao-file-usage
3.2.0
- Expanded the search for file paths in
textarea
widgets to href
attributes (by @zonky2).
3.1.0
textarea
fields of text
and html
content elements are now also searched for file references (thank you @bytehead).
- Improved compatibility with Symfony 7 (Contao 5.4+).
3.0.1
- Fixed an error when a folder has no items.
3.0.0
- Added a new
getTemplate()
method to the ResultInterface
so that you can render a custom template for your own result types.
2.3.0
- Moved the
fileusage
cache to var/fileusage/
.
2.2.1
- Small interface improvements.
2.2.0
- Implemented a provider for RockSolid Custom Elements.
- Files that exist in the DBAFS but have no reference are now marked again in the file manager.
2.1.2
- Added further performance improvements.