-
Notifications
You must be signed in to change notification settings - Fork 7
/
extension.meta.xml
26 lines (26 loc) · 1.04 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="customfieldcaptions" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Custom Field Captions</name>
<description>Allows you to add helpful hints to fields for your clients</description>
<repo type="github">https://github.com/brendo/customfieldcaptions</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/69247/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="brendo" symphony="brendo">Brendan Abbott</name>
<website>http://www.bloodbone.ws</website>
</author>
</authors>
<releases>
<release version="0.4" date="2012-08-08" min="2.3">
- Break compatibility with Symphony 2.2.x
- [#13](https://github.com/brendo/customfieldcaptions/issues/13) - Fix errors in Symphony 2.3 when saving sections
</release>
<release version="0.3.3" date="2012-03-27" min="2.2" max="2.2.5">
- Compatibility for Symphony 2.3
</release>
<release version="0.3.2" date="2011-08-13" min="2.2" />
</releases>
</extension>