forked from pointybeard-archives/xmlfield
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathextension.meta.xml
39 lines (39 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="xmlfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>XML Field</name>
<description>A textarea field that only accepts valid XML</description>
<repo type="github">https://github.com/symphonists/xmlfield</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/32815/</url>
<types>
<type>Field</type>
<type>XML</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
</authors>
<releases>
<release version="1.4.2" date="2017-01-09" min="2.6.0" max="2.x.x">
- Supported on PHP 7
- Fix backward incompatible changes (New objects cannot be assigned by reference)
</release>
<release version="1.4.1" date="2016-03-16" min="2.6.0" max="2.x.x">
- Updated compatibility info
- Fix errors on field creation
</release>
<release version="1.4.0" date="2015-06-30" min="2.6">
- Additional fixes for Symphony 2.6 compatibility
</release>
<release version="1.3.0" date="2015-06-04" min="2.4">
- Symphony 2.6 compatibility
</release>
<release version="1.2.2" date="2014-06-25" min="2.4">
- Clean-up
- Set monospace font
</release>
<release version="1.2.1" date="2012-05-16" min="2.3" />
<release version="1.2.0" date="2012-03-16" min="2.3" />
<release version="1.1.0" date="2011-03-22" min="2.2" max="2.2.5" />
</releases>
</extension>