-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathinfo.xml
43 lines (43 loc) · 1.76 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
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<extension key="com.iatspayments.civicrm" type="module">
<file>iats</file>
<name>iATS Payments</name>
<description>Payment processor extension for iATS Payments.</description>
<urls>
<url desc="Main Extension Page">https://github.com/iATSPayments/com.iatspayments.civicrm</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
<url desc="Support">https://github.com/iATSPayments/com.iatspayments.civicrm/issues?state=open</url>
<url desc="Installation Instructions">https://github.com/iATSPayments/com.iatspayments.civicrm</url>
<url desc="Documentation">https://github.com/iATSPayments/com.iatspayments.civicrm</url>
<url desc="Release Notes">https://github.com/iATSPayments/com.iatspayments.civicrm/blob/master/release-notes/1.10.0.md</url>
<url desc="Getting Started">https://www.semper-it.com/civicamp-iats-payments-slides</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>Alan Dixon</author>
<email>iats@blackflysolutions.ca</email>
</maintainer>
<releaseDate>2024-12-20</releaseDate>
<version>1.10.0</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.70</ver>
</compatibility>
<comments>A recommended maintenance + bugfixes release, see release notes for 1.10.0 above for details.</comments>
<civix>
<namespace>CRM/Iats</namespace>
<format>24.09.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.3</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>entity-types-php@2.0.0</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CiviMix\Schema\Iats\AutomaticUpgrader</upgrader>
</extension>