Skip to content

Commit

Permalink
Update extension.meta.xml
Browse files Browse the repository at this point in the history
Fixing broken XML
  • Loading branch information
nickdunn committed Mar 22, 2014
1 parent e6933c5 commit 16091d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions extension.meta.xml
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="screen_detection" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<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>
<repo type="gitorious">https://git.enguin.com/symphony-screen-detection-extension/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="2012.03.01" date="2012-03-07"/>
<release version="2012.03.02" date="2012-03-13" />
<release version="2012.03.03" date="2012-05-09" min="2.2.3" max="2.3">
<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="2013.10.04 date="2013-10-02" min="2.2.3" max="2.3">
<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>
Expand Down

0 comments on commit 16091d8

Please sign in to comment.