-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathextension.meta.xml
More file actions
34 lines (34 loc) · 1.4 KB
/
extension.meta.xml
File metadata and controls
34 lines (34 loc) · 1.4 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="admin_css_override" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Admin CSS Override</name>
<description>This extension allows to override Symphony's Admin CSS styles by additional CSS rules. It simply appends a custom stylesheet to the head of admin pages.</description>
<repo type="github">https://github.com/michael-e/admin_css_override</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/22296/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="michael-e" symphony="michael-e">Michael Eichelsdoerfer</name>
<website>http://www.michael-eichelsdoerfer.de</website>
</author>
</authors>
<releases>
<release version="1.4" date="2012-10-05" min="2.3">
<![CDATA[- Updated for Symphony 2.3]]>
</release>
<release version="1.3" date="2011-12-17" min="2.0.6" max="2.2.x">
<![CDATA[- Added extension.meta.xml file]]>
</release>
<release version="1.2" date="2009-02-11" min="2.0.6" max="2.2.x"/>
<release version="1.1.1" date="2009-02-11" min="2.0.6" max="2.2.x">
<![CDATA[- minor improvements]]>
</release>
<release version="1.1" date="2009-02-11" min="2.0.6" max="2.2.x">
<![CDATA[- Symphony 2.2 compatibility]]>
</release>
<release version="1.0" date="2009-05-31" min="2.0.6" max="2.1.x">
<![CDATA[- Initial commit]]>
</release>
</releases>
</extension>