-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml.tmpl
303 lines (303 loc) · 8.99 KB
/
package.xml.tmpl
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>sfImageTransformPlugin</name>
<channel>pear.symfony-project.com</channel>
<summary>Powerful but simple to use image manipulation plugin</summary>
<description>Powerful but simple to use image manipulation plugin</description>
<lead>
<name>Stuart Lowes</name>
<user>stunami</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>##CURRENT_DATE##</date>
<version>
<release>##PLUGIN_VERSION##</release>
<api>##API_VERSION##</api>
</version>
<stability>
<release>##STABILITY##</release>
<api>##STABILITY##</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<notes>-</notes>
<contents>
##CONTENTS##
</contents>
<dependencies>
<required>
<php>
<min>5.2.4</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.0.0</min>
<max>1.5.0</max>
<exclude>1.5.0</exclude>
</package>
</required>
</dependencies>
<phprelease></phprelease>
<changelog>
<release>
<version>
<release>1.4.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2010-08-17</date>
<notes>
* Improved transparency in GD adapter
* Fixed text GD transform
* Added new thumbnailing types
</notes>
</release>
<release>
<version>
<release>1.4.0</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2010-02-21</date>
<notes>
* Adding support for floodFillPaintImage as this has replaced the depricated colorFloodfillImage
* Fix to property typo
* Improvements to computeTargetSize method
* Adding new transforms sfImageAlphaMaskGD, sfImageRoundedCornersGD
* Fixed bug with PHP5.3 and Fileinfo
* Updated docs
</notes>
</release>
<release>
<version>
<release>1.3.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-12-24</date>
<notes>
* Fixing package
* Fix to GD resize simple transform
</notes>
</release>
<release>
<version>
<release>1.3.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-12-24</date>
<notes>
* Fixing package
* Fixing alpha transpareny bug in GD simple resize transform
</notes>
</release>
<release>
<version>
<release>1.3.0</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-12-01</date>
<notes>
* Support for symfony 1.3/1.4
* Adding alpha support to colorizing using the GD adapter (thanks to caefer)
</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-09-30</date>
<notes>
* Improved README and Documentation
* Making mime detection from filename case insensitive
* Small improvement to validation and error reporting for thumbnailer
* Greyscale transform for imagemagick (robadob)
* Fixed loadString method for ImageMagick (Tony Dubriel)
* Workaround fix for ImageMagick crop bug (Miloslav Kmeť)
* Adding width, height and color to the options for new images
</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-19</date>
<notes>
* Added improved resize transform, which can now fix proportions and stop image inflation
* Added best fit thumbnailer as default. This creates set size images with the sized to fit
* Fixed transparency bug with the GD adapter
* Improved phpdocs
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-19</date>
<notes>
* Fixing argument order bug with ImageMagic? crop class
* Updating overlay labels for ImageMagic overlay transform
* Completing class getter cropping transforms
* Updated and improved documentation
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-08</date>
<notes>
* Fixed preserving of quality when copying or saving as
* Addded support for GD MIME detection using GetImageSize?
* Fixed thumbnail transform
* Renamed thumbnail transform methods allowed while maintaing backwards compatibility
* Renamed overlay position labels and backwards compatibility
* Added generic border transform
* General code tidying and improved documentation
</notes>
</release>
<release>
<version>
<release>0.2.3</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-08</date>
<notes>
* Fixing bug when saving images
* Fixing transparency problems with GD adapter
* GD rotate tranform now requires GD rotate support
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-08</date>
<notes>
* Fixing package
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-01</date>
<notes>
* Updating package info
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-01-01</date>
<notes>
* Adding support for symfony 1.1/1.2
* Adding support for MIME detection
* Adding opacity transform
* Adding thumbnail transform
* Fixed copy bug
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2008-10-13</date>
<notes>* stunami: initial release</notes>
</release>
</changelog>
</package>