-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathextension.meta.xml
62 lines (62 loc) · 2.36 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="block_user_agent" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Block user agent</name>
<description>
XSL template and Regular Expression combined to help fight old browsers.
</description>
<repo type="github">https://github.com/DeuxHuitHuit/block_user_agent</repo>
<url type="discuss">https://github.com/DeuxHuitHuit/block_user_agent/issues</url>
<url type="issues">https://github.com/DeuxHuitHuit/block_user_agent/issues</url>
<types>
<type>User agent</type>
<type>Template</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.4.3" date="2017-09-22" min="2.4" max="2.x.x">
- Fixes for PHP 7
</release>
<release version="1.4.2" date="2016-05-04" min="2.4" max="2.x.x">
- Center the text of the light template
</release>
<release version="1.4.1" date="2016-03-04" min="2.4" max="2.x.x">
- Added a max-width on the text for the lighter template
</release>
<release version="1.4.0" date="2016-03-03" min="2.4" max="2.x.x">
- Added lighter less invasive template
</release>
<release version="1.3.3" date="2015-02-13" min="2.4" max="2.x">
- Make the javascript more cross-browser
- Compatibility for Symphony 2.6
</release>
<release version="1.3.2" date="2015-01-21" min="2.4" max="2.5">
- Fix a bug while uninstalling.
</release>
<release version="1.3.1" date="2014-09-10" min="2.4" max="2.5">
- Marked as compatible with 2.5.
- Make sure we do not output the client side detection if not regexp is found.
</release>
<release version="1.3" date="2014-04-28" min="2.4">
- Make sure assets are not downloaded for nothing
</release>
<release version="1.2" date="2014-04-16" min="2.4">
- Compatibility for Symphony 2.4
</release>
<release version="1.1" date="2014-03-21" min="2.2" max="2.3.x">
- Added the `client-side-detection` parameter in the xsl template. This allows client-
side detection.
- Scoped the css
</release>
<release version="1.0" date="2012-08-29" min="2.2" max="2.3.x">
- First release
</release>
</releases>
</extension>