forked from michael-e/uniqueuploadfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
54 lines (54 loc) · 2.22 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<extension id="uniqueuploadfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Unique Upload Field</name>
<description>Create unique filenames automatically.</description>
<repo type="github">https://github.com/michael-e/uniqueuploadfield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/684/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="michael-e" symphony="michael-e">Michael Eichelsdoerfer</name>
<website>http://www.michael-eichelsdoerfer.de</website>
</author>
</authors>
<releases>
<release version="1.8.1" date="2012-06-30" min="2.3.x">
<![CDATA[- Fixed 2.3.3 update procedure]]>
</release>
<release version="1.8" date="2012-06-27" min="2.3.x">
<![CDATA[- Implemented updater for Symphony 2.3.3]]>
</release>
<release version="1.7" date="2012-05-14" min="2.3.x">
<![CDATA[- Symphony 2.3.x compatibilty]]>
</release>
<release version="1.6" date="2012-05-14" min="2.0.6" max="2.2.x">
<![CDATA[- Added 'clean filename' functionality; final release for Symphony 2.2.x]]>
</release>
<release version="1.5" date="2011-12-17" min="2.0.6" max="2.2.x">
<![CDATA[- Added extension.meta.xml file]]>
</release>
<release version="1.4.2" date="2011-08-19" min="2.0.6" max="2.2.x">
<![CDATA[- Explicitly set CHARSET and COLLATION when creating the table.]]>
</release>
<release version="1.4.1" date="2011-06-02" min="2.0.6">
<![CDATA[- Fix for REGEXP so it does not break paths stored in `$filename`.]]>
</release>
<release version="1.4" date="2011-06-01" min="2.0.6">
<![CDATA[- Replaced date() by uniqid(), making filenames even more unique.]]>
</release>
<release version="1.3" date="2011-02-10" min="2.0.6">
<![CDATA[- Symphony 2.2 compatibility]]>
</release>
<release version="1.2" date="2010-10-12" min="2.0.6">
<![CDATA[- MySQL5.5 compatibility]]>
</release>
<release version="1.1" date="2010-08-11" min="2.0.6">
<![CDATA[- Added updater function to modify entry tables (as required by Symphony > 2.0.8RC3)]]>
</release>
<release version="1.0" date="2009-05-06" min="2.0.6">
<![CDATA[- Added git control]]>
</release>
</releases>
</extension>