-
- Fixed wrong order of parameters in
implode
, causing redirect to throw exception. - Fixed issue with certain file types not being deletable.
- Fixed wrong order of parameters in
-
- Properly store generated CSV files into tmp/cache folder before download, rather than Grav root #27
-
- Support for multi-site and
user-data://
data stream instead of hardcodedDATA_DIR
#40
- Support for multi-site and
-
- Added support for JSON and HTML files
- Added support for the new form raw data format (Forms v2.13.3)
-
- Improved data format detection
- Improved layout when viewing individual data item
-
- Fixed crash if loading data fails because of bad input (display raw text instead)
- Fixed CSV output if the fields of the data has been changed over time
-
- Added basic CSV export of data
-
- Sort files by filename rather than the order they are found in filesystem
- Added german translation
-
- Added Romanian translation
-
- Avoid error if a file is found in the
user/data
folder (fixeslicences.yaml
issue), ignore the file instead
- Avoid error if a file is found in the
-
- Fix the enabled field type, make it visible
-
- Added admin translations
- Dropped custom twig extension, uses Grav core one
- Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook