-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathextension.meta.xml
38 lines (38 loc) · 1.43 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<extension id="rest_api" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>REST API</name>
<description>A read/write RESTful API on top of Symphony authors, sections and entry content. Supports XML, JSON, YAML, serialised PHP and CSV output.</description>
<repo type="github">https://github.com/symphonists/rest_api</repo>
<url type="discuss">https://www.getsymphony.com/discuss/thread/65084/</url>
<types>
<type>Other</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="1.4.1" date="2017-07-24" min="2.4.0" max="2.x.x">
- Fix various issues
- Fix broken entries page
</release>
<release version="1.4.0" date="2014-08-08" min="2.4.0" max="2.6.x">
- Update for Symphony 2.6
</release>
<release version="1.3.0" date="2014-08-08" min="2.4">
- Update for Symphony 2.4
- #9/#11 - Ensure `REST_Entries` class exists
- Fix Group By for GET
</release>
<release version="1.2.0" date="2012-03-09" min="2.3.x" max="2.4">
- Updated for Symphony 2.3
</release>
<release version="1.1.1" date="2011-10-11" min="2.2.0" max="2.2.x" />
<release version="1.1.0" date="2011-03-28" min="2.2.0" />
</releases>
</extension>