-
Notifications
You must be signed in to change notification settings - Fork 8
/
extension.meta.xml
50 lines (50 loc) · 1.98 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
<?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>
<url type="issues">https://github.com/symphonists/image_index_preview/issues</url>
<url type="discuss">https://www.getsymphony.com/discuss/thread/60955/</url>
<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.3" date="2018-09-22" min="2.3.5" max="2.x.x">
- Update compatibility information
- Add issues- and forum-links
</release>
<release version="1.4.2" date="2015-05-28" min="2.3.5" max="2.6.x">
- Fixes image paths on index pages (Issue #20)
</release>
<release version="1.4.1" date="2015-01-15" min="2.3.5" max="2.6.x">
- Compatibility with Symphony 2.6beta2 (tested in 2.3.5)
</release>
<release version="1.4" date="2013-07-07" min="2.3.3" max="2.4.x">
- 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>