-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathextension.meta.xml
32 lines (32 loc) · 1.31 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="uploadselectboxfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Uploaded Files Select Box</name>
<description>Displays a select box list of files from a chosen folder</description>
<repo type="github">https://github.com/symphonists/uploadselectboxfield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/41232/</url>
<types>
<type>Field</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>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/uploadselectboxfield/media/uploadselectboxfield.png">Uploaded Files Select Box: Displays a select box list of files from a chosen folder</item>
</media>
<releases>
<release version="1.4.0" date="2018-03-22" min="2.3.x">
- Add empty `option` to be able to NOT select a file
</release>
<release version="1.3.0" date="2018-03-21" min="2.3.x">
- PHP7 Updates
</release>
<release version="1.2.0" date="2012-03-15" min="2.3.x" />
<release version="1.1.3" date="2011-06-04" min="2.0.6" max="2.2.x" />
</releases>
</extension>