-
Notifications
You must be signed in to change notification settings - Fork 4
/
extension.meta.xml
37 lines (37 loc) · 1.28 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="s3_image_upload" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: S3 Image Upload</name>
<description>S3 Image Uploads, with cropping and resizing functionality.</description>
<repo type="github">https://github.com/jonmifsud/s3_image_upload</repo>
<types>
<type>Field</type>
<type>Workflow</type>
<type>Multimedia</type>
<type>Image</type>
<type>Thumbnail</type>
</types>
<authors>
<author>
<name github="jonmifsud" symphony="gunglien">Jonathan Mifsud</name>
<email>info@jonmifsud.com</email>
<website>http://jonmifsud.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.31">jit_image_manipulation</dependency>
</dependencies>
<releases>
<release version="1.1" date="2015-02-26" min="2.5">
- Make Crop UI optional
- Update Cursor icons when cropping
- Fix replacing an existing image
</release>
<release version="1" date="2014-12-30" min="2.5">
- Initial Version
- UI showing large preview image and resized images
- ability to change the resized images without re-uploading original
- cropped images provided via field config are uploaded directly to s3 buckets
- uses JIT formatters for uploading
</release>
</releases>
</extension>