forked from DeuxHuitHuit/image_upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.meta.xml
More file actions
72 lines (54 loc) · 2.27 KB
/
extension.meta.xml
File metadata and controls
72 lines (54 loc) · 2.27 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<extension id="image_upload" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Image Upload</name>
<description>A specialized filed for uploading images with min width/height and maximum width/height restrictions.</description>
<repo type="github">https://github.com/vlad-ghita/image_upload</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/80543/</url>
<types>
<type>Field Types</type>
<type>Image</type>
<type>Upload</type>
</types>
<authors>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad_micutul@yahoo.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.15">https://github.com/symphonycms/jit_image_manipulation</dependency>
</dependencies>
<releases>
<release version="1.5" date="2014-05-19" min="2.4.x"><![CDATA[
* Symphony 2.4 compatibility
]]></release>
<release version="1.4" date="2013-07-15" min="2.3.3"><![CDATA[
* Update for Symphony 2.3.2 release: Updating this extension will remove paths from the entries table.
See <https://github.com/symphonycms/symphony-2/issues/1719>.
]]></release>
<release version="1.3" date="2013-07-12" min="2.3" max="2.3.2"><![CDATA[
* Make resize optional
* Added check on max values
]]></release>
<release version="1.2.1" date="2012-05-11" min="2.3"><![CDATA[
* Prettified the table value.
]]></release>
<release version="1.2" date="2012-05-11" min="2.3"><![CDATA[
* Update for Symphony 2.3.
]]></release>
<release version="1.1.7" date="2012-03-13"><![CDATA[
* Use absolute path for image. Fixes #4.
]]></release>
<release version="1.1.6" date="2012-01-16"><![CDATA[
* Fixed a bug where resize wouldn't take place if one max dimension was 0.
]]></release>
<release version="1.1.5" date="2012-01-15"><![CDATA[
* Fixed a flaw in dimensions resize logic.
]]></release>
<release version="1.1.4" date="2011-11-21"><![CDATA[
* Updates are now performed with error supression. No warnings will be issued.
]]></release>
<release version="1.0" date="2011-11-15" min="2.0"/>
</releases>
</extension>