forked from symphonists/image_index_preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
38 lines (38 loc) · 1.39 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="image_index_preview" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Image Index Preview</name>
<description>Displays a small image preview for upload fields on publish index and publish edit pages.</description>
<repo type="github">https://github.com/symphonists/image_index_preview</repo>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="symphonists">Symphony Community</name>
<website>https://github.com/symphonists</website>
</author>
</authors>
<releases>
<release version="1.4" date="2013-07-07" min="2.3.3">
- Compatibility with Symphony 2.3.3
- Thumbnail size is now proportional to the image dimensions
</release>
<release version="1.3" date="2012-11-16" min="2.3" max='2.3.2'>
- Compatibility with Symphony 2.3
- Displays preview for first column on publish index in Symphony 2.3.1 (previously not possible)
- Delegates ownership to Symphony Community
</release>
<release version="1.2.1" date="2011-06-14" min="2.2">
- Changed delegate from /administration/ to /backend/
</release>
<release version="1.2">
- Added preview to the edit pages
</release>
<release version="1.1">
- Support for other upload fields beside the default one
</release>
<release version="1.0">
- Initial release by Nils Hörrmann
</release>
</releases>
</extension>