forked from rajeshrhino/uk.co.nfpservices.module.civigiftaid
-
Notifications
You must be signed in to change notification settings - Fork 22
/
info.xml
32 lines (32 loc) · 1.46 KB
/
info.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
<?xml version="1.0" encoding="iso-8859-1" ?>
<extension key="uk.co.compucorp.civicrm.giftaid" type="module">
<downloadUrl>https://github.com/Compucorp/uk.co.compucorp.civicrm.giftaid</downloadUrl>
<file>civigiftaid</file>
<name>CiviCRM UK GiftAid</name>
<description>
CiviCRM support for Gift Aid.
The extension comprises a couple of custom data sets to hold all Gift Aid data, a profile to use on contribution forms to collect this data, a task to batch 'gift-aidable' contributions and a report to submit batches to HMRC.
</description>
<urls>
<url desc="Main Extension Page">http://civicrm.org/extensions/gift-aid-extension-uk</url>
<url desc="Documentation">https://github.com/compucorp/uk.co.compucorp.civicrm.giftaid</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>Erawat Chamanont, Jamie Novick, Guanhuan Chen, Robin Mitra</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2023-01-19</releaseDate>
<version>4.0.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.35</ver>
</compatibility>
<comments>For support, please contact project team on the forums. (http://forum.civicrm.org) or create a new issue on https://github.com/compucorp/uk.co.compucorp.civicrm.giftaid/issues
</comments>
<civix>
<namespace>CRM/Civigiftaid</namespace>
</civix>
</extension>