-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.meta.xml
34 lines (27 loc) · 986 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="url_field" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: URL</name>
<description>Specialized field for URL.</description>
<repo type="github">https://github.com/vlad-ghita/url_field</repo>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad_micutul@yahoo.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<releases>
<release version="1.0.2" date="2012-06-22" min="2.3.x"><![CDATA[
* Supported fields allows more values now. Currently only Entry URL.
]]></release>
<release version="1.0.1" date="2012-06-22" min="2.3.x"><![CDATA[
* Remove static access for table variable so it can be extended.
]]></release>
<release version="1.0" date="2012-06-21" min="2.3.x"><![CDATA[
* Initial release.
]]></release>
</releases>
</extension>