forked from andrewminton/enhanced_upload_field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
30 lines (30 loc) · 1.26 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="enhanced_upload_field" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Enhanced Upload Field</name>
<description>Allowing override of upload folder from section entries</description>
<repo type="github">https://github.com/andrewminton/enhanced_upload_field</repo>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="andrewminton" symphony="moonoo2" twitter="andrewminton">Andrew Minton</name>
<website>http://andrewminton.co.uk</website>
</author>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="nitriques">Deux Huit Huit</name>
<website>http://www.deuxhuithuit.com</website>
</author>
</authors>
<releases>
<release version="0.3" date="2013-01-14" min="2.3.2">
- Empty array checking functions added. This release will only work with 2.3.2 due to a bug found in Symphony core. Fix is in this pull request: https://github.com/symphonycms/symphony-2/pull/1600
</release>
<release version="0.2" date="2013-01-06" min="2.3.2">
- Refactored using the base FieldUpload class
</release>
<release version="0.1" date="2012-11-10" min="2.3">
- Initial release for proof of concept
</release>
</releases>
</extension>