forked from DeuxHuitHuit/page_lhandles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
55 lines (41 loc) · 1.65 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
55
<?xml version="1.0" encoding="UTF-8"?>
<extension id="page_lhandles" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Page LHandles</name>
<description>Offers multilingual support for localised page handles in browser URL.</description>
<repo type="github">https://github.com/vlad-ghita/page_lhandles</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/61887/</url>
<types>
<type>Interface</type>
<type>Multilingual</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad.github@gmail.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.6">https://github.com/vlad-ghita/frontend_localisation</dependency>
</dependencies>
<releases>
<release version="2.6" date="2012-04-15" min="2.3"><![CDATA[
* Frontend Localisation 1.6 compatibility
]]></release>
<release version="2.5" date="2012-04-14" min="2.3"><![CDATA[
* Symphony 2.3 compatibility.
]]></release>
<release version="2.4" date="2012-02-08"><![CDATA[
* Added compatibility for URL Router.
* Introduces $op_mode: `Strict` = Recommended & Default. `Relax` = URL Router compatibility.
]]></release>
<release version="2.3" date="2011-12-28"><![CDATA[
* Added more safety check to URL parsing.
* Improved `plh-utility.xsl` internals.
]]></release>
<release version="2.2" date="2011-12-22" min="2.2.x"><![CDATA[
* Compatibility release for Frontend Localisation 1.0
]]></release>
</releases>
</extension>