diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dcbb1..80ba37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.5 +## 04/26/2016 + +1. [](#bugfix) + * Default to use `.yaml` data files extension. Also check for `.txt` + # v1.0.4 ## 02/18/2016 diff --git a/README.md b/README.md index 8dc4161..39a6fb3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ form: - save: fileprefix: contact- dateformat: Ymd-His-u - extension: txt + extension: yaml body: "{% include 'forms/data.txt.twig' %}" - message: Thank you for your feedback! --- @@ -137,12 +137,12 @@ By default, the single item view lists all the fields found in the file. ## File extension customization -Usually data is saved in .txt files. You can change that per-type by setting: +Usually data is saved in .yaml files. You can change that per-type by setting: ```yaml types: contactform: - file_extension: '.yml' + file_extension: '.txt' ``` ## Customize the type name diff --git a/blueprints.yaml b/blueprints.yaml index 3ce99df..fe182f0 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Data Manager -version: 1.0.4 +version: 1.0.5 description: Adds an administration panel to visualize the data icon: database author: