forked from DeuxHuitHuit/backend_language_switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
33 lines (33 loc) · 1.16 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
<?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</description>
<repo type="github">https://github.com/johnjcamilleri/backend_language_switcher</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/53420/</url>
<types>
<type>Workflow</type>
</types>
<authors>
<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.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>