Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Apr 26, 2016
1 parent 35bed67 commit 843b890
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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!
---
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit 843b890

Please sign in to comment.