Skip to content

Commit ff4e4ba

Browse files
committed
XML tweaking
1 parent d5ed200 commit ff4e4ba

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

extension.meta.xml

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
2-
1+
<?xml version="1.0" encoding="UTF-8"?>
32
<extension id="dashboard">
4-
53
<name>Dashboard</name>
6-
7-
<description lang="en">Provide a Dashboard summary screen with configurable panels.</description>
8-
4+
<description>Provide a Dashboard summary screen with configurable panels</description>
95
<url type="repo">https://github.com/nickdunn/dashboard</url>
10-
6+
<url type="discuss">http://symphony-cms.com/discuss/thread/48297/</url>
117
<types>
128
<type>Interface</type>
139
</types>
14-
1510
<authors>
1611
<author>
17-
<name github="nickdunn" symphony="nickdunn" twitter="nickdunn">Nick Dunn</name>
18-
<email>[email protected]</email>
12+
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
1913
<website>http://nick-dunn.co.uk</website>
2014
</author>
2115
</authors>
22-
16+
<media>
17+
<item type="image" url="http://symphonyextensions.com/nickdunn/dashboard/media/dashboard.png">Example dashboard</item>
18+
</media>
2319
<releases>
2420
<release version="1.5.1" date="2011-06-01" min="2.2">
2521
<![CDATA[
2622
* Removed redundant styles and fixed various CSS bugs
2723
* Removed deprecated JS & CSS accessors
2824
]]>
2925
</release>
30-
<release version="1.4" date="2011-05-01" min="2.0" max="2.1.2" />
31-
</releases>
32-
26+
<release version="1.4" date="2011-05-15" min="2.1.x" />
27+
</releases>
3328
</extension>

0 commit comments

Comments
 (0)