-
Notifications
You must be signed in to change notification settings - Fork 7
/
extension.meta.xml
26 lines (26 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="fancy_forms" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>UI Experiment: Fancy Forms</name>
<description>A collection of UI replacements for system-default selectboxes, button and inputs. *Warning*: it causes severe addiction!</description>
<repo type="github">https://github.com/eKoeS/fancy_forms</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/58893/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="eKoeS" symphony="eKoeS">Simone Economo</name>
<website>http://www.lineheight.net/</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/eKoeS/fancy_forms/media/fancy_forms.png">Fancy Forms: A collection of UI replacements for system-default selectboxes, button and inputs.</item>
</media>
<releases>
<release version="1.1.2beta" date="2011-12-18" min="2.1.0" max="2.2">
* Added `extension.meta.xml`.
* The extension has been renamed "UI Experiment: Fancy Forms" (it was previously called "Better Forms").
</release>
<release version="1.1.1beta" date="2011-02-12" min="2.1.0" max="2.2"/>
</releases>
</extension>