-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.meta.xml
82 lines (82 loc) · 3.35 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<extension id="page_lhandles" status="released" xmlns="http://getsymphony.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/DeuxHuitHuit/page_lhandles</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/61887/</url>
<types>
<type>Interface</type>
<type>Multilingual</type>
<type>Workflow</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">Vlad Ghita</name>
<email>[email protected]</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<dependencies>
<dependency version="2.5">frontend_localisation</dependency>
</dependencies>
<releases>
<release version="2.11.3" date="2019-04-08" min="2.3" max="2.x.x"><![CDATA[
* Wrap constants in string
]]></release>
<release version="2.11.2" date="2019-02-26" min="2.3" max="2.x.x"><![CDATA[
* Fix SQL clause for proper soriting in MySQL 5.7
]]></release>
<release version="2.11.1" date="2017-05-18" min="2.3" max="2.x.x"><![CDATA[
* Fix regression where localized url did not worked any more
]]></release>
<release version="2.11.0" date="2017-05-17" min="2.3" max="2.x.x"><![CDATA[
* Properly upgrade Nav data sources
]]></release>
<release version="2.10.1" date="2017-04-12" min="2.3" max="2.x.x"><![CDATA[
* Fix for PHP 7 support
]]></release>
<release version="2.10.0" date="2017-04-07" min="2.3" max="2.x.x"><![CDATA[
* Adds PHP 7 support
]]></release>
<release version="2.9.1" date="2016-03-07" min="2.3.4" max="2.x.x"><![CDATA[
* Updated compatibility info
]]></release>
<release version="2.9" date="2014-11-04" min="2.3.4" max="2.5.x"><![CDATA[
* Symphony 2.5 compatibility.
* Multilingual Data Source: Output every page handles in every languages. Keep current first.
* Automatically create handles when field is empty
* UI: Remove white space between title and handle
]]></release>
<release version="2.8" date="2013-12-06" min="2.3.4" max="2.5.x"><![CDATA[
* Fixed `PLH : Page` datasource output.
]]></release>
<release version="2.7" date="2013-12-03" min="2.3.4"><![CDATA[
* Updated for Frontend Localisation 2.5 compatibility.
]]></release>
<release version="2.6.1" date="2012-04-15" min="2.3"><![CDATA[
* Improved Datasource editing.
* Safer queries in driver.
]]></release>
<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>