-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.meta.xml
28 lines (28 loc) · 1.07 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="uniquecheckboxfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Unique Checkbox Field</name>
<description>Restrict the number of entries that can be checked.</description>
<repo type="github">https://github.com/symphonists/uniquecheckboxfield</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/445/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
<website>http://nbsp.io/</website>
</author>
</authors>
<releases>
<release version="1.3" date="2015-11-15" min="2.6" max="2.6.x">
- Changed base class to `FieldCheckbox`
- Drop `description`, it's already handled by the field label
- Support Symphony 2.6+
</release>
<release version="1.2" date="2012-06-06" min="2.3" max="2.6" />
<release version="1.1" date="2008-09-27" min="2.0" max="2.2.5" />
</releases>
</extension>