-
Notifications
You must be signed in to change notification settings - Fork 3
/
extension.meta.xml
32 lines (32 loc) · 1.13 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="publishnotesfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Publish Notes Field</name>
<description>Arrange arbitrary HTML notes</description>
<repo type="github">https://github.com/symphonists/publishnotesfield</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/25695/</url>
<types>
<type>Field Types</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="makenosound" symphony="Makenosound">Max Wheeler</name>
</author>
</authors>
<releases>
<release version="1.2.1" date="2016-03-29" min="2.3" max="2.x.x">
- Fixed type issue
</release>
<release version="1.2.0" date="2016-03-25" min="2.3" max="2.x.x">
- CSS fixes for Symphony 2.6.x
</release>
<release version="1.1" date="2013-02-25" min="2.3">
- Update for Symphony 2.3
</release>
<release version="1.0.1" date="2012-05-17" min="2.2" max="2.2.x" />
<release version="1.0" date="2011-03-19" min="2.2" />
</releases>
</extension>