forked from symphonists/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
32 lines (32 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="dashboard" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Dashboard</name>
<description>Provide a Dashboard summary screen with configurable panels</description>
<repo type="github">https://github.com/nickdunn/dashboard</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/48297/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/dashboard/media/dashboard.png">Example dashboard</item>
</media>
<releases>
<release version="1.6.0" date="2012-03-09" min="2.3.x">
* Fully updated for Symphony 2.3, not compatible with Symphony 2.2
</release>
<release version="1.5.2" date="2011-11-01" min="2.2" max="2.2.5">
* Generic bug fixes
</release>
<release version="1.5.1" date="2011-06-01" min="2.2" max="2.2.5">
* Removed redundant styles and fixed various CSS bugs
* Removed deprecated JS & CSS accessors
</release>
<release version="1.4" date="2011-05-15" min="2.1.x" />
</releases>
</extension>