Skip to content

Commit dd17f7d

Browse files
committed
merge with master (missing 2.1.2 version)
2 parents 1d0bd03 + d896f20 commit dd17f7d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Remote Datasource
22

3-
#### Version 2.1
3+
#### Version 2.1.2
44

55
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.
66

extension.meta.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
</author>
1111
</authors>
1212
<releases>
13-
<release version="2.1.2" date="2015-05-13" min="2.4" max="2.6.x">
13+
<release version="2.1.3" date="2015-05-13" min="2.4" max="2.6.x">
1414
- Fix a bug with late static binding on PHP 5.3.
1515
</release>
16+
<release version="2.1.2" date="2014-12-17" min="2.4" max="2.6.x">
17+
- Fix the first cache of a result always resulting in an error
18+
- Abstract the transformers for better extensibility
19+
</release>
1620
<release version="2.1.1" date="2014-09-28" min="2.4">
1721
- Expose the CURL error via `httpError()`
1822
- Fix error with CSV importing

0 commit comments

Comments
 (0)