|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <extension id="remote_datasource" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
|
3 |
| - <name>Remote Datasource</name> |
4 |
| - <description>A datasource that consumes XML, JSON, CSV or TEXT content.</description> |
5 |
| - <repo type="github">https://github.com/symphonycms/remote_datasource</repo> |
6 |
| - <url type="issues">https://github.com/symphonycms/remote_datasource/issues</url> |
7 |
| - <url type="discuss">https://www.getsymphony.com/discuss/thread/110527/</url> |
8 |
| - <authors> |
9 |
| - <author> |
10 |
| - <name github="symphonycms" symphony="team">Symphony Team</name> |
11 |
| - </author> |
12 |
| - </authors> |
13 |
| - <releases> |
14 |
| - <release version="2.2.2" date="2017-05-19" min="2.4" max="4.x.x" php-min="5.6.x" php-max="7.x.x"> |
15 |
| - - PHP7 Compatibility |
16 |
| - </release> |
17 |
| - <release version="2.4.0" date="2019-03-01" min="2.6" max="3.x.x"> |
18 |
| - - Pass namespace to the cacheable instance |
19 |
| - </release> |
20 |
| - <release version="2.3.1" date="2019-02-27" min="2.4" max="3.x.x"> |
21 |
| - - [#37](https://github.com/symphonycms/remote_datasource/issues/37) Fix error when multiple datasources are added to the same page with different formats. |
22 |
| - </release> |
23 |
| - <release version="2.3.0" date="2017-07-12" min="2.4" max="3.x.x"> |
24 |
| - - Bug fixes |
25 |
| - - Added compatibility with Symphony 2.7.x and 3.x.x |
26 |
| - </release> |
27 |
| - <release version="2.2.1" date="2015-12-01" min="2.4" max="2.6.x"> |
28 |
| - - Fix for php 5.3 compat |
29 |
| - </release> |
30 |
| - <release version="2.2.0" date="2015-06-24" min="2.4" max="2.6.x"> |
31 |
| - - Make CSV style configurable. |
32 |
| - - Fix `{$workspace}` path |
33 |
| - </release> |
34 |
| - <release version="2.1.3" date="2015-05-13" min="2.4" max="2.6.x"> |
35 |
| - - Fix a bug with late static binding on PHP 5.3. |
36 |
| - </release> |
37 |
| - <release version="2.1.2" date="2014-12-17" min="2.4" max="2.6.x"> |
38 |
| - - Fix the first cache of a result always resulting in an error |
39 |
| - - Abstract the transformers for better extensibility |
40 |
| - </release> |
41 |
| - <release version="2.1.1" date="2014-09-28" min="2.4"> |
42 |
| - - Expose the CURL error via `httpError()` |
43 |
| - - Fix error with CSV importing |
44 |
| - </release> |
45 |
| - <release version="2.1.0" date="2014-06-25" min="2.4"> |
46 |
| - - Add support for text format (a copy of the html response body) |
47 |
| - - Add some documentation |
48 |
| - </release> |
49 |
| - <release version="2.0.1" date="2014-06-24" min="2.4"> |
50 |
| - - Clean-up |
51 |
| - </release> |
52 |
| - <release version="2.0.0" date="2014-05-06" min="2.4"> |
53 |
| - - Add support for Symphony 2.4 |
54 |
| - - Support CSV data format |
55 |
| - - Allow `$gateway` to be manipulated and `$data` to previewed |
56 |
| - - When the Datasource fails, data is added to the `?debug` page to assist in debugging |
57 |
| - - Allow no cache to be set |
58 |
| - - Sanitize XPath to allow for more complex queries |
59 |
| - </release> |
60 |
| - <release version="1.1.0" date="2013-02-19" min="2.3" max="2.4"> |
61 |
| - - Officially release the extension |
62 |
| - - Add `url` to the resulting XML result so you can see what URL was actually fetched |
63 |
| - - Fix bug where a result would always be `stale` |
64 |
| - - Allow timeout to be user configurable in the Data Source Editor |
65 |
| - - Various PHP E_NOTICE fixes |
66 |
| - </release> |
67 |
| - <release version="1.0.0" date="2012-03-11" min="2.3"> |
68 |
| - - Initial release |
69 |
| - </release> |
70 |
| - </releases> |
| 3 | + <name>Remote Datasource</name> |
| 4 | + <description>A datasource that consumes XML, JSON, CSV or TEXT content.</description> |
| 5 | + <repo type="github">https://github.com/symphonycms/remote_datasource</repo> |
| 6 | + <url type="issues">https://github.com/symphonycms/remote_datasource/issues</url> |
| 7 | + <url type="discuss">http://www.getsymphony.com/discuss/thread/110527/</url> |
| 8 | + <authors> |
| 9 | + <author> |
| 10 | + <name github="symphonycms" symphony="team">Symphony Team</name> |
| 11 | + </author> |
| 12 | + </authors> |
| 13 | + <releases> |
| 14 | + <release version="3.0.0" date="TBA" min="4.0.0" max="4.x.x" php-min="5.6.x" php-max="7.x.x"> |
| 15 | + - Update for Symphony 4.x |
| 16 | + - PHP7 Compatibility |
| 17 | + </release> |
| 18 | + <release version="2.2.1" date="2015-12-01" min="2.4" max="2.6.x"> |
| 19 | + - Fix for php 5.3 compat |
| 20 | + </release> |
| 21 | + <release version="2.2.0" date="2015-06-24" min="2.4" max="2.6.x"> |
| 22 | + - Make CSV style configurable. |
| 23 | + - Fix `{$workspace}` path |
| 24 | + </release> |
| 25 | + <release version="2.1.3" date="2015-05-13" min="2.4" max="2.6.x"> |
| 26 | + - Fix a bug with late static binding on PHP 5.3. |
| 27 | + </release> |
| 28 | + <release version="2.1.2" date="2014-12-17" min="2.4" max="2.6.x"> |
| 29 | + - Fix the first cache of a result always resulting in an error |
| 30 | + - Abstract the transformers for better extensibility |
| 31 | + </release> |
| 32 | + <release version="2.1.1" date="2014-09-28" min="2.4"> |
| 33 | + - Expose the CURL error via `httpError()` |
| 34 | + - Fix error with CSV importing |
| 35 | + </release> |
| 36 | + <release version="2.1.0" date="2014-06-25" min="2.4"> |
| 37 | + - Add support for text format (a copy of the html response body) |
| 38 | + - Add some documentation |
| 39 | + </release> |
| 40 | + <release version="2.0.1" date="2014-06-24" min="2.4"> |
| 41 | + - Clean-up |
| 42 | + </release> |
| 43 | + <release version="2.0.0" date="2014-05-06" min="2.4"> |
| 44 | + - Add support for Symphony 2.4 |
| 45 | + - Support CSV data format |
| 46 | + - Allow `$gateway` to be manipulated and `$data` to previewed |
| 47 | + - When the Datasource fails, data is added to the `?debug` page to assist in debugging |
| 48 | + - Allow no cache to be set |
| 49 | + - Sanitize XPath to allow for more complex queries |
| 50 | + </release> |
| 51 | + <release version="1.1.0" date="2013-02-19" min="2.3" max="2.4"> |
| 52 | + - Officially release the extension |
| 53 | + - Add `url` to the resulting XML result so you can see what URL was actually fetched |
| 54 | + - Fix bug where a result would always be `stale` |
| 55 | + - Allow timeout to be user configurable in the Data Source Editor |
| 56 | + - Various PHP E_NOTICE fixes |
| 57 | + </release> |
| 58 | + <release version="1.0.0" date="2012-03-11" min="2.3"> |
| 59 | + - Initial release |
| 60 | + </release> |
| 61 | + </releases> |
71 | 62 | </extension>
|
0 commit comments