-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.xml
More file actions
33 lines (33 loc) · 1.28 KB
/
info.xml
File metadata and controls
33 lines (33 loc) · 1.28 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
<?xml version="1.0"?>
<extension key="com.skvare.imageresize" type="module">
<file>imageresize</file>
<name>Image Resize</name>
<description>This extension adds image resize capability to CiviCRM for Contact and Custom Field images. The extension handles resizing of all types of images and will put the images into the cache directory.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Sunil Pawar</author>
<email>sunil@skvare.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/skvare/com.skvare.imageresize</url>
<url desc="Documentation">https://github.com/skvare/com.skvare.imageresize</url>
<url desc="Support">https://github.com/skvare/com.skvare.imageresize</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-09-27</releaseDate>
<version>2.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>6.4</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<civix>
<namespace>CRM/Imageresize</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Imageresize_Upgrader</upgrader>
</extension>