forked from compucorp/uk.co.compucorp.civicrm.giftaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
31 lines (31 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
<?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>jamie@compucorp.co.uk, guanhuan@compucorp.co.uk</email>
</maintainer>
<releaseDate>2018-08-23</releaseDate>
<version>3.0.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
<ver>5.0</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>
</extension>