-
Notifications
You must be signed in to change notification settings - Fork 7
/
extension.meta.xml
30 lines (30 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="imagecropper" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Image Cropper</name>
<description>Adds image cropping functionality to upload fields.</description>
<repo type="github">https://github.com/klaftertief/imagecropper</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/41680/</url>
<types>
<type>Field Types</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="klaftertief" symphony="klaftertief">Jonas Coch</name>
<website>http://klaftertief.de</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/klaftertief/imagecropper/media/imagecropper.png">Image cropping for Symphony CMS</item>
</media>
<releases>
<release version="1.1" date="2012-05-13" min="2.3">
- Symphony 2.3 compatibility
- **The used JIT mode changed from `4` to `5` because of the latest JIT changes**
- Updated jCrop version
- Updated jQuery UI version
- Support for Image Upload Field
</release>
<release version="1.0.2" date="2011-06-26" min="2.2"/>
</releases>
</extension>