Skip to content

Commit 15b00cf

Browse files
committed
2.1.0 release notes
1 parent f1b4d34 commit 15b00cf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

extension.meta.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<extension id="remote_datasource" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
33
<name>Remote Datasource</name>
4-
<description>A datasource that consumes XML, JSON or CSV content.</description>
4+
<description>A datasource that consumes XML, JSON, CSV or TEXT content.</description>
55
<repo type="github">https://github.com/symphonycms/remote_datasource</repo>
66
<url type="issues">https://github.com/symphonycms/remote_datasource/issues</url>
77
<authors>
@@ -10,6 +10,10 @@
1010
</author>
1111
</authors>
1212
<releases>
13+
<release version="2.1.0" date="2014-06-25" min="2.4">
14+
- Add support for text format (a copy of the html response body)
15+
- Add some documentation
16+
</release>
1317
<release version="2.0.1" date="2014-06-24" min="2.4">
1418
- Clean-up
1519
</release>

0 commit comments

Comments
 (0)