Skip to content

Latest commit

 

History

History
100 lines (75 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

100 lines (75 loc) · 2.66 KB

v1.4.1

01/08/2022

    • Fixed wrong order of parameters in implode, causing redirect to throw exception.
    • Fixed issue with certain file types not being deletable.

v1.4.0

01/08/2022

    • It is now possible to delete items #41, #42
    • Allow CVS even with list customization #35
    • Mark visited data items to different color #24
    • Properly store generated CSV files into tmp/cache folder before download, rather than Grav root #27

v1.3.0

10/08/2021

    1. Support for multi-site and user-data:// data stream instead of hardcoded DATA_DIR #40

v1.2.0

04/13/2018

    • 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

v1.1.1.0

04/09/2018

    • Added basic CSV export of data
    • Sort files by filename rather than the order they are found in filesystem
    • Added german translation

v1.0.7

10/24/2016

    • Added Romanian translation
    • Avoid error if a file is found in the user/data folder (fixes licences.yaml issue), ignore the file instead

v1.0.6

07/14/2016

    • Added danish language

v1.0.5

04/26/2016

    • Default to use .yaml data files extension. Also check for .txt

v1.0.4

02/18/2016

    • 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

v1.0.3

10/21/2015

    • Only run in admin

v1.0.2

10/07/2015

    • Fixed incorrect icon

v1.0.1

09/16/2015

    • New onDataTypeExcludeFromDataManagerPluginHook() plugin hook
    • Single item fields visualization: strip all tags except br to allow multi-line

v1.0.0

09/11/2015

    • ChangeLog started...