-
Notifications
You must be signed in to change notification settings - Fork 5
/
extension.meta.xml
32 lines (32 loc) · 1.25 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="reflecteduploadfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Reflected Upload Field</name>
<description>An upload field that dynamically renames files (based on values from other fields in the same entry).</description>
<repo type="github">https://github.com/twiro/reflecteduploadfield</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/80974/</url>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="twiro" symphony="roman">Roman Klein</name>
<website>http://romanklein.com</website>
</author>
<author>
<name github="zimmen" symphony="Zimmen">Simon de Turck</name>
<website>http://www.zimmen.com</website>
</author>
</authors>
<releases>
<release version="1.2" date="2016-03-10" min="2.3.3" max="2.5.x">
* Added compatibility with Symphony 2.3.3
* File Path no longer saved as part of the file name
* Updated readme and licence
</release>
<release version="1.1" date="2012-07-25" min="2.3.0" max="2.3.2">
* Added compatibility with Symphony 2.3.0
* Fix when removing a file and not picking a new one
</release>
<release version="1.0.1" date="2011-11-23" min="2.2.1" />
</releases>
</extension>