-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathextension.meta.xml
54 lines (54 loc) · 2.03 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
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<extension id="multilingual_tag_field" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Field: Multilingual Tag List</name>
<description>The multilingual version of the classic Tag Field.</description>
<repo type="github">https://github.com/DeuxHuitHuit/multilingual_tag_field</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/80130/</url>
<types>
<type>Field Types</type>
<type>Multilingual</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com</website>
</author>
<author>
<name github="vlad-ghita" symphony="vladG">Guillem Lorman</name>
<email>6ui11em1@gmail.com</email>
<website>http://www.bajoelcocotero.com</website>
</author>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad_micutul@yahoo.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.5">https://github.com/vlad-ghita/frontend_localisation</dependency>
</dependencies>
<releases>
<release version="1.2.3" date="2017-05-23" min="2.3" max="2.x.x"><![CDATA[
* Fixed broken updater in 1.2.2
]]></release>
<release version="1.2.2" date="2016-08-04" min="2.3" max="2.x.x"><![CDATA[
* Supported on PHP 7.
* Fixed parameter to fit the parent method.
* Fixed database install and update.
]]></release>
<release version="1.2.1" date="2016-05-18" min="2.3" max="2.x.x"><![CDATA[
* Various bug fixes.
]]></release>
<release version="1.2" date="2012-05-15" min="2.3"><![CDATA[
* Frontend Localisation 1.6 compatibility.
]]></release>
<release version="1.1" date="2012-03-28" min="2.3"><![CDATA[
* Symphony 2.3 compatibility.
* Frontend Localisation 1.5 compatibility.
* General clean-up.
]]></release>
<release version="1.0" date="2012-03-28" min="2.2"><![CDATA[
* Initial release.
]]></release>
</releases>
</extension>