forked from pointybeard/symext-field-unique-input
-
Notifications
You must be signed in to change notification settings - Fork 4
/
extension.meta.xml
41 lines (41 loc) · 1.62 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
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<extension id="uniqueinputfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Unique Text Input Field</name>
<description>Force unique handles</description>
<repo type="github">https://github.com/symphonycms/uniqueinputfield</repo>
<url type="discuss">https://www.getsymphony.com/discuss/thread/269/</url>
<types>
<type>Field Types</type>
<type>Unique</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>https://www.getsymphony.com/</website>
</author>
</authors>
<releases>
<release version="1.5.4" date="2018-11-05" min="2.3" max="2.x.x">
- Fix UI issue with the field's frame (#11)
</release>
<release version="1.5.3" date="2018-11-05" min="2.3" max="2.x.x">
- Fix two SQLi vulnerabilities (reported privately)
</release>
<release version="1.5.2" date="2016-03-06" min="2.3" max="2.x.x">
- Updated documentation and description to better represent the actual behavior
</release>
<release version="1.5.1" date="2016-03-06" min="2.3" max="2.x.x">
- Updated for Symphony 2.6 compatibility
</release>
<release version="1.5" date="2012-05-29" min="2.3">
- Updated for Symphony 2.3 compatibility
- Field now extends the core Input field, for greater flexibility and consistency
</release>
<release version="1.4" date="2011-12-17" min="2.0.6" max='2.2.x'>
- Updated for Symphony 2.2 compatibility
</release>
<release version="1.3" date="2008-12-12" min="2.0">
- Fixed logic behind automatically creating unique handles.
</release>
</releases>
</extension>