Skip to content

Commit b8907d7

Browse files
committed
Release 2.3.0
1 parent a81524c commit b8907d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Remote Datasource
22

3-
#### Version 2.2.x
4-
53
The Remote Datasource allows you to consume XML, JSON, CSV and TXT sources in Symphony. This extension aims to build upon the Dynamic XML datasource functionality provided in Symphony to allow better cache control, the automatic discovery of namespaces and more flexibility.
64

75
## Installation

extension.meta.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
<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>
7-
<url type="discuss">http://www.getsymphony.com/discuss/thread/110527/</url>
7+
<url type="discuss">https://www.getsymphony.com/discuss/thread/110527/</url>
88
<authors>
99
<author>
1010
<name github="symphonycms" symphony="team">Symphony Team</name>
1111
</author>
1212
</authors>
1313
<releases>
14+
<release version="2.3.0" date="2017-07-12" min="2.4" max="3.x.x">
15+
- Bug fixes
16+
- Added compatibility with Symphony 2.7.x and 3.x.x
17+
</release>
1418
<release version="2.2.1" date="2015-12-01" min="2.4" max="2.6.x">
1519
- Fix for php 5.3 compat
1620
</release>

0 commit comments

Comments
 (0)