forked from DeuxHuitHuit/flang_redirection
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
32 lines (32 loc) · 1.26 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
<?xml version="1.1" encoding="UTF-8"?>
<extension id="flang_redirection" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Frontend Localisation Redirection</name>
<description lang="en">Adds redirection capabilities to Frontend Localisation Extension</description>
<repo type="github">https://github.com/DeuxHuitHuit/flang_redirection</repo>
<url type="wiki">https://github.com/DeuxHuitHuit/flang_redirection/wiki</url>
<url type="issues">https://github.com/DeuxHuitHuit/flang_redirection/issues</url>
<types>
<type>Event</type>
<type>Redirection</type>
<type>Multilingual</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>http://www.deuxhuithuit.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.7">frontend_localisation</dependency>
<dependency version="1.1">flang_detection_gtlds</dependency>
</dependencies>
<releases>
<release version="1.1" date="2012-11-13" min="2.3">
- Update for Symphony 2.3.1 (For un-cdata the querystring)
- Use REAL cookies (Since the cookie class does not do it)
</release>
<release version="1.0" date="2012-07-12" min="2.3">
- Initial release
</release>
</releases>
</extension>