-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.meta.xml
53 lines (53 loc) · 1.9 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="backend_language_switcher" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Backend Language Switcher</name>
<description>Add Backend Language Switcher to the backend</description>
<repo type="github">https://github.com/DeuxHuitHuit/backend_language_switcher</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/53420/</url>
<types>
<type>Workflow</type>
<type>Backend</type>
<type>Multilingual</type>
<type>Language</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com</website>
</author>
<author>
<name github="johnjcamilleri" symphony="jstar198">John J. Camilleri</name>
<website>http://johnjcamilleri.com</website>
<email>[email protected]</email>
</author>
<author>
<name github="jonmifsud" symphony="gunglien">Jon Mifsud</name>
<website>http://jonmifsud.com</website>
<email>[email protected]</email>
</author>
</authors>
<releases>
<release version="1.2.5" date="2016-03-06" min="2.3.0" max="2.x.x">
* Added Esperanto flag
* Updated compatibility info
</release>
<release version="1.2.4" date="2015-04-14" min="2.3.0" max="2.5.x">
* Added support for XSRF token
</release>
<release version="1.2.3" date="2014-11-04" min="2.3.0" max="2.5.x">
* Fix visual glitch when no language is found
</release>
<release version="1.2.2" date="2014-10-27" min="2.3.0" max="2.5.x">
* Minor update for 2.5.x
</release>
<release version="1.2.1" date="2012-11-06" min="2.3">
* Minor update for 2.3.1
* Clean up
</release>
<release version="1.2" date="2012-09-13" min="2.3">
* Update for 2.3
* Added support for Frontend Localisation
</release>
<release version="1.1" date="2012-04-03" min="2.2" max="2.2.5" />
</releases>
</extension>