-
Notifications
You must be signed in to change notification settings - Fork 15
/
extension.meta.xml
executable file
·53 lines (53 loc) · 2.24 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="multiuploadfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Multi Upload Field</name>
<description>Allows multiple files to be uploaded to the same field.</description>
<repo type="github">https://github.com/symphonists/multiuploadfield</repo>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="brendo" symphony="brendo">Brendan Abbott</name>
<website>http://www.bloodbone.ws</website>
</author>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
</authors>
<releases>
<release version="1.6.2" date="2018-05-09" min="2.6.0" max="2.x.x">
- [#36](https://github.com/symphonists/multiuploadfield/issues/36) Fixes for meta data and empty files
</release>
<release version="1.6.1" date="2017-03-31" min="2.6.0" max="2.x.x">
- Fix for Symphony 2.6.7+ (#33) with proper implementation of buildSortingSQL and prepareReadableValue
</release>
<release version="1.6.0" date="2015-11-19" min="2.6.0" max="2.6.x">
- Added upload visual feedback
- Bug fixes
</release>
<release version="1.5" date="2015-04-22" min="2.6">
- Updates for Symphony 2.6
- Added file extensions to the XML output
</release>
<release version="1.4" date="2014-12-06" min="2.3.3" max="2.5.x">
- [#21](https://github.com/symphonists/multiuploadfield/issues/21) Sanity checks to ensure data is an array
- [#18](https://github.com/symphonists/multiuploadfield/issues/18)/[#20](https://github.com/symphonists/multiuploadfield/issues/20) Handle partial deletions/additions of files
- [#12](https://github.com/symphonists/multiuploadfield/issues/12) Allow error messages to be displayed in the publish panel
</release>
<release version="1.3" date="2014-06-07" min="2.3.3">
- Style fixes for Symphony 2.4
</release>
<release version="1.2" date="2014-02-25" min="2.3.3">
- Fixed path issues
</release>
<release version="1.1" date="2013-10-21" min="2.3.3">
- Fixed inline errors
- Added German translation
</release>
<release version="1.0" date="2013-10-10" min="2.3.3">
- Initial release
</release>
</releases>
</extension>