From 8056ffe4026a10e0fa55418a7a24d47692afe248 Mon Sep 17 00:00:00 2001 From: Brendan Abbott Date: Wed, 17 Dec 2014 21:06:17 +1000 Subject: [PATCH] Release 2.1.2 --- README.md | 2 +- extension.meta.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3f07f..eb0f918 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Remote Datasource -#### Version 2.1 +#### Version 2.1.2 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. diff --git a/extension.meta.xml b/extension.meta.xml index 8494384..09ef9f1 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -10,6 +10,10 @@ + + - Fix the first cache of a result always resulting in an error + - Abstract the transformers for better extensibility + - Expose the CURL error via `httpError()` - Fix error with CSV importing