-
Notifications
You must be signed in to change notification settings - Fork 7
/
extension.meta.xml
30 lines (30 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="html_panel" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>HTML Panel field</name>
<description>A field that allows embedding of HTML directly into the backend</description>
<repo type="github">https://github.com/symphonists/html_panel</repo>
<url type="discuss">https://www.getsymphony.com/discuss/thread/40332/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="1.5.3" date="2017-05-22" min="2.6.0" max="2.x.x">
- PHP 7 compatibility
</release>
<release version="1.5.2" date="2015-12-14" min="2.6.0" max="2.x.x"/>
<release version="1.5.1" date="2015-12-14" min="2.6.0" max="2.6.x"/>
<release version="1.5" date="2015-12-14" min="2.6.0"/>
<release version="1.4.1" date="2012-03-27" min="2.3.x"/>
<release version="1.3.3" date="2012-03-15" min="2.2.0" max="2.2.x"/>
<release version="1.3.2" date="2011-04-05" min="2.2"/>
</releases>
</extension>