-
Notifications
You must be signed in to change notification settings - Fork 5
/
extension.meta.xml
32 lines (32 loc) · 1.28 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="symql" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>SymQL</name>
<description>Symphony Query Language lets you query sections with an SQL-like syntax. Useful for writing custom data sources.</description>
<repo type="github">https://github.com/symphonists/symql</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/37008/</url>
<types>
<type>Other</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
<website>http://www.getsymphony.com/</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="0.7.2" date="2016-03-06" min="2.3.x" max="2.x.x">
- Symphony 2.x.x compatibility
</release>
<release version="0.7.1" date="2015-12-02" min="2.3.x">
- Corrected deprecated method name (#3)
</release>
<release version="0.7.0" date="2012-03-15" min="2.3.x" />
<release version="0.6.2" date="2012-03-15" min="2.2.x" max="2.2.5" />
<release version="0.6.1" date="2010-01-05" min="2.2" />
<release version="0.6" date="2010-01-05" min="2.0.7" max="2.1.x" />
</releases>
</extension>