-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathextension.meta.xml
85 lines (85 loc) · 3.48 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<extension id="image_upload" status="released" xmlns="http://getsymphony.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/DeuxHuitHuit/image_upload</repo>
<url type="discuss">http://www.getsymphony.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>[email protected]</email>
<website>http://www.xanderadvertising.com</website>
</author>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<dependencies>
<dependency version="1.15">https://github.com/symphonycms/jit_image_manipulation</dependency>
</dependencies>
<releases>
<release version="1.6.6" date="2016-08-16" min="2.4.x" max="2.x.x"><![CDATA[
* Fixed parameters to match the parent method
* Removed the deprecated /e preg_match call
]]></release>
<release version="1.6.5" date="2016-03-14" min="2.4.x" max="2.x.x"><![CDATA[
* Fixed some svg parsing problems
]]></release>
<release version="1.6.4" date="2016-03-13" min="2.4.x" max="2.x.x"><![CDATA[
* Made resize = no by default (for new fields)
]]></release>
<release version="1.6.3" date="2016-02-26" min="2.4.x" max="2.x.x"><![CDATA[
* Fixed French Translation
]]></release>
<release version="1.6.2" date="2015-10-07" min="2.4.x" max="2.6.x"><![CDATA[
* Support DS output param + implemented prepareTextValue
]]></release>
<release version="1.6.1" date="2015-08-11" min="2.4.x" max="2.6.x"><![CDATA[
* Bug fixes
]]></release>
<release version="1.6.0" date="2015-05-25" min="2.4.x" max="2.6.x"><![CDATA[
* Symphony 2.6 compatibility
* Symphony 2.5 compatibility
* Added SVG support
]]></release>
<release version="1.5.1" date="2014-08-04" min="2.4.x" max="2.4.x"><![CDATA[
* Minor UI fixes
]]></release>
<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>