-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
22 lines (22 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="screen_detection" status="experimental" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Screen Detection</name>
<description>This extension adds user screen information to the symphony param pool for server-side optimizations for responsive web design.</description>
<repo type="github">https://github.com/thebestsophist/screen_detection</repo>
<url type="other">https://git.enguin.com/symphony-screen-detection-extension/screen_detection</url>
<authors>
<author>
<name github="thebestsophist" symphony="thebestsophist">Bernard Yu</name>
</author>
</authors>
<releases>
<release version="1.0.0" date="2012-03-07" min="2.2.3" />
<release version="1.1.0" date="2012-03-13" min="2.2.3" />
<release version="1.2.0" date="2012-05-09" min="2.2.3" max="2.3">
* Added version requirements. No functional changes.
</release>
<release version="1.3.0" date="2013-10-02" min="2.2.3" max="2.3.x">
* Updating broken extension id (per http://www.getsymphony.com/discuss/thread/103681/1/#position-5)
</release>
</releases>
</extension>